Designing a decoupling controller

2 views (last 30 days)
mehul kishan
mehul kishan on 13 Mar 2021
Commented: Walter Roberson on 14 Mar 2021
I have two control loops in simulink that need a decoupler to fix the inverse effect they have on each other.
I have the two transfer functions g(s) to plug between the two loops, but MATLAB 2020b doesn’t have an option for transfer functions in the form Aexp(-Bs), and I can’t find a work around.
If someone can give me any ideas it’d be of great help, thanks!
  3 Comments
mehul kishan
mehul kishan on 14 Mar 2021
Hi, thanks for the response. What do you think should I do if B is negative so that I get a positive final output? I’m using the LTI System block i.e. tf(2.2,[1,0],’InputDelay’,-4.3) but it doesn’t work because InputDelay can’t be negative.
Would it perhaps be the same if I use OutputDelay and +4.3?

Sign in to comment.

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!