Transfer function from a frequency response graph

92 ビュー (過去 30 日間)
Rodrigo Trigona
Rodrigo Trigona 2012 年 8 月 14 日
編集済み: Arkadiy Turevskiy 2018 年 12 月 19 日
I want to know if exist some MATLAB function that can give me a transfer function by analysis from points of a frequency response graph

回答 (2 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2012 年 8 月 22 日
編集済み: Arkadiy Turevskiy 2018 年 12 月 19 日
System Identification Toolbox is an add-on to MATLAB for estimating transfer functions as well as other model types from time or frequency domain data.
You can estimate a transfer function from frequency domain data using the function tfest from this toolbox.
Here is a demo that might be helpful. The demo is using ssest for estimating state-space models, but you can definitely use tfest instead for estimating a transfer function.
HTH.
Arkadiy
  1 件のコメント
Shmuel Nedjar
Shmuel Nedjar 2017 年 7 月 10 日
Thank you for your helpful answer, suggesting functions from the System Identification Toolbox. I was unaware of such a toolbox and appropriate functions for accomplishing this task. CJL

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


Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 14 日
i suggest:
  1. from your frequency response, calculate a temporel pulse response h(t) (it's the inverse Fourier transform of your frequency response
  2. choose a white band signal x(t), and calculate y(t)=x(t)*h(t) (* is convolution).
  3. from x and y identify your transfer function (you must know the order of your system which is given by your frequency response)
  5 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 14 日
when he said frequency response , that means amplitude and phase
Star Strider
Star Strider 2012 年 8 月 15 日
True, but we don't know exactly what he has, or what information he can recover from the graph. My intent in my previous comment was to find that out.

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

カテゴリ

Help Center および File ExchangeGet Started with Control System Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by