pub type RealTimeVecSlice32<'a> = DspVec<&'a [f32], f32, Real, Time>;
Expand description

A vector with real numbers in time domain.