Summing loop in simulink

Hi, I want have two values that are constantly updated in simulink. Now I want to add these two values, and in the next sample time, I want to add these two values to the previous sum. I want to do this for 80 times. Rest the values. And do it again. I want to do this in real time in simulink

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 25 Feb 2013

0 votes

Use a unit delay block or memory bllock

2 Comments

Ok I have used that. My issue is, I do not know how to reset this sum after 80 times. And start fresh from the 81st to 160. And then again from 161 to 240. It's all real time btw. So i cant use reshape also.
There is a solution for that, post your model to find the best way

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Asked:

on 25 Feb 2013

Community Treasure Hunt

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

Start Hunting!