|
Marsyas
0.6.0-alpha
|
Halfwave rectification, compression and lowpass filtering. More...
#include <AimHCL.h>
Inherits MarSystem.
Public Member Functions | |
| void | addControls () |
| AimHCL (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~AimHCL () | |
Halfwave rectification, compression and lowpass filtering.
Author Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net>
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
| AimHCL | ( | std::string | name | ) |
Definition at line 26 of file AimHCL.cpp.
| ~AimHCL | ( | ) |
Definition at line 39 of file AimHCL.cpp.
| void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 51 of file AimHCL.cpp.
Implements MarSystem.
Definition at line 45 of file AimHCL.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 127 of file AimHCL.cpp.
1.7.6.1