Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

signalprocessing.cpp

Committer:
JornD
Date:
2019-10-14
Revision:
43:9579a1afe9cb
Parent:
28:4a5671b3d88d
Child:
56:58cbb056e4be

File content as of revision 43:9579a1afe9cb:



float ProcessEMG(float X)
{
    
    float Y = X;
    
    return Y;
}