Mercurial > hg > qm-dsp
diff dsp/chromagram/Chromagram.h @ 483:fdaa63607c15
Untabify, indent, tidy
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 11:54:32 +0100 |
parents | 1db23b9a8da4 |
children | 701233f8ed41 |
line wrap: on
line diff
--- a/dsp/chromagram/Chromagram.h Fri May 31 11:02:28 2019 +0100 +++ b/dsp/chromagram/Chromagram.h Fri May 31 11:54:32 2019 +0100 @@ -1,5 +1,4 @@ /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ - /* QM DSP Library @@ -31,8 +30,7 @@ class Chromagram { - -public: +public: Chromagram( ChromaConfig Config ); ~Chromagram(); @@ -67,7 +65,7 @@ // Complex arithmetic double kabs( double real, double imag ); - + // Results int getK() { return m_uK;} int getFrameSize() { return m_frameSize; } @@ -79,7 +77,7 @@ Window<double> *m_window; double *m_windowbuf; - + double* m_chromadata; double m_FMin; double m_FMax;