Model identyfication from plot

5 次查看(过去 30 天)
Kamil
Kamil 2025-1-12

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 ?

回答(1 个)

Star Strider
Star Strider 2025-1-12
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 个评论
Kamil
Kamil 2025-1-13
Can I insert ramp response as input data that look like that ?
Star Strider
Star Strider 2025-1-13
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Compare Output with Measured Data 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by