Trait basic_dsp_vector::ToTimeResult

source ·
pub trait ToTimeResult {
    type TimeResult;
}
Expand description

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

Required Associated Types§

source

type TimeResult

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

Implementors§

source§

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

source§

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