Mercurial > hg > qm-dsp
log dsp/signalconditioning/DFProcess.cpp @ 189:e4a57215ddee
age | author | description |
---|---|---|
Mon, 28 Sep 2015 12:33:17 +0100 | Chris Cannam | Fix compiler warnings with -Wall -Wextra |
Mon, 07 Sep 2015 14:00:30 +0100 | Chris Cannam | Fix some uninitialised values |
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. |