[][src]Trait basic_dsp_vector::ToTimeResult

pub trait ToTimeResult {
    type TimeResult;
}

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

Associated Types

type TimeResult

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

Loading content...

Implementors

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

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

type TimeResult = GenDspVec<S, T>

Loading content...