Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: F746_GUI Array_Matrix TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG SDFileSystem_Warning_Fixed FrequencyResponseDrawer F746_SAI_IO
Diff: main.cpp
- Revision:
- 2:2478e7a8e8d5
- Parent:
- 1:cc2669b9d1e2
- Child:
- 5:3e8ca1ed31a1
--- a/main.cpp Wed Apr 20 12:10:17 2016 +0000
+++ b/main.cpp Mon Apr 25 00:49:09 2016 +0000
@@ -3,8 +3,9 @@
// SD のファイル: *.wav
// PCM,16 ビットステレオ,標本化周波数 44.1 kHz
// IIR フィルタ ---- 低域通過および高域通過フィルタ
+// 出力:モノラル
//
-// 2016/04/20, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/04/25, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#include "MyFunctions.hpp"
@@ -53,7 +54,7 @@
DesignerDrawer drawerObj(
45, // グラフの左端の位置
230, // グラフの下端の位置
- 30, // 10 dB 当たりのピクセル数
+ 3, // 1 dB 当たりのピクセル数
FS, // 標本化周波数
ORDER, // フィルタの次数
400, // 最初に与える遮断周波数
@@ -164,4 +165,3 @@
sdReader.Close(); // SD のファイルのクローズ
}
}
-