While making a closedloop feedback model using connect command, how to get noise model included in that?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a model y = Gu+He, and an IMC controller Q and let us define my setpoint to be 'r' and output is 'y', I have to compute the closed loop feedback model using connect statement, since I have a noise model 'H' in my system, My closed loop system is y = Tg*r + Th*e, I know how to use connect command to get yhat = Tg*r and v = Th*e separately. But it would be helpful for me if i can get y = Tg*r+Th*e in a single command. Please help me with that
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Dynamic System Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!