pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
FeatureSpectralMfccs (X, f_s, iNumCoeffs=13) | |
computes the MFCCs from the magnitude spectrum (see Slaney) | |
generateDctMatrix (iNumBands, iNumCepstralCoeffs) | |
FeatureSpectralMfccs | ( | X, | |
f_s, | |||
iNumCoeffs = 13 ) |
computes the MFCCs from the magnitude spectrum (see Slaney)
X | spectrogram (dimension FFTLength X Observations) |
f_s | sample rate of audio data |
iNumCoeffs | number of coefficients to compute (default: 13) |
Definition at line 14 of file FeatureSpectralMfccs.py.
generateDctMatrix | ( | iNumBands, | |
iNumCepstralCoeffs ) |
Definition at line 38 of file FeatureSpectralMfccs.py.