Cumulative sum in Simulink
31 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (3 件)
Fangjun Jiang
2022 年 6 月 8 日
編集済み: Fangjun Jiang
2022 年 6 月 8 日
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 件のコメント
Fangjun Jiang
2022 年 6 月 10 日
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.
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!