pub type RealFreqVec<S, T> = DspVec<S, T, Real, Freq>;
Expand description

A vector with real numbers in frequency domain.

Trait Implementations

Converts to this type from the input type.
Make Other a Self without performing any checks.
Make Other a Self without performing any checks. Read more