Mercurial > hg > qm-dsp
comparison dsp/wavelet/Wavelet.h @ 441:3994516c1199
Merge from branch msvc
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 08 Feb 2018 15:41:27 +0000 |
parents | 7461bf03194e |
children | fdaa63607c15 |
comparison
equal
deleted
inserted
replaced
432:624ddb622a5d | 441:3994516c1199 |
---|---|
71 }; | 71 }; |
72 | 72 |
73 static std::string getWaveletName(Type); | 73 static std::string getWaveletName(Type); |
74 | 74 |
75 static void createDecompositionFilters(Type, | 75 static void createDecompositionFilters(Type, |
76 std::vector<float> &lpd, | 76 std::vector<double> &lpd, |
77 std::vector<float> &hpd); | 77 std::vector<double> &hpd); |
78 }; | 78 }; |
79 | 79 |
80 #endif | 80 #endif |