comparison ConstrainedHarmonicPeak.h @ 1:ab0b04e1c56b

Implement the plugin!
author Chris Cannam
date Fri, 07 Mar 2014 15:51:20 +0000
parents f559ab000b67
children 3bf29717cc01
comparison
equal deleted inserted replaced
0:f559ab000b67 1:ab0b04e1c56b
44 44
45 protected: 45 protected:
46 int m_blockSize; 46 int m_blockSize;
47 float m_minFreq; 47 float m_minFreq;
48 float m_maxFreq; 48 float m_maxFreq;
49 int m_harmonics;
50
51 static double findInterpolatedPeak(const double *in, int peakbin, int bins);
49 }; 52 };
50 53
51 54
52 55
53 #endif 56 #endif