Dit is het filter dat werkt. Bij het werkende filter was de rectifier nog niet toegevoegd. Deze heb ik nu wel toegevoegd, maar hij staat nu nog tussen haken, zodat je eerst zonder en dan met kunt proberen. Misschien dat het daaraan ligt

Dependencies:   HIDScope mbed

Files at this revision

API Documentation at this revision

Comitter:
RichellBooyink
Date:
Wed Oct 21 17:26:56 2015 +0000
Parent:
0:96915439a15f
Commit message:
Dit is het filter dat werkt. Hierbij is de rectifier toegevoegd, deze staat nog tussen haken;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 96915439a15f -r dd4d1be5a7ab main.cpp
--- a/main.cpp	Wed Oct 21 17:24:25 2015 +0000
+++ b/main.cpp	Wed Oct 21 17:26:56 2015 +0000
@@ -49,6 +49,7 @@
     y6 = biquad (u6, fno2_v1, fno2_v2, fno2_a1, fno2_a2, fno2_b0, fno2_b1, fno2_b2);
     u7 = y6;
     y7 = biquad (u7, fno3_v1, fno3_v2, fno3_a1, fno3_a2, fno3_b0*0.973227, fno3_b1*0.973227, fno3_b2*0.973227);
+    //y8 = fabs (y7)
     scope.set (0, u1);
     scope.set (1, y2);
     scope.set (2, y4);