Model identyfication from plot

6 visualizaciones (últimos 30 días)
Kamil
Kamil el 12 de En. de 2025
Comentada: Star Strider el 13 de En. de 2025

Hi, I took some mesurements of ramp response for furnace to choose parameters for PID, but I do not know how to define model of it. The ambient temperature was about 15°C, ramp was 120°C/h, final temp was 60°C, but it was tested in closed loop with P=1. The data I received are temperature measurements depending on time. Do you have any ideas how to do it ?

Respuestas (1)

Star Strider
Star Strider el 12 de En. de 2025
You will need to use the System Identification Toolbox for this. If you have both the input and output time-domain signals, start wiith the iddata function and then (preferably) use the ssest function to estimate the system. Use the compare function to see how well the estimiated system matches the data.
You can get a quick estimate of the system dynamics by plotting the imaginary part of the Fourier transform of the transfer function (the Fourier transform of the output signal divided element-wise by the Fourier transform of the input signal). The poles are the frequenciies at which it approaches infinity, and the zeros are where the curve crosses zero. That should give you an estimate of the system order that you can use wiith ssest.
.
  2 comentarios
Kamil
Kamil el 13 de En. de 2025
Can I insert ramp response as input data that look like that ?
Star Strider
Star Strider el 13 de En. de 2025
Yes.
The input and output data have to meet the requirements described in the documentation on iddata.
See the documentation section on Input Arguments for details.

Iniciar sesión para comentar.

Categorías

Más información sobre Compare Output with Measured Data en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by