|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| FeatureTimeAcfCoeff (x, iBlockLength, iHopLength, f_s, eta=19) | |
| computes the ACF coefficients of a time domain signal | |
| FeatureTimeAcfCoeff | ( | x, | |
| iBlockLength, | |||
| iHopLength, | |||
| f_s, | |||
| eta = 19 ) |
computes the ACF coefficients of a time domain signal
| x | array with floating point audio data (dimension samples x channels) |
| iBlockLength | block length in samples |
| iHopLength | hop length in samples |
| f_s | sample rate of audio data |
| eta | index (or vector of indices) of coeff result |
Definition at line 17 of file FeatureTimeAcfCoeff.py.