Effacer les filtres
Effacer les filtres

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

43 vues (au cours des 30 derniers jours)
Kristina Larsen
Kristina Larsen le 29 Nov 2021
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 commentaires
Mathieu NOE
Mathieu NOE le 29 Nov 2021
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 le 30 Nov 2021
hello
need help or problem solved ?

Connectez-vous pour commenter.

Réponses (1)

Star Strider
Star Strider le 30 Nov 2021
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.
.

Catégories

En savoir plus sur Linear Model Identification dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by