pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
helper function: convert Hz to Bark scale More...
Functions | |
ToolFreq2Bark (fInHz, cModel='Schroeder') | |
helper function: convert Hz to Bark scale
Args: fInHz: The frequency to be converted, can be scalar or vector cModel: The name of the model ('Schroeder' [default], 'Terhardt', 'Zwicker', 'Traunmuller')
Returns: Bark values of the input dimension
ToolFreq2Bark | ( | fInHz, | |
cModel = 'Schroeder' ) |
Definition at line 17 of file ToolFreq2Bark.py.