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
impl<S, T, N, D> RededicateForceOps<DspVec<S, T, N, D>> for ComplexFreqVec<S, T> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> RededicateForceOps<DspVec<S, T, N, D>> for ComplexFreqVec<S, T> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]Make Other a Self without performing any checks.
Make Other a Self without performing any checks. Read more
type RealResult = RealFreqVec<S, T>type RealTimeResult = RealTimeVec<S, T>type TimeResult = ComplexTimeVec<S, T>
type TimeResult = ComplexTimeVec<S, T>Specifies what the the result is if a type is transformed to time domain.