pub fn divide_by_N(val: f32, stats: &SpectrumDataStats) -> f32
Expand description

Divides each value by N. Several resources recommend that the FFT result should be divided by the length of samples, so that values of different samples lengths are comparable.