ライブラリ "DSP_MultirateLinearphase" の使用例.

Dependencies:   mbed DSP_MultirateLinearphase

Revision:
9:388a0203ac37
Parent:
8:8256c55a802a
Child:
12:ef52fea50d5e
--- a/coefficients.hpp	Sat Nov 28 02:27:28 2020 +0000
+++ b/coefficients.hpp	Sun Dec 06 07:21:52 2020 +0000
@@ -8,7 +8,7 @@
 //      #define FIR_INTERPOLATOR_ORDER94
 //      #define FIR_INTERPOLATOR_ORDER2
 //
-//  2020/11/28, Copyright (c) 2020 MIKAMI, Naoki
+//  2020/12/06, Copyright (c) 2020 MIKAMI, Naoki
 //------------------------------------------------------------------
 
 #ifdef FIR_INTERPOLATOR_ORDER94
@@ -44,7 +44,7 @@
 
 #ifdef FIR_INTERPOLATOR_ORDER2
 // 以下は,出力の際の補間を行わない場合に相当する信号を出力したい場合に使う
-const int ORDER_ = 2;
+const int ORDER_ = 2; 
 const float HK1_[] = {1};
 const float HK2_[] = {1};
 const float HK3_[] = {1};