filtering the signal

Fork of PID by Aaron Berk

SigInterpreter.h

Committer:
fabian101
Date:
2016-10-21
Revision:
1:665ee7703fbe

File content as of revision 1:665ee7703fbe:

#ifndef SIGINTERPRETER_H
#define SIGINTERPRETER_H

#include "initialize.h"

class SigInterpreter {

public:

    SigInterpreter();
    double readValue(int);
    double filter(float);

private:

};
#endif /* SIGINTERPRETER_H */