Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
83:0d068da1c6b7
Parent:
81:30d699e951a8
--- a/Jareds_DSP/print_data.cpp	Wed Aug 30 02:29:53 2017 +0000
+++ b/Jareds_DSP/print_data.cpp	Wed Aug 30 02:45:23 2017 +0000
@@ -31,11 +31,12 @@
 }
 void set_print_buffer(float mag,float phase, int print_identifier)
 {
+    /*
     if(isnan(mag)||isinf(mag)||isnan(phase)||isinf(phase))
     {
         return;
     }
-    
+    */
     if (printing_counter<printing_length)
     {
         printf("PRINT OVERLOAD\n\r");