Contents:
py2shpss
py2shpss.HPSS
py2shpss.metric
py2shpss.py2shpss
py2shpss.samprate
SampRate2FFTSize(→ Tuple[int, int])
SampRate2FFTSize
Find an appropriate FFT size.
Find an appropriate FFT size. Find numbers 2^n (0 < n), which are close to int(sr * factor) factor = 0.4 and 0.04.
sr (int) – sampling rate
FFT_short and FFT_long
(int, int)