Function hertz::nyquist [] [src]

pub fn nyquist<T>(sample_rate: T) -> T where
    T: Div<T, Output = T> + From<u16>, 

maximum frequency in hertz that can be meaningfully analyzed with a given sample rate https://en.wikipedia.org/wiki/Short-time_Fourier_transform#Explanation