ComplexTimeVec

Type Alias ComplexTimeVec 

Source
pub type ComplexTimeVec<S, T> = DspVec<S, T, Complex, Time>;
Expand description

A vector with complex numbers in time domain.

Aliased Type§

pub struct ComplexTimeVec<S, T> {
    pub data: S,
    /* private fields */
}

Fields§

§data: S

The underlying storage. self.len() should be called to find out how many elements in data contain valid data.