pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
helper function: convert Hz to bin (still floating point) More...
Functions | |
ToolFreq2Bin (fInHz, iFftLength, f_s) | |
helper function: convert Hz to bin (still floating point)
Args: fInHz: The frequency to be converted, can be scalar or vector iFftLength: length of the Fft (time domain block size) f_s: sample rate
Returns: bin
ToolFreq2Bin | ( | fInHz, | |
iFftLength, | |||
f_s ) |
Definition at line 17 of file ToolFreq2Bin.py.