Mercurial > hg > qm-dsp
diff dsp/signalconditioning/DFProcess.h @ 12:da277e8b5244
* Some fixes to peak picker
* Add broadband energy rise detection function (same as the percussive
onset detector in the Vamp example plugins)
author | cannam |
---|---|
date | Fri, 18 May 2007 16:43:17 +0000 |
parents | d7116e3183f8 |
children | 769da847732b |
line wrap: on
line diff
--- a/dsp/signalconditioning/DFProcess.h Mon Apr 02 13:20:30 2007 +0000 +++ b/dsp/signalconditioning/DFProcess.h Fri May 18 16:43:17 2007 +0000 @@ -22,7 +22,8 @@ unsigned int winPre; unsigned int winPost; double AlphaNormParam; - bool isMedianPositive;}; + bool isMedianPositive; +}; class DFProcess {