RealTimeVec

Type Alias RealTimeVec 

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

A vector with real numbers in time domain.

Aliased Type§

pub 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.