|
Marsyas
0.6.0-alpha
|
Halfwave rectification, compression and lowpass filtering. More...
#include <AimHCL2.h>
Inherits MarSystem.
Public Member Functions | |
| void | addControls () |
| AimHCL2 (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~AimHCL2 () | |
Halfwave rectification, compression and lowpass filtering.
Author Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net> Made more Marsyas like by George Tzanetakis
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
| AimHCL2 | ( | std::string | name | ) |
Definition at line 25 of file AimHCL2.cpp.
| ~AimHCL2 | ( | ) |
Definition at line 38 of file AimHCL2.cpp.
| void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 50 of file AimHCL2.cpp.
Implements MarSystem.
Definition at line 44 of file AimHCL2.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 126 of file AimHCL2.cpp.
1.7.6.1