Trait basic_dsp_vector::ToRealTimeResult
[−]
[src]
pub trait ToRealTimeResult {
type RealTimeResult;
}Specifies what the the result is if a type is transformed to real numbers in time domain.
Associated Types
type RealTimeResult
Implementors
impl<S, T> ToRealTimeResult for ComplexFreqVec<S, T> where S: ToSlice<T>, T: RealNumberimpl<S, T> ToRealTimeResult for GenDspVec<S, T> where S: ToSlice<T>, T: RealNumber