CW Decoder (Morse code decoder) 1st release version. Only run on Nucleo-F446RE mbed board.

Dependencies:   Array_Matrix F446_AD_DA ST7565_SPI_LCD TextLCD UIT_FFT_Real

Fork of F446_MySoundMachine by 不韋 呂

Base on F446_MySoundMachine program created by 不韋 呂-san.
Thanks to 不韋 呂-san making fundamental part such as FFT and ADC high speed interrupt driven program.
I just combined LCD and show CW code.

Revision:
5:503bd366fd73
Parent:
4:2f06a5893e4a
--- a/SignalProcessing/VariableLpHp.hpp	Mon Jan 30 13:58:11 2017 +0000
+++ b/SignalProcessing/VariableLpHp.hpp	Tue Jan 31 12:52:35 2017 +0000
@@ -33,10 +33,10 @@
         filter_.SetCoefs(g0, coefsIir_);
         filter_.Clear();
     }
-    
+
 private:
     const int ORDER2_;
-    
+
     Array<BilinearDesign::Coefs> coefs_;
     Array<Biquad::Coefs> coefsIir_;