TF from response graph

1 回表示 (過去 30 日間)
Krishna Kanth
Krishna Kanth 2011 年 12 月 14 日
can any one know how to get transfer function from a response graph

回答 (1 件)

Abhishek Gupte
Abhishek Gupte 2011 年 12 月 14 日
I assume that you have the frequency response data for a system and want to get the Transfer Function coefficients for the system. try using the INVFREQS function.
  2 件のコメント
Krishna Kanth
Krishna Kanth 2011 年 12 月 14 日
Thanks Abhishek for your answer... I had a response graph from which i need to find the system paramters.
Walter Roberson
Walter Roberson 2011 年 12 月 15 日
What form is the graph in? If it is in handle graphics form,
plothand = findobj('type','line');
wd = get(plothand,'XData')
hd = get(plothand,'YData')
However, I see that invfreqs expects to have complex responses input in to it, but it is not possible for the XData or YData to come out complex. You would have to figure out how to deduce the complex response from the graph.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by