使用Matlab的圆对称高斯变量 [英] circularly symmetric Gaussian variables using matlab

查看:832
本文介绍了使用Matlab的圆对称高斯变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助我,我想使用Matlab生成一个矩阵,该矩阵具有零均值和单位方差无关的且均匀分布的(iid)圆对称高斯变量,任何人都知道它的代码以及如何实现

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

推荐答案

使用matlab中的以下命令很容易生成均值为零且方差为零的矩阵:

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是平均值
  • sigma是标准偏差.
    • mu is the mean
    • sigma is the standard deviation.
    • 更多详细信息,请在MATLAB中help normrnd.

      More detail please help normrnd in MATLAB.

      这篇关于使用Matlab的圆对称高斯变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆