Demo program of FrqRespDrawer class to draw frequency response for digital filter. ディジタルフィルタの周波数特性を,周波数軸をログスケールで描画するための FrqRespDrawer クラスの使用例.

Dependencies:   BSP_DISCO_F746NG F746_GUI FrequencyResponseDrawer LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Revision:
2:b905a3907272
Parent:
1:1a44ea75dff6
Child:
3:97a36dafcb94
--- a/main.cpp	Sun Jul 24 11:25:58 2016 +0000
+++ b/main.cpp	Tue Nov 08 13:07:03 2016 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 //  周波数特性を描画するための FrqRespDrawer クラスの使用例
 //
-//  2016/07/24, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/11/08, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "FrquencyResponseDrawer.hpp"