Eindelijk!!!!!

Fork of SignalNumber2 by Peter Knoben

Revision:
5:f3ddc3a7b292
Parent:
4:a79f9f3a9e40
diff -r a79f9f3a9e40 -r f3ddc3a7b292 signalnumber.h
--- a/signalnumber.h	Wed Nov 01 22:23:10 2017 +0000
+++ b/signalnumber.h	Wed Nov 01 22:46:29 2017 +0000
@@ -17,13 +17,13 @@
 
     float getmeanRight(const int n, float input);
 
-    float getmeanMode(const int n, float input);
+//    float getmeanMode(const int n, float input); // In progess
 
     int getnumberLeft(const int n, const int action, float input);
     
     int getnumberRight(const int n, const int action, float input);
 
-    int getmode(const int n, const int action, float input); // In progress
+//    int getmode(const int n, const int action, float input); // In progress
 
 
 private: