Mercurial > hg > qm-dsp
comparison dsp/onsets/DetectionFunction.h @ 340:c99d83236f0d
Do actual phase unwrapping in the phase vocoder!
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 15:05:34 +0100 |
parents | d5014ab8b0e5 |
children | 2020c73dc997 |
comparison
equal
deleted
inserted
replaced
339:9c8ee77db9de | 340:c99d83236f0d |
---|---|
75 double* m_magPeaks; | 75 double* m_magPeaks; |
76 | 76 |
77 double* m_DFWindowedFrame; // Array for windowed analysis frame | 77 double* m_DFWindowedFrame; // Array for windowed analysis frame |
78 double* m_magnitude; // Magnitude of analysis frame ( frequency domain ) | 78 double* m_magnitude; // Magnitude of analysis frame ( frequency domain ) |
79 double* m_thetaAngle;// Phase of analysis frame ( frequency domain ) | 79 double* m_thetaAngle;// Phase of analysis frame ( frequency domain ) |
80 double* m_unwrapped; // Unwrapped phase of analysis frame | |
80 | 81 |
81 Window<double> *m_window; | 82 Window<double> *m_window; |
82 PhaseVocoder* m_phaseVoc; // Phase Vocoder | 83 PhaseVocoder* m_phaseVoc; // Phase Vocoder |
83 }; | 84 }; |
84 | 85 |