|
Marsyas
0.6.0-alpha
|
SeneffEar auditory model. More...
#include <SeneffEar.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| SeneffEar (std::string name) | |
| ~SeneffEar () | |
SeneffEar auditory model.
SeneffEar is a perceptually-inspired auditory filterbank. This is a direct reimplementation of the corresponding model from the Auditory Toolbox in Matlab by Malcolm Slaney.
Definition at line 40 of file SeneffEar.h.
| SeneffEar | ( | std::string | name | ) |
Definition at line 30 of file SeneffEar.cpp.
| ~SeneffEar | ( | ) |
Definition at line 42 of file SeneffEar.cpp.
Implements MarSystem.
Definition at line 47 of file SeneffEar.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 475 of file SeneffEar.cpp.
1.7.6.1