pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
ToolInstFreq (X_complex, iHopLength, f_s) | |
computes instantaneous frequency utilizing phase of neighboring blocks of complex spectra | |
princarg_I (phi) | |
princarg_I | ( | phi | ) |
Definition at line 30 of file ToolInstFreq.py.
ToolInstFreq | ( | X_complex, | |
iHopLength, | |||
f_s ) |
computes instantaneous frequency utilizing phase of neighboring blocks of complex spectra
X_complex | complex spectrogram (dimension FFTLength X Observations) |
iHopLength | hop length of spectrogram computation |
f_s | sample rate of audio data |
Definition at line 13 of file ToolInstFreq.py.