Basic Audio Signal Processing Library
Dependents: unzen_sample_nucleo_f746 skeleton_unzen_nucleo_f746 ifmag_noise_canceller synthesizer_f746
オーディオ信号処理用のライブラリです。
mbed-dspのフィルタ群向けに作ったクラス・ラッパーのほか、以下のクラスを用意しています。
- ヒステリシス
- sin/cosオシレータ
- リミッター
クラスは全て名前空間amakusaに含まれます。
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:1fa224c83cfa | 2017-02-18 | shorie | Fixed mistake of visibility in the limitterlinatan.h |
7:621c15c3be14 | 2017-02-11 | shorie | Fix the parameter name bug. That was invisible because the bad handling of the name. |
6:ed10856c2305 | 2017-02-10 | shorie | Document edited |
5:3d6cf4dbf458 | 2017-02-10 | shorie | amakusa::AbstractFilter::run() ???blockSize ?????? |
4:c2a4ebafb868 | 2017-01-26 | shorie | Comment updated. |
3:a8dc30ed3e8a | 2017-01-25 | shorie | update; |
2:fbdf03b330ae | 2017-01-21 | shorie | update with hysterisis |
1:0a37bce4f985 | 2017-01-02 | shorie | Wrapper classes of the mbed-dsp filter |
0:058daa59980d | 2016-12-11 | shorie | Publish |