Type Alias basic_dsp::RealTimeVec

source ·
pub type RealTimeVec<S, T> = DspVec<S, T, Real, Time>;
Expand description

A vector with real numbers in time domain.

Aliased Type§

struct RealTimeVec<S, T> {
    pub data: S,
    /* private fields */
}

Fields§

§data: S

The underlying storage. self.len() should be called to find out how many elements in data contain valid data.