#include "dsp/DSPConfig.hh"
#include "dsp/DSPOp.hh"
#include "dsp/FFTInterpolator.hh"
#include "dsp/FIRInterpolator.hh"
#include "dsp/IIRInterpolator.hh"
Include dependency graph for RecInterpolator.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | clRecInterpolator |
Recursive interpolation filter class implementation. More... | |
Defines | |
#define | RECINT_MAX_SUB_ROUNDS 32 |
Maximum number of subsequent rounds. |
|
Maximum number of subsequent rounds.
Definition at line 33 of file RecInterpolator.hh. Referenced by clRecInterpolator::Initialize(). |