System Identification Toolbox - Continous or discrete model?

조회 수: 5 (최근 30일)
Nils B
Nils B 2019년 7월 20일
댓글: Star Strider 2019년 7월 20일
Hello,
I want to identify a control process and have gathered samples of a thermocouple over time with a sample time of 1s.
My question is, which kind of model (continous or discrete) would I ideally use to estimate the process with the Identification Toolbox GUI?
From my understanding both could make sense. Discrete because my data is sampled and continous because the discrete data is derived from a
continous signal(falling and rising temperature).
Maybe you can help me to understand, what kind of model should be used in which situation?
Best regards

채택된 답변

Star Strider
Star Strider 2019년 7월 20일
It would seem to depend on your eventual application of the identified model. If you’re going to construct a completely analogue (continuous) system in hardware, identify it as such. If you are going to use sampled signals and implement a discrete controller, then identify it as a discrete system.
Also, I have nothing against the GUI, however it is likely easier to use the necessary functions themselves to generate the final identified model information. It depends on what you want to do with the results.

추가 답변 (1개)

Nils B
Nils B 2019년 7월 20일
Thank you, I think I might get it now. Actually I want to construct a control loop in MATLAB - I just want to derive a model from the experimental data to test the control loop, before I put it into the hardware.
Well I though about using the functions as well however it seems rather complicated if you want to test things out. For example:
I have 3 heat generators and 3 thermocouples to measure temperature. For the sample data i turn on heat generator 1 and measure all thermocouples for a while. I do the same with the two other heat generators. I then have a 3x3 matrice, one field for each control loop.
I have not found a function yet, which can merge these 3 experiments with different y1,y2,y3 and u1,u2,u3 into a single model. Thats why I prefer to identify each single model in the GUI and try to combine them later. If you know a faster way let me now.
Best regards
  댓글 수: 1
Star Strider
Star Strider 2019년 7월 20일
As always, my pleasure.
I agree that identifying different models is preferable, and you will later have to determine if it is possible to combine them.
The GUI is convenient at the outset, as you describe, to explore the various options. However I have always used the functions to get the final results, since that is simply easier.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Preparation Basics에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by