|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| FeatureTimeMaxAcf (x, iBlockLength, iHopLength, f_s, f_max=2000, fMinThresh=0.35) | |
| finds the maximum of the ACF of an audio signal | |
| FeatureTimeMaxAcf | ( | x, | |
| iBlockLength, | |||
| iHopLength, | |||
| f_s, | |||
| f_max = 2000, | |||
| fMinThresh = 0.35 ) |
finds the maximum of the ACF of an audio 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 |
| f_max | maximum frequency to look at (default: 2000) |
| fMinThresh | minimum threshold for avoidance of main lobe (default: 0.35) |
Definition at line 18 of file FeatureTimeMaxAcf.py.