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

A vector with real numbers in frequency domain.