pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
ToolGammatoneFb (x, f_s, iNumBands=20, f_low=100) | |
helper function: splits the audio signal into multiple bands via a Gammatone filterbank see function from Slaneys Auditory Toolbox (Matlab) | |
getMidFrequencies (f_low, f_hi, iNumBands, fEarQ, fBW) | |
getCoeffs (f_c, B, T) | |
getCoeffs | ( | f_c, | |
B, | |||
T ) |
Definition at line 53 of file ToolGammatoneFb.py.
getMidFrequencies | ( | f_low, | |
f_hi, | |||
iNumBands, | |||
fEarQ, | |||
fBW ) |
Definition at line 43 of file ToolGammatoneFb.py.
ToolGammatoneFb | ( | x, | |
f_s, | |||
iNumBands = 20, | |||
f_low = 100 ) |
helper function: splits the audio signal into multiple bands via a Gammatone filterbank see function from Slaneys Auditory Toolbox (Matlab)
x | array with floating point audio data (dimension samples x channels) |
f_s | sample rate of audio data |
iNumBands | number of filter bands (default: 20) |
f_low | minimum frequency (default: 100Hz) |
Definition at line 16 of file ToolGammatoneFb.py.