Unseeded random noise in Simulink
4 次查看(过去 30 天)
显示 更早的评论
Hi, I'm wondering if there is a way to remove seeding from the white noise generator in Simulink. I have a Simulink model that I am running multiple times with external input from the workspace. The model itself contains some intrinsic noise that I would like to be different for each run. Is this possible? Thanks!
0 个评论
采纳的回答
Jon Boerner
2014-10-17
You cannot remove the seed option, but you can use a random seed. For example:
This should give you a different output every time you run the model.
2 个评论
Jon Boerner
2014-10-17
Sean is right. There are times this does not work, so it is worth double checking the output of this block in your model every once-in-a-while.
更多回答(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!