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

A vector with real numbers in frequency domain.