Type Alias basic_dsp_vector::ComplexTimeVecSlice32

source ·
pub type ComplexTimeVecSlice32<'a> = DspVec<&'a [f32], f32, Complex, Time>;
Expand description

A vector with complex numbers in time domain.

Aliased Type§

struct ComplexTimeVecSlice32<'a> {
    pub data: &'a [f32],
    /* private fields */
}

Fields§

§data: &'a [f32]

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