文件名称:Gaussian_Sequence

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [Matlab] [源码]
  • 上传时间:
  • 2014-03-05
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 张*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

极坐标方法产生高斯白噪声

产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示:

(1)  产生两个独立同分布的随机序列(0,1),U1,U2;

(2)  令V1=2U1-1;V2=2U2-1;并计算S=V1^2+V2^2

(3)  若S>1,则返回第一步;否则计算Y=sqrt(-2*ln(S)/S)

(4)  令实部I=V1*Y,虚部Q=V2*Y,再求Output=I+Q*i,即可得到随机复数高斯白噪声序列。

理论上,可证明上述产生的I、Q两路序列为相互独立的高斯白噪声序列。由于第(3)部,序列以一定的概率被去掉了,为了产生长度为N的高斯白噪声序列,U1、U2长度应为1.27N。上述算法,适用于长生长度较长的高斯白噪声序列,不适用于产生短的高斯白噪声序列。

-Polar method for generating Gaussian white noise N (0,1) Gaussian white noise sequence, the most common approach is the polar coordinate method, the calculation steps are as follows: (1) generate two independent and identically distributed random sequence (0, 1), U1, U2 (2) so that V1 = 2U1-1 V2 = 2U2-1 and calculate S = V1 ^ 2+V2 ^ 2 (3) If S> 1, then return to the first step otherwise calculate Y = sqrt (-2* ln (S)/S) (4) so ​ ​ that the real part of I = V1* Y, the imaginary part of Q = V2* Y, then seek Output = I+Q* i, you can get a random complex white Gaussian noise sequence. Theoretically, these can be produced to prove I, Q two independent sequence of Gaussian white noise sequence. Since the first (3) of the sequence with a certain probability of being removed, in order to produce a length N of Gaussian white noise sequence, U1, U2 length should 1.27N. The above algorithm for a longer length of Gaussian white noise sequence longevity, not to produce a short wh
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Gaussian_Sequence.m

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org