|
Marsyas
0.6.0-alpha
|
Resamples each observation using a piecewise cubic bezier polynomial for interpolation. More...
#include <ResampleBezier.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ResampleBezier (std::string name) | |
| ResampleBezier (const ResampleBezier &a) | |
| ~ResampleBezier () | |
Resamples each observation using a piecewise cubic bezier polynomial for interpolation.
Controls:
Definition at line 49 of file ResampleBezier.h.
| ResampleBezier | ( | std::string | name | ) |
Marsystem for resampling the audio Samplingrate
Definition at line 33 of file ResampleBezier.cpp.
| ResampleBezier | ( | const ResampleBezier & | a | ) |
Definition at line 45 of file ResampleBezier.cpp.
| ~ResampleBezier | ( | ) |
Definition at line 70 of file ResampleBezier.cpp.
Implements MarSystem.
Definition at line 75 of file ResampleBezier.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 145 of file ResampleBezier.cpp.
1.7.6.1