multivariate normal random numbers noise
2 次查看(过去 30 天)
显示 更早的评论
Dear All,
I need to simulate multivariate noise according to noise variance (mu) in a number of sensors, and covariance (sigma). I would need n distinct noise simulations to be added to the same signal in n distinct files. How can I make sure that with each simulation, I get different noise, and the rng does not start from the same seed and gives me same noise in 2 files. I want to use
r = mvnrnd(MU,SIGMA,cases)
Please advise, Octavian
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Random Number Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!