Mercurial > hg > qm-dsp
comparison dsp/onsets/DetectionFunction.cpp @ 279:c8908cdc8c32
* First cut at Matthew's downbeat estimator -- untested so far
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 10 Feb 2009 12:52:43 +0000 |
parents | 330c2e11f8a9 |
children | 7fe29d8a7eaf |
comparison
equal
deleted
inserted
replaced
278:833ca65b0820 | 279:c8908cdc8c32 |
---|---|
36 { | 36 { |
37 m_dataLength = Config.frameLength; | 37 m_dataLength = Config.frameLength; |
38 m_halfLength = m_dataLength/2; | 38 m_halfLength = m_dataLength/2; |
39 | 39 |
40 m_DFType = Config.DFType; | 40 m_DFType = Config.DFType; |
41 m_stepSecs = Config.stepSecs; | |
42 m_stepSize = Config.stepSize; | 41 m_stepSize = Config.stepSize; |
43 | 42 |
44 m_whiten = Config.adaptiveWhitening; | 43 m_whiten = Config.adaptiveWhitening; |
45 m_whitenRelaxCoeff = Config.whiteningRelaxCoeff; | 44 m_whitenRelaxCoeff = Config.whiteningRelaxCoeff; |
46 m_whitenFloor = Config.whiteningFloor; | 45 m_whitenFloor = Config.whiteningFloor; |