搜索资源列表
高斯噪声的源程序
- 一个简单的高斯噪声的源程序-a simple Gaussian noise source
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
fyy12
- 在单文档界面下, 点击菜单,画出otdr曲线。并对曲线添加高斯噪声。其中含工具条的使用。-documents in a single interface, click on the menu, paint otdr curve. Also adding Gaussian noise curve. Inclusive of the tools used.
高斯噪声的源程序
- 一个简单的高斯噪声的源程序-a simple Gaussian noise source
VC_高斯白噪声的产生
- 在图像或信号中加入高斯白噪声的VC源代码 -in image or signal add white Gaussian noise source VC
ggssss
- 使用matlab编写的源程序 高斯噪声产生的源代码-prepared by the use of Matlab source Gaussian noise source
64qam
- 高斯噪声下的64QAM调制的误码率检测与理论值比较-Gaussian noise 64QAM modulation of the error detection rate compared with the theoretical value
gaussnoise
- 在图像中加入随机高斯噪声的源代码,在MATLAB环境下实现。-in the image by adding Gaussian random noise source code in the MATLAB environment to achieve.
10_methods
- 在MATLAB环境下,背景为非高斯噪声下非常适用的滤波新算法。-in MATLAB environment, the background of the non-Gaussian noise filtering is applied to the new algorithm.
9DIProcess_Final
- 给图像加椒盐和高斯噪声,以及空域滤波(中值和均值滤波)!-to Image pretzels and Gaussian noise, and the spatial filter (mean values and filter)!
guass_noise
- 高斯噪声产生的代码,含有射频噪声干扰的代码-Gaussian noise code, containing RF noise code
AddNoise_yuv
- 支持向yuv视频图像添加噪声,主要是高斯噪声-yuv support to add video noise, mainly Gaussian noise
gauss_noise_edgedetection
- 在VC环境中具有高斯噪声的情况下图像处理边缘检测源代码,效果不错的。-in VC environment with Gaussian noise of image processing Edge Detection source code, the effect is not too bad.
noise1234
- 一个基于MATLAB去噪的程序,实现了对高斯噪声的消除,效果非常好,希望大家喜欢-a denoising procedures, a pair of Gaussian noise, the elimination of the effect was very good, hope you like them
eg
- x=2*sin(4*pi*t)+5*cos(8*pi*t) 对其进行快速傅立叶变换 加入高斯噪声 再进行频谱分析-x = 2* sin (4* pi* t) 5* cos (8* pi* t) makes its rapid Fourier transform to re-Gaussian noise spectral analysis
高斯噪声
- 仿真了高斯白噪声,并通过巴特沃夫滤波器生成高斯色噪声(The gaussian noise was simulated and the gaussian noise was generated through the butterworth filter)
均值滤波和中值滤波处理高斯噪声
- 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
halcon-添加高斯噪声
- 用halcon给图像添加高斯噪声,可运行已调试,可作为学习参考(Adding Gauss noise to the image by Halcon can be debugged and can be used as a learning reference)
高斯随机数
- 生成高斯分布的随机数,在加性高斯信道中使用,增加高斯噪声(Generate the random number of gaussian distribution and use it in additive gaussian channel to increase gaussian noise)
matlab噪声程序
- 给图像添加高斯噪声用matlab(Add gaussian noise to image)