Mercurial > hg > qm-dsp
log dsp/onsets/PeakPicking.h @ 515:08bcc06c38ec tip master
age | author | description |
---|---|---|
Mon, 03 Jun 2019 14:20:39 +0100 | Chris Cannam | Style fixes: avoid unsigned, fix formatting |
Fri, 31 May 2019 16:48:37 +0100 | Chris Cannam | Make include-guards consistent |
Fri, 31 May 2019 16:33:55 +0100 | Chris Cannam | Use M_PI |
Fri, 31 May 2019 11:54:32 +0100 | Chris Cannam | Untabify, indent, tidy |
Mon, 20 Jun 2011 19:01:48 +0100 | mathieub | A threshold (delta) is added in the peak picking parameters structure (PPickParams). It is used as an offset when computing the smoothed detection function. A constructor for the structure PPickParams is also added to set the parameters to 0 when a structure instance is created. Hence programmes using the peak picking parameter structure and which do not set the delta parameter (e.g. QM Vamp note onset detector) won't be affected by the modifications. |
Mon, 13 Dec 2010 14:55:28 +0000 | Chris Cannam | * Add GPL and README; some tidying |
Wed, 09 Jan 2008 10:31:29 +0000 | cannam | * Move dsp/maths to maths ; bring PCA and HMM across from Soundbite |