comparison dsp/wavelet/Wavelet.h @ 434:7461bf03194e

Some MSVC fixes, including (temporarily, probably) renaming the FFT source file to avoid getting it mixed up with the Vamp SDK one in our object dir
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 01 Feb 2018 16:34:08 +0000
parents d5014ab8b0e5
children fdaa63607c15
comparison
equal deleted inserted replaced
433:ecc92deb4c0b 434:7461bf03194e
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