filtering the signal needs tweaking but timing works,
Fork of SigInterpreter by
Diff: SigInterpreter.h
- Revision:
- 2:ad96602f71c0
- Parent:
- 1:665ee7703fbe
--- a/SigInterpreter.h Fri Oct 21 09:12:19 2016 +0000 +++ b/SigInterpreter.h Fri Oct 28 12:48:27 2016 +0000 @@ -3,6 +3,8 @@ #include "initialize.h" + + class SigInterpreter { public: @@ -12,6 +14,6 @@ double filter(float); private: - + }; #endif /* SIGINTERPRETER_H */