[][src]Trait basic_dsp_vector::ToRealTimeResult

pub trait ToRealTimeResult {
    type RealTimeResult;
}

Specifies what the the result is if a type is transformed to real numbers in time domain.

Associated Types

Loading content...

Implementors

impl<S, T> ToRealTimeResult for ComplexFreqVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

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

Loading content...