For a control system model having an inner loop and an outer loop. How to simulate this model when inner loop has higher sampling rate than outer loop?
15 views (last 30 days)
Show older comments
For a control system model having an inner loop and an outer loop. How to simulate this model when inner loop has higher sampling rate than outer loop?
2 Comments
David Wilson
on 11 May 2019
Do you have Simulink? That's perfect for these sorts of multi-rate control tasks.
Accepted Answer
Raj
on 13 May 2019
Use "Rate transition" blocks for transfer of data between your inner loop and outer loop. For the data going into outerloop from inner loop set the rate transition block output rate as that of your outer loop and vice versa. Should work perfectly as I have worked on similar flight control system models. Get back in case you get stuck somewhere.
0 Comments
More Answers (0)
See Also
Categories
Find more on Classical Control Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!