|
Marsyas
0.6.0-alpha
|
Stretch samples using linear interpolation. More...
#include <ResampleLinear.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ResampleLinear (std::string name) | |
| ResampleLinear (const ResampleLinear &a) | |
| ~ResampleLinear () | |
Stretch samples using linear interpolation.
Controls:
Definition at line 38 of file ResampleLinear.h.
| ResampleLinear | ( | std::string | name | ) |
Definition at line 25 of file ResampleLinear.cpp.
| ResampleLinear | ( | const ResampleLinear & | a | ) |
Definition at line 30 of file ResampleLinear.cpp.
| ~ResampleLinear | ( | ) |
Definition at line 37 of file ResampleLinear.cpp.
Implements MarSystem.
Definition at line 42 of file ResampleLinear.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 80 of file ResampleLinear.cpp.
1.7.6.1