Linearizing a non-linear ARX model for making a PID controller ?

조회 수: 35 (최근 30일)
Steve
Steve 2015년 2월 19일
댓글: Steve 2015년 3월 11일
Hi all,
I want to create a PID controller for my non-linear arx model but I was told that I needed to linearize my system first. Now I know the PID tuner automatically linearizes it but it does this at the first second at an input level of 1.
My plant has a dead zone behaviour at the first second and also, the input must be a minimum of 2.5V to get it to move from an output of zero.
How do I go about linearizing this non-linear arx plant at these specific conditions ?
Thanks

채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2015년 2월 26일
Please take a look at this video and try to follow the same approach.
  댓글 수: 3
Arkadiy Turevskiy
Arkadiy Turevskiy 2015년 3월 2일
ones is a standard MATLAB function for creating an array of ones. There is no function twos, so of course you will get an error. To define an input level of 2, simply do: 2*ones(1000,1)
Steve
Steve 2015년 3월 11일
thanks a million :)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Nonlinear ARX Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by