Mercurial > hg > qm-dsp
diff 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 |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.cpp Mon Feb 09 16:05:32 2009 +0000 +++ b/dsp/onsets/DetectionFunction.cpp Tue Feb 10 12:52:43 2009 +0000 @@ -38,7 +38,6 @@ m_halfLength = m_dataLength/2; m_DFType = Config.DFType; - m_stepSecs = Config.stepSecs; m_stepSize = Config.stepSize; m_whiten = Config.adaptiveWhitening;