文件名称:generating-white-noise
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- chen****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。
本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声
-Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal into data files. The program algorithm using C++ language. I first used by the same method to produce uniform distribution of white noise, and then transform sampling Gaussian white noise into
本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声
-Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal into data files. The program algorithm using C++ language. I first used by the same method to produce uniform distribution of white noise, and then transform sampling Gaussian white noise into
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.产生白噪声程序.doc