Generate Gaussian RV?

3 次查看(过去 30 天)
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
my_mean = 0;
my_variance = 10;
x = randn(1,n)*sqrt(my_variance)+my_mean;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Estimation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by