Gaussian RP

2 件のコメント

John D'Errico
John D'Errico 2021 年 12 月 11 日
If it is discrete, then it is not gaussian.
Mohammed Ba Humaish
Mohammed Ba Humaish 2021 年 12 月 11 日
I will convert it using fft

サインインしてコメントする。

 採用された回答

Voss
Voss 2021 年 12 月 11 日

0 投票

my_mean = 0;
my_variance = 10;
x = randn(1,n)*sqrt(my_variance)+my_mean;

1 件のコメント

Mohammed Ba Humaish
Mohammed Ba Humaish 2021 年 12 月 11 日
Really appreciqated

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by