circularly symmetric Gaussian variables using matlab

荒凉一梦 提交于 2019-12-23 04:43:11

问题


any one can help me, i want to generate a matrix with elements being zero mean and unit variance independent and identically distributed (i.i.d.) circularly symmetric Gaussian variables using Matlab any one know the code for this and how to do it


回答1:


It is easy to generate a matrix with elements being zero mean and unit variance by using this command in matlab:

normrnd(mu, sigma)
  • mu is the mean
  • sigma is the standard deviation.

More detail please help normrnd in MATLAB.



来源:https://stackoverflow.com/questions/14089934/circularly-symmetric-gaussian-variables-using-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!