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

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 日

0 投票

Please take a look at this video and try to follow the same approach.

3 件のコメント

Steve
Steve 2015 年 2 月 27 日
Hey, thank for the reply. I find this to be a big coincidence, because I actually was following her webinar and I wanted to linearize at a different input level to hers. An input level of 2 to be exact. From the code i saw an input level of 1 by coding : 'one(1000,1)', this seems to be an array of 1s in a 1000 by 1 matrix, how do i get twos? because when I put two(1000,1) i get an error.
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 件)

質問済み:

2015 年 2 月 19 日

コメント済み:

2015 年 3 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by