comparison dsp/wavelet/Wavelet.h @ 216:0307327a3869

Merge from branch msvc
author Chris Cannam
date Thu, 08 Feb 2018 15:41:27 +0000
parents ccd2019190bf
children fdaa63607c15
comparison
equal deleted inserted replaced
207:f11ec82227d5 216:0307327a3869
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