Trait basic_dsp::ToTimeResult [−][src]
pub trait ToTimeResult {
type TimeResult;
}Expand description
Specifies what the the result is if a type is transformed to time domain.
Associated Types
type TimeResult[src]
type TimeResult[src]Specifies what the the result is if a type is transformed to time domain.
Implementors
type TimeResult = DspVec<S, T, Complex, Time>impl<S, T> ToTimeResult for DspVec<S, T, RealOrComplex, TimeOrFreq> where
T: RealNumber,
S: ToSlice<T>, [src]
impl<S, T> ToTimeResult for DspVec<S, T, RealOrComplex, TimeOrFreq> where
T: RealNumber,
S: ToSlice<T>, [src]type TimeResult = DspVec<S, T, RealOrComplex, TimeOrFreq>impl<V, S, T> ToTimeResult for Matrix2xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]
impl<V, S, T> ToTimeResult for Matrix2xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]type TimeResult = Matrix2xN<<V as ToTimeResult>::TimeResult, S, T>impl<V, S, T> ToTimeResult for Matrix3xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]
impl<V, S, T> ToTimeResult for Matrix3xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]type TimeResult = Matrix3xN<<V as ToTimeResult>::TimeResult, S, T>impl<V, S, T> ToTimeResult for Matrix4xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]
impl<V, S, T> ToTimeResult for Matrix4xN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]type TimeResult = Matrix4xN<<V as ToTimeResult>::TimeResult, S, T>impl<V, S, T> ToTimeResult for MatrixMxN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]
impl<V, S, T> ToTimeResult for MatrixMxN<V, S, T> where
T: RealNumber,
V: Vector<T> + ToTimeResult,
S: ToSlice<T>,
<V as ToTimeResult>::TimeResult: Vector<T>, [src]type TimeResult = MatrixMxN<<V as ToTimeResult>::TimeResult, S, T>