开发者

Looking for solution in Simulink

开发者 https://www.devze.com 2023-01-20 22:06 出处:网络
I looking for block in Simulink to make some recursion, for example: I want calculate A_(k+1) = 2 * A开发者_JAVA技巧_(k) , where k = 1,2,3,4 and A_(1) = 3.

I looking for block in Simulink to make some recursion, for example:

I want calculate A_(k+1) = 2 * A开发者_JAVA技巧_(k) , where k = 1,2,3,4 and A_(1) = 3.

How to make something like this ? I only find initial values in integrator :/


You might need an Integer Delay.

0

精彩评论

暂无评论...
验证码 换一张
取 消