Impedance Fast Circuitry Software

Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
83:0d068da1c6b7
Parent:
82:f6fbbb8a2139
--- a/main.cpp	Wed Aug 30 02:29:53 2017 +0000
+++ b/main.cpp	Wed Aug 30 02:45:23 2017 +0000
@@ -205,8 +205,9 @@
         }//End of for loop going throught the buffer of adc samples
         //input_50k[0] = static_input_array0;
         //input_50k[1] = static_input_array1;
+        f1_b.input(input_50k,64,DEMOD_1000HZ);
         f1.input(input_50k,64,DEMOD_200HZ);
-        f1_b.input(input_50k,64,DEMOD_1000HZ);  
+          
         //status_3 = 1;
         //pc.printf("Y");
         //status_3 = 0;