How to add measured frequency response function to Simulink as a transfer function block?

조회 수: 2 (최근 30일)
I have a set of frequency response data gathered by modal analysis, which are stored in format (frequency, Re, Im) like the following. The frequency resolution is 0.5 Hz and measured field is up to 200 Hz. Can I put this measured Gxx list as a transfer function block in a simulink model?

답변 (2개)

Benjamin Thompson
Benjamin Thompson 2022년 2월 8일
Yes, Simulink has transfer function blocks. You will need to select transfer function coefficients that match your response curves well enough. There are a few apps in the Control System Toolbox that may help with that process.
  댓글 수: 1
DFfd
DFfd 2022년 2월 9일
I was looking for transfer function fitting functionalities in like Estimating Models Using Frequency-Domain Data and tfest. However, they all require iddata which contains input and output signals in time or frequency domain. I already have the response function processed by modal analysis measuring software and don't want to use raw I/O signals as input.

댓글을 달려면 로그인하십시오.


Benjamin Thompson
Benjamin Thompson 2022년 2월 10일
See the System Identification Toolbox documentation article "Frequency-Response Models", maybe the spa function.
Also if you Google the topic "transfer function estimation from bode plot" you will find many resources including YouTube videos, as this is usualy a first year controls class topic. Transitions in the slope and level of the plots correpond to roots in the transfer function equation.

카테고리

Help CenterFile Exchange에서 Transfer Function Models에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by