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

A vector with real numbers in time domain.