VAPOR3 3.9.4
|
Haar FIR filters. More...
#include <WaveFiltHaar.h>
Public Member Functions | |
WaveFiltHaar () | |
virtual | ~WaveFiltHaar () |
Public Member Functions inherited from VAPoR::WaveFiltBase | |
WaveFiltBase () | |
virtual | ~WaveFiltBase () |
int | GetLength () const |
const double * | GetLowDecomFilCoef () const |
Return scaling (low pass) decompostion filter coefficients. | |
const double * | GetLowReconFilCoef () const |
Return scaling (low pass) reconstruction filter coefficients. | |
const double * | GetHighDecomFilCoef () const |
Return wavelet (high pass) decompostion filter coefficients. | |
const double * | GetHighReconFilCoef () const |
Return wavelet (high pass) decompostion filter coefficients. | |
virtual bool | issymmetric () const |
virtual bool | isint () const |
virtual bool | IsNormalized () const |
Additional Inherited Members | |
Protected Member Functions inherited from VAPoR::WaveFiltBase | |
void | wrev (const double *sigIn, double *sigOut, int sigLength) const |
void | qmf_even (const double *sigIn, double *sigOut, int sigLength) const |
void | qmf_wrev (const double *sigIn, double *sigOut, int sigLength) const |
void | verbatim_copy (const double *sigIn, double *sigOut, int sigLength) const |
Protected Attributes inherited from VAPoR::WaveFiltBase | |
int | _filterLength |
double * | _lowDecomFilCoef |
double * | _lowReconFilCoef |
double * | _hiDecomFilCoef |
double * | _hiReconFilCoef |
Static Protected Attributes inherited from VAPoR::WaveFiltBase | |
static const int | MAX_FILTER_SIZE = 32 |
Haar FIR filters.
This class provides FIR filters for the Haar wavelet
Definition at line 16 of file WaveFiltHaar.h.
VAPoR::WaveFiltHaar::WaveFiltHaar | ( | ) |
Create a set of Haar wavelet filters
|
virtual |