Experimental implementation of the adaptive filter of "Interface" magazine in 2016-2017

Dependencies:   amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746

Fork of skeleton_unzen_nucleo_f746 by seiichi horie

ハードウェアおよびソフトウェアはskelton_unzen_nucleo_f746を基本にしています。

Files at this revision

API Documentation at this revision

Comitter:
shorie
Date:
Fri Jan 27 02:13:43 2017 +0000
Parent:
8:d8d1776e865b
Child:
10:a00c73efc6c3
Commit message:
Comment edited.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jan 27 02:08:53 2017 +0000
+++ b/main.cpp	Fri Jan 27 02:13:43 2017 +0000
@@ -1,7 +1,8 @@
 #include "mbed.h"
 
-// Note : Do not touch the "unzen dependent" part.
-//        Configure the "project dependent" part.
+// Note : Do not touch the "unzen dependent" part. No need to read.
+//        Modify the "project dependent" part.
+//        Also, Modify the SignalProcessing class.
 
 
 /************************** unzen dependent constants. ************************/