Skip to main content

bin_to_hz

Function bin_to_hz 

Source
pub fn bin_to_hz(bin: usize, sample_rate: f64, fft_size: usize) -> f64
Expand description

Centre frequency (Hz) of DFT bin bin for an fft_size-point transform at sample_rate.