Trait basic_dsp_vector::ToFreqResult [−][src]
pub trait ToFreqResult {
type FreqResult;
}Expand description
Specifies what the the result is if a type is transformed to frequency domain.
Associated Types
type FreqResult[src]Implementors
type FreqResult = ComplexFreqVec<S, T>type FreqResult = GenDspVec<S, T>type FreqResult = ComplexFreqVec<S, T>