seiichi horie / Mbed 2 deprecated ifmag_noise_canceller

Dependencies:   amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746

Fork of skeleton_unzen_nucleo_f746 by seiichi horie

Files at this revision

API Documentation at this revision

Comitter:
shorie
Date:
Sun Jan 29 03:05:56 2017 +0000
Parent:
12:2b121255e2d1
Child:
14:cec63d8da48c
Commit message:
Update comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
signal_processing.cpp Show annotated file Show diff for this revision Revisions of this file
signal_processing.h Show annotated file Show diff for this revision Revisions of this file
unzen_nucleo_f746.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 29 00:07:14 2017 +0000
+++ b/main.cpp	Sun Jan 29 03:05:56 2017 +0000
@@ -94,7 +94,7 @@
            float rx_left_buffer[],     // array of the left input samples
            float rx_right_buffer[],    // array of the right input samples
            float tx_left_buffer[],     // place to write the left output samples
-           float tx_right_buffer[],    // place to write the left output samples
+           float tx_right_buffer[],    // place to write the right output samples
            unsigned int block_size     // block size [sample]
            )
 {
--- a/signal_processing.cpp	Sun Jan 29 00:07:14 2017 +0000
+++ b/signal_processing.cpp	Sun Jan 29 03:05:56 2017 +0000
@@ -14,7 +14,7 @@
             float rx_left_buffer[],     // array of the left input samples
             float rx_right_buffer[],    // array of the right input samples
             float tx_left_buffer[],     // place to write the left output samples
-            float tx_right_buffer[],    // place to write the left output samples
+            float tx_right_buffer[],    // place to write the right output samples
             unsigned int block_size     // block size [sample]
            )
 {
--- a/signal_processing.h	Sun Jan 29 00:07:14 2017 +0000
+++ b/signal_processing.h	Sun Jan 29 03:05:56 2017 +0000
@@ -12,7 +12,7 @@
         float rx_left_buffer[],     // array of the left input samples
         float rx_right_buffer[],    // array of the right input samples
         float tx_left_buffer[],     // place to write the left output samples
-        float tx_right_buffer[],    // place to write the left output samples
+        float tx_right_buffer[],    // place to write the right output samples
         unsigned int block_size     // block size [sample]
         );
            
--- a/unzen_nucleo_f746.lib	Sun Jan 29 00:07:14 2017 +0000
+++ b/unzen_nucleo_f746.lib	Sun Jan 29 03:05:56 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/shorie/code/unzen_nucleo_f746/#b90e520ceec9
+http://mbed.org/users/shorie/code/unzen_nucleo_f746/#e995396b427b