diff AutocorrelationProcessor.h @ 27:a3a37c8dcee7

* Fixed bug causing ACT not to work
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Wed, 20 Aug 2014 16:48:54 +0100
parents ff6110f1144b
children 723af5b3303a
line wrap: on
line diff
--- a/AutocorrelationProcessor.h	Wed Aug 20 16:32:52 2014 +0100
+++ b/AutocorrelationProcessor.h	Wed Aug 20 16:48:54 2014 +0100
@@ -22,7 +22,6 @@
 private:
     size_t m_windowLength;
     unsigned int m_hopSize;
-    unsigned int m_lagIncrement;
     float * m_blockInput;
     
     std::vector<float> processBlock() const;