Gaussian RP

2 Comments

If it is discrete, then it is not gaussian.
I will convert it using fft

Sign in to comment.

 Accepted Answer

Voss
Voss on 11 Dec 2021
my_mean = 0;
my_variance = 10;
x = randn(1,n)*sqrt(my_variance)+my_mean;

More Answers (0)

Community Treasure Hunt

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

Start Hunting!