[][src]Trait basic_dsp_vector::ToFreqResult

pub trait ToFreqResult {
    type FreqResult;
}

Specifies what the the result is if a type is transformed to frequency domain.

Associated Types

Loading content...

Implementors

impl<S, T> ToFreqResult for ComplexTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

impl<S, T> ToFreqResult for GenDspVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

type FreqResult = GenDspVec<S, T>

impl<S, T> ToFreqResult for RealTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

Loading content...