Basic Audio Signal Processing Library

Dependents:   unzen_sample_nucleo_f746 skeleton_unzen_nucleo_f746 ifmag_noise_canceller synthesizer_f746

オーディオ信号処理用のライブラリです。

mbed-dspのフィルタ群向けに作ったクラス・ラッパーのほか、以下のクラスを用意しています。

  • ヒステリシス
  • sin/cosオシレータ
  • リミッター

クラスは全て名前空間amakusaに含まれます。

Revision:
2:fbdf03b330ae
Parent:
1:0a37bce4f985
--- a/amakusa.h	Mon Jan 02 11:04:49 2017 +0000
+++ b/amakusa.h	Sat Jan 21 07:16:37 2017 +0000
@@ -17,4 +17,6 @@
 #include "biquadcascadedf2t.h"
 #include "firinterpolator.h"
 #include "firdecimator.h"
+#include "hysteresis.h"
+
 #endif