filtering the signal needs tweaking but timing works,
Fork of SigInterpreter by
Diff: SigInterpreter.h
- Revision:
- 1:665ee7703fbe
- Child:
- 2:ad96602f71c0
--- /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 */