Jared Baxter
/
Impedance_Fast_Circuitry
Fork of DSP_200kHz by
Diff: Jareds_DSP/print_data.cpp
- Revision:
- 83:0d068da1c6b7
- Parent:
- 81:30d699e951a8
diff -r f6fbbb8a2139 -r 0d068da1c6b7 Jareds_DSP/print_data.cpp --- 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");