Stochastic nature in Simulink model
조회 수: 2 (최근 30일)
이전 댓글 표시
how to model the stochastic nature of a source on a 300 second time horizon, with one second resolution in Simulink. Initial value of signal is 500 W/m^2? What source should I use?
답변 (1개)
Nithin Kumar
2023년 4월 28일
Hi Dusan,
To model a stochastic source on a 300 second time horizon with one second resolution in Simulink, Use "Gaussian Random Number" block. It generates random numbers from a normal distribution with a mean of "zero" and a standard deviation of "one". You can scale the output of the block using the "Gain" block to match the desired mean and standard deviation of your source.
I hope it helps.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!