comparison ConstrainedHarmonicPeak.h @ 4:3bf29717cc01

m_blockSize -> m_fftSize (they happen to be the same in this case, but that's what we use it as)
author Chris Cannam
date Fri, 07 Mar 2014 16:20:59 +0000
parents ab0b04e1c56b
children f5b9bae2a8c3
comparison
equal deleted inserted replaced
2:ee3cf00cfa4c 4:3bf29717cc01
41 Vamp::RealTime timestamp); 41 Vamp::RealTime timestamp);
42 42
43 FeatureSet getRemainingFeatures(); 43 FeatureSet getRemainingFeatures();
44 44
45 protected: 45 protected:
46 int m_blockSize; 46 int m_fftSize;
47 float m_minFreq; 47 float m_minFreq;
48 float m_maxFreq; 48 float m_maxFreq;
49 int m_harmonics; 49 int m_harmonics;
50 50
51 static double findInterpolatedPeak(const double *in, int peakbin, int bins); 51 static double findInterpolatedPeak(const double *in, int peakbin, int bins);