Type Alias basic_dsp::RealFreqVec64

source ·
pub type RealFreqVec64 = DspVec<Vec<f64>, f64, Real, Freq>;
Expand description

A vector with real numbers in frequency domain.

Aliased Type§

struct RealFreqVec64 {
    pub data: Vec<f64>,
    /* private fields */
}

Fields§

§data: Vec<f64>

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