Apply a windowing function (envelope) to the input signal.
More...
#include <Windowing.h>
Inherits Marsyas::MarSystem.
Detailed Description
Apply a windowing function (envelope) to the input signal.
Extra controls:
- mrs_string/type : the window function type, supported values: "Hamming", "Hanning", "Triangle", "Bartlett", "Blackman", "Blackman-Harris", "Cosine"
- mrs_bool/zeroPhasing: TODO DOCME
- mrs_natural/zeroPadding: After windowing, the signal will be zero-padded to this number of samples
- mrs_natural/size: TODO DOCME
- mrs_real/variance: variance to use for the Gaussian window
- mrs_bool/normalize: TODO DOCME
Definition at line 43 of file Windowing.h.
The documentation for this class was generated from the following files: