|
Marsyas
0.6.0-alpha
|
Resamples each observation using a sum of sinc functions. More...
#include <ResampleSinc.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ResampleSinc (std::string name) | |
| ResampleSinc (const ResampleSinc &a) | |
| ~ResampleSinc () | |
Resamples each observation using a sum of sinc functions.
Each point is modeled by a sinc function with the given points amplitude, that is set to zero after the 5th zero crossing. [eh???]
Controls:
Definition at line 48 of file ResampleSinc.h.
| ResampleSinc | ( | std::string | name | ) |
Marsystem for resampling the audio Samplingrate
Definition at line 34 of file ResampleSinc.cpp.
| ResampleSinc | ( | const ResampleSinc & | a | ) |
Definition at line 46 of file ResampleSinc.cpp.
| ~ResampleSinc | ( | ) |
Definition at line 70 of file ResampleSinc.cpp.
Implements MarSystem.
Definition at line 76 of file ResampleSinc.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 190 of file ResampleSinc.cpp.
1.7.6.1