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

Dependencies:   mbed DSP_MultirateLinearphase

Revision:
12:ef52fea50d5e
Parent:
9:388a0203ac37
--- a/coefficients.hpp	Sun Dec 20 08:11:05 2020 +0000
+++ b/coefficients.hpp	Wed Dec 22 08:01:53 2021 +0000
@@ -8,7 +8,7 @@
 //      #define FIR_INTERPOLATOR_ORDER94
 //      #define FIR_INTERPOLATOR_ORDER2
 //
-//  2020/12/06, Copyright (c) 2020 MIKAMI, Naoki
+//  2021/12/22, Copyright (c) 2021 MIKAMI, Naoki
 //------------------------------------------------------------------
 
 #ifdef FIR_INTERPOLATOR_ORDER94
@@ -42,7 +42,7 @@
      1.050347E-02f, -7.242540E-03f,  4.733192E-03f, -2.834375E-03f};
 #endif  // FIR_INTERPOLATOR_ORDER94
 
-#ifdef FIR_INTERPOLATOR_ORDER2
+#ifdef FIR_INTERPOLATOR_ORDER4
 // 以下は,出力の際の補間を行わない場合に相当する信号を出力したい場合に使う
 const int ORDER_ = 2; 
 const float HK1_[] = {1};