Model identyfication from plot
6 views (last 30 days)
Show older comments
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 ?
0 Comments
Answers (1)
Star Strider
on 12 Jan 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 Comments
Star Strider
on 13 Jan 2025
Yes.
The input and output data have to meet the requirements described in the documentation on iddata.
See Also
Categories
Find more on Compare Output with Measured Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!