VAPOR3 3.9.4
WaveFiltDaub.h
Go to the documentation of this file.
1#include <string>
3
4using namespace std;
5
6#ifndef _WaveFiltDaub_h_
7 #define _WaveFiltDaub_h_
8
9namespace VAPoR {
10
11//
21public:
28 WaveFiltDaub(const string &wavename);
29 virtual ~WaveFiltDaub();
30
31private:
32 void _analysis_initialize(int member);
33 void _synthesis_initialize(int member);
34};
35
36} // namespace VAPoR
37
38#endif
A base class for wavelet family filters.
Definition: WaveFiltBase.h:21
Daubechies family FIR filters.
Definition: WaveFiltDaub.h:20
WaveFiltDaub(const string &wavename)
virtual ~WaveFiltDaub()
#define WASP_API
Definition: common.h:74