Non-variable (TESTEDandWORKING)

Dependencies:   mbed-rtos mbed

Fork of ELEC347_Coursework by CMST

Revision:
7:6cb27cce4c50
Parent:
6:a2737b51424c
Child:
11:7efb6e4759cc
diff -r a2737b51424c -r 6cb27cce4c50 Filter.hpp
--- a/Filter.hpp	Tue Nov 28 13:06:24 2017 +0000
+++ b/Filter.hpp	Tue Nov 28 14:37:13 2017 +0000
@@ -62,6 +62,15 @@
     
     void Print_Filter();                //Print Filter Coefficients
     
+    void Update_Fo(int Fo_New);                   //Update Centre Frequency
+    int Get_Fo();
+    
+    void Update_Boost(double Boost_New);
+    double Get_Boost();
+    
+    void Update_Q(int Q_New);    
+    int Get_Q();
+    
     //Setters
     void setvalue(float RAW_input);     //xn sample input