pub type ComplexFreqVec<S, T> = DspVec<S, T, Complex, Freq>;
Expand description

A vector with complex 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
Specifies what the the result is if a type is transformed to time domain.