- Prod block to multiply the two below blocks
- random number block with sample time set to 0.5
- repeating sequence stair with sample time set to 0.1 and value to [ones(1,5) zeros(1,20)]
create a signal for a specified duration
6 次查看(过去 30 天)
显示 更早的评论
I would like to do this in simulink. I want to generate a random number for example 0.745 (as a signal) that lasts for 0.5 seconds, then the signal goes down to zero for 2 seconds, and then another random number is generated for example -0.234 (as a signal) which lasts for another 0.5 seconds and then dies down, and the process continues until the simulation ends. The simulation sampling time is 0.1 seconds, so there are signals that are generated at 10hz which my random signal will be added to. (more or less like a step input with random magnitude that dies down after a pre-specified amount of time, and then it comes back on again).
Thank you !
0 个评论
采纳的回答
Azzi Abdelmalek
2013-8-1
Use three blocks
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!