comparison dsp/signalconditioning/DFProcess.h @ 237:343915d55ec5

* Some fixes to peak picker * Add broadband energy rise detection function (same as the percussive onset detector in the Vamp example plugins)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 18 May 2007 16:43:17 +0000
parents 49844bc8a895
children 769da847732b
comparison
equal deleted inserted replaced
236:ac95b396c8c3 237:343915d55ec5
20 double *LPACoeffs; 20 double *LPACoeffs;
21 double *LPBCoeffs; 21 double *LPBCoeffs;
22 unsigned int winPre; 22 unsigned int winPre;
23 unsigned int winPost; 23 unsigned int winPost;
24 double AlphaNormParam; 24 double AlphaNormParam;
25 bool isMedianPositive;}; 25 bool isMedianPositive;
26 };
26 27
27 class DFProcess 28 class DFProcess
28 { 29 {
29 public: 30 public:
30 DFProcess( DFProcConfig Config ); 31 DFProcess( DFProcConfig Config );