|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| FeatureTimeZeroCrossingRate (x, iBlockLength, iHopLength, f_s) | |
| computes the zero crossing rate of a time domain signal | |
| FeatureTimeZeroCrossingRate | ( | x, | |
| iBlockLength, | |||
| iHopLength, | |||
| f_s ) |
computes the zero crossing rate 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 |
Definition at line 16 of file FeatureTimeZeroCrossingRate.py.