Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 2017_11_28_ELEC347_Coursework by
Diff: main.cpp
- Revision:
- 15:97b4fa094a48
- Parent:
- 14:379796f5868e
- Child:
- 17:5774c69932e7
diff -r 379796f5868e -r 97b4fa094a48 main.cpp
--- a/main.cpp Mon Dec 04 11:27:35 2017 +0000
+++ b/main.cpp Tue Dec 05 16:08:01 2017 +0000
@@ -24,7 +24,7 @@
//Declare Filter
-FILTER BP_filter(48000,10000,-16,2); //Create object of type Filter(Fs,Fo,Boost,Q)
+FILTER BP_filter(48000,70,16,1); //Create object of type Filter(Fs,Fo,Boost,Q)
//Forward Declarations
@@ -33,6 +33,7 @@
int main()
{
+ BP_filter.Define_Filter();
t1.start(sampler);//Start the Sampler timed interrupt
}
