System identification_TF model output data regeneration
조회 수: 2 (최근 30일)
이전 댓글 표시
I have identified my system model using the available input and output data. But I am not able to get the same output data when I apply the available input to the obtained transfer function model. The model details are given below. Where am I missing?? Process model with transfer function
G(s) = (Kp * exp(-Td*s)*1+Tz*s) / (s*(1+Tp1*s)*(1+Tp2*s) )
with Kp = -2.1478e+005 Tp1 = 5.2519e+006 Tp2 = 0.9843 Td = 14.566 Tz = 31.266
An additive ARMA disturbance model has been estimated: y = G u + (C/D)e
with
C(s) = s D(s) = s
Estimated using PEM using SearchMethod = Auto from data set mydata Loss function 0.0775958 and FPE 0.098487
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!