comparison plugins/DWT.h @ 214:23b2a2f93c5a

Merge from branch MSVC
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 27 Apr 2018 15:48:50 +0100
parents af6a5ba00a8f
children
comparison
equal deleted inserted replaced
186:8dca49290db9 214:23b2a2f93c5a
61 int m_flength; 61 int m_flength;
62 Wavelet::Type m_wavelet; 62 Wavelet::Type m_wavelet;
63 float m_threshold; 63 float m_threshold;
64 float m_absolute; 64 float m_absolute;
65 65
66 vector<float> m_lpd; 66 vector<double> m_lpd;
67 vector<float> m_hpd; 67 vector<double> m_hpd;
68 68
69 vector< vector<float> > m_samplePass; 69 vector< vector<float> > m_samplePass;
70 }; 70 };
71 71
72 72