|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| PitchTimeAmdf (x, iBlockLength, iHopLength, f_s) | |
| computes f0 via the lag of the amdf function | |
| PitchTimeAmdf | ( | x, | |
| iBlockLength, | |||
| iHopLength, | |||
| f_s ) |
computes f0 via the lag of the amdf function
| x | array with floating point audio data (dimension samples x channels) |
| iBlockLength | internal block length |
| iHopLength | internal hop length |
| f_s | sample rate of audio data |
Definition at line 18 of file PitchTimeAmdf.py.