フィルターのクリア

How do I get the transfer function from experimental step response data?

43 ビュー (過去 30 日間)
Kristina Larsen
Kristina Larsen 2021 年 11 月 29 日
回答済み: Star Strider 2021 年 11 月 30 日
I have two step response data sets, displayed visually below, and I would like to fit a model to those and ultimately find a transfer function for each so that I can properly model the physical system.
My issue is that I don't know which MATLAB functions I should use - I feel like I'm trying to find a needle in a haystack looking for the right thing.
How do I get a transfer function from my experimental step response data?
  2 件のコメント
Mathieu NOE
Mathieu NOE 2021 年 11 月 29 日
hello Kristina
I am a bit surprised by the way the step response plot look like. Dos the vertical transients really belong to the system under investigation or could it be we have a problem with the experiment ?
In the physical world we are more or less expecting smooth outputs - and this is not falling in that category...
all the best,
Mathieu NOE
Mathieu NOE 2021 年 11 月 30 日
hello
need help or problem solved ?

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

回答 (1 件)

Star Strider
Star Strider 2021 年 11 月 30 日
It is necessary to have the System Identification Toolbox for this.
The appropriate procedure for estimating a state-space model from the data (assuming one is the input and one is the output) is described in the documentation page for ssest.
An alternative using the Signal Processing Toolbox is to take the Fourier transforms (fft) of the input and output signals and then use invfreqz.
I would not filter them first, because the complete original signal likely contains useful information that the estimation functions can use to provide a more accurate estimate of the system properties.
.

カテゴリ

Help Center および File ExchangeLinear Model Identification についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by