diff dsp/onsets/DetectionFunction.h @ 115:f3c69325cca2 pvoc

Do actual phase unwrapping in the phase vocoder!
author Chris Cannam
date Wed, 02 Oct 2013 15:05:34 +0100
parents e5907ae6de17
children 2020c73dc997
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.h	Wed Oct 02 15:04:38 2013 +0100
+++ b/dsp/onsets/DetectionFunction.h	Wed Oct 02 15:05:34 2013 +0100
@@ -77,6 +77,7 @@
     double* m_DFWindowedFrame; // Array for windowed analysis frame
     double* m_magnitude; // Magnitude of analysis frame ( frequency domain )
     double* m_thetaAngle;// Phase of analysis frame ( frequency domain )
+    double* m_unwrapped; // Unwrapped phase of analysis frame
 
     Window<double> *m_window;
     PhaseVocoder* m_phaseVoc;	// Phase Vocoder