pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
ToolBin2Freq (fBin, iFftLength, f_s) | |
helper function: convert FFT bin to Hz | |
ToolBin2Freq | ( | fBin, | |
iFftLength, | |||
f_s ) |
helper function: convert FFT bin to Hz
fBin | FFT bin index (can be float) |
iFftLength | length of the Fft (time domain block size) |
f_s | sample rate of audio data |
Definition at line 13 of file ToolBin2Freq.py.