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

Like divide_by_N but additionally calculates the square root from the result. This is the recommended scaling in the rustfft documentation (but is generally applicable).