37 virtual bool isint()
const {
return (
true); };
41 void Analysis(
const long *sigIn,
size_t sigInLen,
long *cA,
long *cD,
bool oddlow,
bool oddhigh)
const;
43 void Synthesis(
const long *cA,
const long *cD,
size_t sigInLen,
long *sigOut)
const;
48 void _analysis_initialize();
49 void _synthesis_initialize();
51 void _AnalysisCDF5_3(
const long *sigIn,
size_t sigInLen,
long *cA,
long *cD)
const;
53 void _SynthesisCDF5_3(
const long *cA,
const long *cD,
size_t sigInLen,
long *sigOut)
const;
A base class for wavelet family filters.
Integer Biorthogonal spline family FIR filters.
virtual bool issymmetric() const
virtual bool IsNormalized() const
void Synthesis(const long *cA, const long *cD, size_t sigInLen, long *sigOut) const
virtual bool isint() const
void Analysis(const long *sigIn, size_t sigInLen, long *cA, long *cD, bool oddlow, bool oddhigh) const
WaveFiltInt(const string &wavename)