diff dsp/signalconditioning/DFProcess.h @ 74:769da847732b

* A few fixes prompted by vamp-plugin-tester
author cannam
date Mon, 08 Jun 2009 12:30:20 +0000
parents da277e8b5244
children e5907ae6de17
line wrap: on
line diff
--- a/dsp/signalconditioning/DFProcess.h	Fri Jun 05 15:12:39 2009 +0000
+++ b/dsp/signalconditioning/DFProcess.h	Mon Jun 08 12:30:20 2009 +0000
@@ -40,11 +40,11 @@
     void removeDCNormalize( double *src, double*dst );
     void medianFilter( double* src, double* dst );
 
-    unsigned int m_length;
-    unsigned int m_FFOrd;
+    int m_length;
+    int m_FFOrd;
 
-    unsigned int m_winPre;
-    unsigned int m_winPost;
+    int m_winPre;
+    int m_winPost;
 
     double m_alphaNormParam;