Mercurial > hg > qm-dsp
comparison dsp/signalconditioning/DFProcess.cpp @ 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 | fa851e147e3f |
children | fdaa63607c15 |
comparison
equal
deleted
inserted
replaced
433:ecc92deb4c0b | 434:7461bf03194e |
---|---|
23 | 23 |
24 #include "DFProcess.h" | 24 #include "DFProcess.h" |
25 #include "maths/MathUtilities.h" | 25 #include "maths/MathUtilities.h" |
26 | 26 |
27 #include <cstring> | 27 #include <cstring> |
28 #include <algorithm> | |
29 | |
28 | 30 |
29 ////////////////////////////////////////////////////////////////////// | 31 ////////////////////////////////////////////////////////////////////// |
30 // Construction/Destruction | 32 // Construction/Destruction |
31 ////////////////////////////////////////////////////////////////////// | 33 ////////////////////////////////////////////////////////////////////// |
32 | 34 |