FrqRespDrawer class to draw frequency response for digital filter. ディジタルフィルタの周波数特性を,周波数軸をログスケールで描画するための FrqRespDrawer クラス. このライブラリを登録した際のプログラム:「F746_FrequencyResponseDrawer_Demo」

Dependents:   F746_SD_WavPlayer F746_SD_GraphicEqualizer_ren0620 F746_FrequencyResponseDrawer_Demo F746_SD_VarableFilter ... more

Revision:
2:8bccc97de938
Parent:
1:19a32f6279e6
Child:
4:47c6cbdd8d77
--- a/FrquencyResponseDrawer.hpp	Mon May 09 05:39:50 2016 +0000
+++ b/FrquencyResponseDrawer.hpp	Sun Jul 24 11:19:30 2016 +0000
@@ -2,7 +2,7 @@
 //  ディジタルフィルタの周波数特性を,周波数軸が対数スケールで描画するクラス(ヘッダ)
 //  FrqRespDrawer class (header)
 //
-//  2016/05/09, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/07/24, Copyright (c) 2016 MIKAMI, Naoki
 //------------------------------------------------------------------------
 
 #ifndef F746_FRQ_RESP_DRAWER_HPP
@@ -62,8 +62,8 @@
                           string str = "[dB]");
 
         // 周波数特性のグラフの描画
-        void DrawGraph(FrequencyResponse *frqResp, uint32_t color);
-        void DrawGraph(FrequencyResponse *frqResp)
+        void DrawGraph(FrequencyResponse &frqResp, uint32_t color);
+        void DrawGraph(FrequencyResponse &frqResp)
         {   DrawGraph(frqResp, LINE_COLOR_);}
 
         // 消去