pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
ToolFreq2Mel (fInHz, cModel='Fant') | |
helper function: convert Hz to Mel scale | |
ToolFreq2Mel | ( | fInHz, | |
cModel = 'Fant' ) |
helper function: convert Hz to Mel scale
fInHz | frequency to be converted, can be scalar or vector |
cModel | name of the model ('Fant' [default], 'Shaughnessy', 'Umesh') |
Definition at line 13 of file ToolFreq2Mel.py.