comparison dsp/onsets/DetectionFunction.h @ 13:f2b5c4251bf3

...
author cannam
date Wed, 23 May 2007 15:22:10 +0000
parents da277e8b5244
children 68801ecbab6a
comparison
equal deleted inserted replaced
12:da277e8b5244 13:f2b5c4251bf3
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;