diff qm-dsp.pro @ 241:a98dd8ec96f8

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 10:31:29 +0000
parents 2b74f9646331
children a120ac7b26b2
line wrap: on
line diff
--- a/qm-dsp.pro	Wed Nov 21 16:53:51 2007 +0000
+++ b/qm-dsp.pro	Wed Jan 09 10:31:29 2008 +0000
@@ -24,11 +24,6 @@
            dsp/chromagram/ChromaProcess.h \
            dsp/chromagram/ConstantQ.h \
            dsp/keydetection/GetKeyMode.h \
-           dsp/maths/Correlation.h \
-           dsp/maths/Histogram.h \
-           dsp/maths/MathAliases.h \
-           dsp/maths/MathUtilities.h \
-           dsp/maths/Polyfit.h \
            dsp/onsets/DetectionFunction.h \
            dsp/onsets/PeakPicking.h \
            dsp/phasevocoder/PhaseVocoder.h \
@@ -41,14 +36,17 @@
            dsp/tonal/ChangeDetectionFunction.h \
            dsp/tonal/TCSgram.h \
            dsp/tonal/TonalEstimator.h \
-           dsp/transforms/FFT.h
+           dsp/transforms/FFT.h \
+           maths/Correlation.h \
+           maths/Histogram.h \
+           maths/MathAliases.h \
+           maths/MathUtilities.h \
+           maths/Polyfit.h
 SOURCES += base/Pitch.cpp \
            dsp/chromagram/Chromagram.cpp \
            dsp/chromagram/ChromaProcess.cpp \
            dsp/chromagram/ConstantQ.cpp \
            dsp/keydetection/GetKeyMode.cpp \
-           dsp/maths/Correlation.cpp \
-           dsp/maths/MathUtilities.cpp \
            dsp/onsets/DetectionFunction.cpp \
            dsp/onsets/PeakPicking.cpp \
            dsp/phasevocoder/PhaseVocoder.cpp \
@@ -61,4 +59,6 @@
            dsp/tonal/ChangeDetectionFunction.cpp \
            dsp/tonal/TCSgram.cpp \
            dsp/tonal/TonalEstimator.cpp \
-           dsp/transforms/FFT.cpp 
+           dsp/transforms/FFT.cpp \
+           maths/Correlation.cpp \
+           maths/MathUtilities.cpp