comparison 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
comparison
equal deleted inserted replaced
11:8837aaa2a0e6 12:da277e8b5244
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 );