filtering the signal

Fork of PID by Aaron Berk

Revision:
1:665ee7703fbe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SigInterpreter.h	Fri Oct 21 09:12:19 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef SIGINTERPRETER_H
+#define SIGINTERPRETER_H
+
+#include "initialize.h"
+
+class SigInterpreter {
+
+public:
+
+    SigInterpreter();
+    double readValue(int);
+    double filter(float);
+
+private:
+
+};
+#endif /* SIGINTERPRETER_H */