搜索资源列表
-
0下载:
高斯滤波器的源代码,
function [xh] = gaussf(B,irfn,ipoint,sr,ncc),Gaussian filter of the source code, function [xh] = gaussf (B, irfn, ipoint, sr, ncc)
-
-
0下载:
canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
-
-
0下载:
These are Digital Image processing algorithm implementation in Matlabs. Following are the Matlab Codes attached:
Butterworth Filter in Frequency Domain
Gaussian Filter in Frequency Domain
Homomorphic Filter
Laplacian Transform
Histogram Eq
-
-
0下载:
本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the
-
-
0下载:
利用matlab对IS-95前向链路系统的仿真,包括扩频调制,匹配滤波,RAKE接收等相关通信模块,仿真环境为加性高斯白噪声信道.
-Using matlab on the IS-95 forward link system simulation, including the spread spectrum modulation, matched filter, RAKE receiver and other related communication module, the simula
-
-
0下载:
这是一个处理图像条纹的matlab程序,并且还有高斯滤波,可以去除图像的噪声,是学习matlab图像处理得好程序-This is a striped image processing matlab program, and also Gaussian filter, image noise can be removed, handled well process of learning matlab image
-
-
0下载:
Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
-
-
0下载:
用MATLAB一次性快速过滤图像的到2G Gaussian Model. 查看spacefilter.m. 已通过测试。
-One-time fast-filter image using MATLAB to 2G Gaussian Model. To view spacefilter.m has been tested.
-
-
0下载:
matlab code for gaussian filter in digital image processing
-
-
0下载:
matlab 实现双边滤波,简单而高效,比高斯滤波更加优越-bilateral filtering Matlab, simple and efficient, more superior than the Gaussian filter
-
-
0下载:
自己写的 matlab图像处理算法 中值滤波 均值滤波 高斯 腐蚀 还有超绿算法 (农业相关图像处理使用)-Write your own matlab image processing median filter algorithm Gaussian mean filter algorithm corrosion and ultra-green (agriculture-related image processing use)
-
-
0下载:
图像增强中常用的二维高斯滤波器,采用MATLAB实现。-Image enhancement is commonly used in two-dimensional gaussian filter, using the MATLAB.
-
-
0下载:
高斯滤波matlab程序、Matlab实现图像高斯滤波。-Gaussian filter matlab program
-
-
2下载:
分别编写BPSK与QPSK调制解调系统的Matlab仿真程序,要求:发送滤波器与接收滤波器均为根升余弦滚降滤波器;信道噪声为加性高斯白噪声
绘制BPSK与QPSK调制下的误码率与信噪比曲线图,并与理论曲线比较对比-They were written BPSK and QPSK modulation and demodulation system Matlab simulation program requirements: a transmission filter and a recept
-
-
3下载:
文件由两部分组成,直扩GMSK调制的matlab仿真程序和Verilog硬件程序。完成了对信号的扩频编码,GMSK调制,硬件程序中的高斯滤波器调用自matlab仿真产生。包括ds_gold_gmsk.m,mseq31.m,zhikuoGMSK.m以及d_encode.v,code_convert.v,frame.v,DS.v,gauss_filter.v,DS_GMSK_MD.v等编码,组帧,滤波,扩频,调制众多源码-Document consists of two parts, DSSS MS
-
-
4下载:
包含基于Huber函数和最大相关熵的抗差滤波算法,以及与卡尔曼滤波算法的对比,用于GNSS导航定位粗差处理。同时主函数中包含混合高斯随机数生成方法。(The Huber function and maximum correntropy criterion based robust Kalman filter is included, which can be used for biases in measurements for GNSS positioning. The mixed Gauss
-