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

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Fri Mar 17 01:34:01 2017 +0000
Parent:
3:97a36dafcb94
Commit message:
5

Changed in this revision

F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/F746_GUI.lib	Thu Mar 16 08:48:20 2017 +0000
+++ b/F746_GUI.lib	Fri Mar 17 01:34:01 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#835a6b1c0fad
+http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#d7f9f667fa68
--- a/main.cpp	Thu Mar 16 08:48:20 2017 +0000
+++ b/main.cpp	Fri Mar 17 01:34:01 2017 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 //  周波数特性を描画するための FrqRespDrawer クラスの使用例
 //
-//  2017/03/16, Copyright (c) 2017 MIKAMI, Naoki
+//  2017/03/17, Copyright (c) 2017 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "FrquencyResponseDrawer.hpp"