Marsyas
0.6.0-alpha
|
MeddisHairCell for auditory models. More...
#include <MeddisHairCell.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
MeddisHairCell (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~MeddisHairCell () |
MeddisHairCell for auditory models.
Directed port from the Auditory toolbox by Malcolm Slaney
Definition at line 35 of file MeddisHairCell.h.
MeddisHairCell | ( | std::string | name | ) |
Definition at line 29 of file MeddisHairCell.cpp.
~MeddisHairCell | ( | ) |
Definition at line 39 of file MeddisHairCell.cpp.
Implements MarSystem.
Definition at line 44 of file MeddisHairCell.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 101 of file MeddisHairCell.cpp.