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:
4:c2a4ebafb868
Parent:
1:0a37bce4f985
Child:
5:3d6cf4dbf458
--- a/abstractfilter.h	Wed Jan 25 22:45:18 2017 +0000
+++ b/abstractfilter.h	Thu Jan 26 03:42:05 2017 +0000
@@ -4,6 +4,9 @@
 
 #include "arm_math.h"
 
+/**
+* \brief audio processing class libraries.
+*/
 namespace amakusa 
 {