How to code more than one sampling instants (sampled-data control) loop?
Show older comments
x(t)=Ax(t)+Bu(t)
u(t)=Kx(t_k) ; u(t) is sampled-data contorl and x(t) is state vector. A and B are any square matrix;
we need to calculate u(t) in the following time instants
t_k < t < t_{k+1}, that is Tmin< t < Tmax. That is Tmin and Tmax are lower and upper bound for the sampling interval t_k < t < t_{k+1}.
Answers (0)
Categories
Find more on Simulink 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!