pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
computes the pitch chroma from the magnitude spectrum More...
Functions | |
FeatureSpectralPitchChroma (X, f_s) | |
computes the pitch chroma from the magnitude spectrum | |
generatePcFilters (iSpecLength, f_s) | |
computes the pitch chroma from the magnitude spectrum
Args: X: spectrogram (dimension FFTLength X Observations) f_s: sample rate of audio data
Returns: v_pc: pitch chroma
FeatureSpectralPitchChroma | ( | X, | |
f_s ) |
computes the pitch chroma from the magnitude spectrum
X | spectrogram (dimension FFTLength X Observations) |
f_s | sample rate of audio data |
Definition at line 23 of file FeatureSpectralPitchChroma.py.
generatePcFilters | ( | iSpecLength, | |
f_s ) |
Definition at line 43 of file FeatureSpectralPitchChroma.py.