diff LowFreq.h @ 5:bf742ae09443

Frequency range, and resample to higher frequency to avoid transition band -- and some comments on what is still wrong with it
author Chris Cannam
date Mon, 10 Mar 2014 16:03:53 +0000
parents 9867e53a2592
children 4a777e3b515e
line wrap: on
line diff
--- a/LowFreq.h	Fri Mar 07 14:17:47 2014 +0000
+++ b/LowFreq.h	Mon Mar 10 16:03:53 2014 +0000
@@ -53,8 +53,12 @@
 
     int getTargetSampleRate() const;
     int getTargetStepSize() const;
+    int getFFTSize() const;
+    int getFirstOutputBin() const;
+    float getOutputBinFrequency(int i) const;
 
-    float m_p;
+    float m_fmin;
+    float m_fmax;
     int m_n;
     float m_overlap;