Type Definition basic_dsp_vector::ComplexFreqVec[][src]

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

A vector with complex numbers in frequency domain.

Trait Implementations

Performs the conversion.

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.