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.
Dependencies: MovingAverage mbed HIDScope biquadFilter
Diff: main.cpp
- Revision:
- 29:86ef596c9e70
- Parent:
- 28:21746a69e96a
- Child:
- 30:0988a637a342
--- a/main.cpp Tue Apr 16 08:48:41 2019 +0000 +++ b/main.cpp Tue Apr 16 08:53:30 2019 +0000 @@ -352,13 +352,18 @@ int main() { - sample_ticker.attach(&emgsample, ts); + sample_ticker.attach(&emgsample, ts); //BiQuad Chain add + highp1.add( &highp1_1 ).add( &highp1_2 ); + notch1.add( ¬ch1_1 ).add( ¬ch1_2 ); + lowp1.add( &lowp1_1 ).add(&lowp1_2); + + /*/BiQuad Chain add highnotch1.add( &highp1_1 ).add( &highp1_2 ); //notch1.add( ¬ch1_1 ).add( ¬ch1_2 ); //lowp1.add( &lowp1_1 ).add(&lowp1_2); - +*/ highp2.add( &highp2_1 ).add( &highp2_2 ); notch2.add( ¬ch2_1 ).add( ¬ch2_2 ); lowp2.add( &lowp2_1 ).add(&lowp2_2);