#include <FIRInterpolator.hh>
Inheritance diagram for clFIRInterpolator:
Public Member Functions | |
clFIRInterpolator () | |
~clFIRInterpolator () | |
void | Uninitialize () |
Uninitialize interpolator. | |
void | Put (const float *, long) |
Feed data into interpolator. | |
void | Put (const double *, long) |
bool | Get (float *, long) |
Get data from interpolator. | |
bool | Get (double *, long) |
Private Attributes | |
clDSPAlloc | IntBuf |
clDSPOp | DSP |
clReBuffer | OutBuf |
Data is interpolated by factor 2, 4 or 8 and then filtered using FIR filter.
Definition at line 39 of file FIRInterpolator.hh.
|
Definition at line 34 of file FIRInterpolator.cc. |
|
Definition at line 39 of file FIRInterpolator.cc. References Uninitialize(). |
|
Uninitialize interpolator.
Reimplemented from clFIRMultiRate. Definition at line 45 of file FIRInterpolator.cc. References clAlloc::Free(), and clFIRMultiRate::Uninitialize(). Referenced by clRecInterpolator::Uninitialize(), and ~clFIRInterpolator(). |
|
Feed data into interpolator.
Definition at line 52 of file FIRInterpolator.cc. References clDSPOp::FIRFilter(), clDSPOp::Interpolate(), clDSPOp::Mul(), clReBuffer::Put(), and clAlloc::Size(). Referenced by clRecInterpolator::Put(). |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 66 of file FIRInterpolator.cc. References clDSPOp::FIRFilter(), clDSPOp::Interpolate(), clDSPOp::Mul(), clReBuffer::Put(), and clAlloc::Size(). |
|
Get data from interpolator.
Definition at line 80 of file FIRInterpolator.cc. References clReBuffer::Get(). Referenced by clRecInterpolator::Get(), and clRecInterpolator::Put(). |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 86 of file FIRInterpolator.cc. References clReBuffer::Get(). |
|
Definition at line 41 of file FIRInterpolator.hh. |
|
Definition at line 42 of file FIRInterpolator.hh. |
|
Definition at line 43 of file FIRInterpolator.hh. |