Cumulative sum in Simulink

74 visualizaciones (últimos 30 días)
Abbass Ibrahim
Abbass Ibrahim el 8 de Jun. de 2022
Editada: Wei Huang el 22 de Mzo. de 2024 a las 19:43
hello ,
I need help, I'm trying to add my signals in simulink cumulative, I've tried to do it with a delay, with Cum sum in a Matlab function but it doesn't fit, does anyone have an idea and can help.

Respuestas (3)

Paul
Paul el 8 de Jun. de 2022
The Discrete-Time Integrator block can be configured as an accumulator.

Fangjun Jiang
Fangjun Jiang el 8 de Jun. de 2022
Editada: Fangjun Jiang el 8 de Jun. de 2022
For continuous system, feed your signal to an Integrator block.
For discrete system, add your signal with the output of a Unit Delay block, feed the output of the Sum block to the Unit Delay block.
  2 comentarios
Abbass Ibrahim
Abbass Ibrahim el 9 de Jun. de 2022
i didn't undertand what should i do for Discrete System , can you please help me more.
Fangjun Jiang
Fangjun Jiang el 10 de Jun. de 2022
using a Sum block and a Unit Delay block, add your signal with the output of a Unit Delay block, feed the output of the Sum block to the Unit Delay block.

Iniciar sesión para comentar.


Wei Huang
Wei Huang el 22 de Mzo. de 2024 a las 19:43
Editada: Wei Huang el 22 de Mzo. de 2024 a las 19:43
Use the discrete-time integrator block for discrete systems

Categorías

Más información sobre Discontinuities en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by