|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| FeatureSpectralRolloff (X, f_s, kappa=0.85) | |
| computes the spectral rolloff from the magnitude spectrum | |
| FeatureSpectralRolloff | ( | X, | |
| f_s, | |||
| kappa = 0.85 ) |
computes the spectral rolloff from the magnitude spectrum
| X | spectrogram (dimension FFTLength X Observations) |
| f_s | sample rate of audio data |
| kappa | cutoff ratio (default: 0.85) |
Definition at line 13 of file FeatureSpectralRolloff.py.