pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
FeatureTimePeakEnvelope (x, iBlockLength, iHopLength, f_s) | |
computes the peak envelope of a time domain signal | |
ppm (x, filterbuf, alpha) | |
FeatureTimePeakEnvelope | ( | x, | |
iBlockLength, | |||
iHopLength, | |||
f_s ) |
computes the peak envelope 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 FeatureTimePeakEnvelope.py.
ppm | ( | x, | |
filterbuf, | |||
alpha ) |
Definition at line 50 of file FeatureTimePeakEnvelope.py.