comparison dsp/onsets/DetectionFunction.h @ 238:e8e5f9130b49

...
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 23 May 2007 15:22:10 +0000
parents 343915d55ec5
children 68801ecbab6a
comparison
equal deleted inserted replaced
237:343915d55ec5 238:e8e5f9130b49
53 void deInitialise(); 53 void deInitialise();
54 54
55 int m_DFType; 55 int m_DFType;
56 unsigned int m_dataLength; 56 unsigned int m_dataLength;
57 unsigned int m_halfLength; 57 unsigned int m_halfLength;
58 double m_stepSecs;
59 unsigned int m_stepSize;
58 double m_dbRise; 60 double m_dbRise;
59 61
60 double* m_magHistory; 62 double* m_magHistory;
61 double* m_phaseHistory; 63 double* m_phaseHistory;
62 double* m_phaseHistoryOld; 64 double* m_phaseHistoryOld;