Template for group 4

Dependencies:   mbed

Fork of RT2_P3_students by RT2_P3_students

Revision:
7:01a7363583b2
Parent:
2:769ce5f06d3e
Child:
8:72f260c467ad
--- a/IIR_filter.cpp	Tue Apr 17 11:47:35 2018 +0000
+++ b/IIR_filter.cpp	Sun Apr 22 19:54:59 2018 +0000
@@ -12,7 +12,7 @@
   reseting the filter only makes sence for static signals, whatch out if you're using the differnetiator
 */
 
-// G(s) = s/(T*s + 1)
+// G(s) = 1/(T*s + 1)
 IIR_filter::IIR_filter(float T, float Ts){
            
     // filter orders