pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
FeatureSpectralCentroid (X, f_s) | |
computes the spectral centroid from the (squared) magnitude spectrum | |
FeatureSpectralCentroid | ( | X, | |
f_s ) |
computes the spectral centroid from the (squared) magnitude spectrum
X | spectrogram (dimension FFTLength X Observations) |
f_s | sample rate of audio data |
Definition at line 12 of file FeatureSpectralCentroid.py.