pub type ComplexTimeVec<S, T> = DspVec<S, T, Complex, Time>;
Expand description

A vector with complex numbers in time 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