搜索资源列表
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
高斯噪声的源程序
- 一个简单的高斯噪声的源程序-a simple Gaussian noise source
advanceCimage2
- 很多高级一点的图形图像处理程序,对图像进行傅立叶变换处理(图像变换),进行高斯模糊处理(图像复原),加入随机噪声,基于C++开发,希望大家能用得着(--)-many senior point graphics processing images on Fourier transform (Image Transform), Gaussian fuzzy processing (Image Restoration), by adding
noise1234
- 一个基于MATLAB去噪的程序,实现了对高斯噪声的消除,效果非常好,希望大家喜欢-a denoising procedures, a pair of Gaussian noise, the elimination of the effect was very good, hope you like them
createnoise
- 实现产生高斯噪声的程序,希望对大家有帮助-Gaussian noise generated realize procedure, and they hope to have everyone help
GAUSSIAN
- 对图象躁声的处理存在一个平滑和锐化的矛盾。躁声在图象中对于高频部分的贡献比正常数据要大,也就是说它与它周围的象素存在“突变”,这就是我们平滑的原因。但是“突变”也可能是边界,只进行平滑可能会模糊边界,得到不满意的结果。“锐化”就是为了突显边界,这两者之间存在一个权衡。本程序以8位的BMP图,和未知的高斯噪声为例子。为了能有效的验证算法的正确性,先写给出制造高斯躁声的程序(可以调节方差),然后给出有效的消除高斯躁声的算法。程序的编译运行的
lixiang
- 理想无算法调制解调,包含了产生高斯噪声的子程序。-Non-ideal modulation and demodulation algorithms, including Gaussian noise to generate the subroutine.
Text2
- 本程序可实现对于信源的BPSK调制,加入高斯噪声,最后结果输出到指定文件中-This procedure can be achieved for the source of the BPSK modulation, adding Gaussian noise, the final outcome of the output to the specified file
cyclic2_am
- 基于matlab,针对调幅AM、调频FM和调相PM信号,分析在不同的噪声环境,包括高斯白噪声、色噪声、非高斯噪声及正弦干扰中,各种信号的二阶循环谱。可根据需要改变程序中信号或噪声环境,分析结果。-Based on matlab, AM for AM, FM FM and PM phase modulation signals, analysis of noise in different environments, including
NoiseGenerator
- 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise
gaosizaosheng
- 此程序是C++程序 在VC++6.0中编译通过的,可以实现高斯白噪声的生成程序,高斯噪声在实际生活中是很普遍的,尤其是通信领域,此程序为大家提供了方便,并通过了测试。 -This program is C++ program in VC++6.0 compiler adopted to achieve the generation of Gaussian white noise process, Gaussian noise in
1987818
- 高斯噪声简单程序,高斯噪声简单源代码,用于MATLAB平台-Gaussian noise code
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
Imagetransformationv6
- 初学者使用的图像处理程序,包含图像增强功能,双线性差值缩放,添加高斯噪声,图像均衡,等-ImageProcessing for primer to learn, the code including finctions of zoon, adding Noise and so on
cpsnr
- 一个自动添加高斯噪声 对比图像处理后psnr的程序 参数可自己修改-We want to test PSNR with variable gaussian blur. Then the different values of PSNR under different parameteres would be compared in order to find the relationship between PSNR and
vnbpsnr
- 自动同时调整高斯噪声和模糊度 并生成参数与psnr对比关系三维图的程序-Program vnbpsnr is as same as program cpsnr basically but sig1 and sig 2 will be changed at the same time. I1 means original image. We just need to input the original image. The sig1(s
rand
- 该程序是利用opencv编写的,实现的是在一幅图像中添加高斯噪声的功能。-The program is to use opencv prepared to realize is that in an image to add Gaussian noise function.
matlabgaosi
- 使用MATLAB语言编写的非高斯噪声程序,通俗易懂,非常好用-Using the MATLAB language for non-Gaussian noise process, user-friendly, very easy to use
任务程序修改后成品
- MFC界面,可实现图像的缩放,给图像添加高斯噪声,高斯模糊,控件的滚动条事件,Dpi的调节等(MFC interface, you can achieve image scaling, add Gauss noise to the image, Gauss fuzzy, control scroll bar events, Dpi adjustment, etc.)
matlab噪声程序
- 给图像添加高斯噪声用matlab(Add gaussian noise to image)