How to convert discrete system into continous time system.

1 view (last 30 days)
my discrete system is of this type x1(k+1)=x1(k)+[1/3*(x2(k)-x1(k))]+[1/3*(x3(k)-x1(k))]; x2(k+1)=x2(k)+[1/3*(x3(k)-x2(k))]+[1/2*(x4(k)-x2(k))]+[1/3*(x1(k)-x2(k))]; x3(k+1)=x3(k)+[1/2*(x5(k)-x3(k))]+[1/3*(x1(k)-x3(k))]+[1/3*(x2(k)-x3(k))]; x4(k+1)=x4(k)+[1/2*(x2(k)-x4(k))]; x5(k+1)=x5(k)+[1/2*(x3(k)-x5(k))]; .i have run a for loop for this system and the system is converging in 20 iterations.how shall i convert this system in to continuous form as i have to make a simulink model for this system.

Answers (0)

Categories

Find more on Simulink 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!