How to generate a set of gaussian noise signal with zero mean and say 'x' variance and measure their covariance?

10 views (last 30 days)
I am looking to generate 3 white gaussian signals with 0 mean and 0.25 and compute the covariance matrix of them. Could someone help in this regard?

Answers (1)

Paul
Paul on 3 Feb 2023
Check out normrnd, mvnrnd and cov.
If you try those, or anything else, and can't get the code to work, feel free to post back showing the code and what the roadblock is.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!