Type Definition spectrum_analyzer::FrequencySpectrumMap[][src]

type FrequencySpectrumMap = BTreeMap<usize, f64>;

A map from frequency (in Hertz) to the magnitude. The magnitude is dependent on whether you scaled the values, e.g to logarithmic scale.