pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
computes the RMS of a time domain signal More...
Functions | |
FeatureTimeRms (x, iBlockLength, iHopLength, f_s) | |
computes the RMS of a time domain signal | |
filterSP (x, alpha) | |
computes the RMS of a time domain signal
Args: x: audio signal iBlockLength: block length in samples iHopLength: hop length in samples f_s: sample rate of audio data (unused)
Returns: vrms rms value (row 1: block-based rms, row 2: single pole approx) t time stamp
FeatureTimeRms | ( | x, | |
iBlockLength, | |||
iHopLength, | |||
f_s ) |
computes the RMS 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 30 of file FeatureTimeRms.py.
filterSP | ( | x, | |
alpha ) |
Definition at line 64 of file FeatureTimeRms.py.