Trait basic_dsp_vector::ToFreqResult
[−]
[src]
pub trait ToFreqResult {
type FreqResult;
}Specifies what the the result is if a type is transformed to frequency domain.
Associated Types
type FreqResult
Implementors
impl<S, T> ToFreqResult for RealTimeVec<S, T> where S: ToSlice<T>, T: RealNumberimpl<S, T> ToFreqResult for ComplexTimeVec<S, T> where S: ToSlice<T>, T: RealNumberimpl<S, T> ToFreqResult for GenDspVec<S, T> where S: ToSlice<T>, T: RealNumber