pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
FeatureSpectralTonalPowerRatio (X, f_s, G_T=5e-4) | |
computes the tonal power ratio from the magnitude spectrum | |
FeatureSpectralTonalPowerRatio | ( | X, | |
f_s, | |||
G_T = 5e-4 ) |
computes the tonal power ratio from the magnitude spectrum
X | spectrogram (dimension FFTLength X Observations) |
f_s | sample rate of audio data |
G_T | energy threshold |
Definition at line 14 of file FeatureSpectralTonalPowerRatio.py.