RealFreqVec

Type Alias RealFreqVec 

Source
pub type RealFreqVec<S, T> = DspVec<S, T, Real, Freq>;
Expand description

A vector with real numbers in frequency domain.

Aliased Type§

pub struct RealFreqVec<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.