搜索资源列表
GMSK
- GMSK是高斯滤波的最小频移键控的简称,基本的工作原理是将基带信号先经过高斯滤波器成形,再进行最小频移键控(MSK)调制。由于成形后的高斯脉冲包络无陡峭边沿,亦无拐点,因此频谱特性优于MSK信号的频谱特性。-GMSK Gaussian filter is the smallest FSK abbreviation, the basic working principle is to base-band signal to pass Gaussian filter shape, and then
highpassfilter
- 问题是高切滤波或低通滤波,如果采用硬件实现,速度最快,但是现在计算机速度这么快,硬件实现起来相对麻烦,成本高,且灵活性性差, 软件实现相对方便多了,具体体的操作步骤如下(频率域) 先对数据作正FFT,再对变换后的频域数据乘以滤波因子,滤波因子的选择有理想高通、巴特沃斯高通、指数高通、梯形高通,一般选择梯形高通滤波因子,具体原因你可从数字信号处理的书上找到,,接下来将数据再作逆FFT就是了,还有就是在空间域作滤波,这里有一个带同滤波的程序的程序,你可参考一下,(将低切参数设为零就是
gy
- 加椒盐噪声,二维高斯低通滤波器,计算二维线性滤波-Add salt and pepper noise, Gaussian low-pass filter to calculate two-dimensional linear filtering
gaussian-filters
- 非线性问题的高斯滤波,包含了贝叶斯递归滤波、高斯-厄尔米特滤波、中心差分滤波、混合高斯滤波等先进滤波方法-Gaussian filters for Nonlinear filtering problems
Particle-filter-resampling-methods
- 粒子滤波是基于递推的MonteCarlo仿真方法的总称, 原则上可用于任意非线性、非高斯随机系统的状态估计。-Particle filter is based on the the MonteCarlo simulation method of recursive general principle can be used for any nonlinear, non-Gaussian random system state estimation.
Particle-filter-algorithm-
- 粒子滤波是基于递推的蒙特卡罗模拟方法的总称,可用于任意非线性,非高斯随机系统的状态估计。-The particle filter is based on recursive Monte Carlo simulation method general, can be used for any non-linear, non-Gaussian random system state estimation.
batterworth-high-low
- 这个压缩包中包含了巴特沃斯滤波算法的高通和低通两款代码,同时还有几篇巴特沃斯算法的文章,记录了关于巴特沃斯算法的一些应用领域。-This compressed package contains the code of two of the high-pass and low-pass Butterworth filter algorithm, at the same time, there are few Butterworth algorithm articles recorded Butte
Video-Surveillance
- 文章通过设计战场电视侦察系统的智能视频处理模块,提高了战场电视侦察系统的工作效率和智能化水平。首先 分析对重要军事目标进行监控的特点,归纳运动目标的特征,根据特征建立正常模型;然后运用中值滤波对监控视频进行 预处理,再采用基于高斯混合模型的背景减除法提取运动目标,通过特征提取确定运动目标的属性,与正常模型进行匹配 处理后,得出运动目标是否异常;最后达成敌重要目标有异常出现时自动告警的目的-Abstract:This article designs the intelligent vi
pro
- 图像预处理 灰度化 转为二值化 高斯滤波 高通滤波 均值滤波-Image preprocessing gray-scale oriented converted to two binarization Gaussian filtering high-pass filtering mean filter
NumExamplePF
- 粒子滤波算法的简单例子,适用于非线性、非高斯过程的滤波。-A simple example of particle filter algorithm for nonlinear and non-Gaussian process filtering.
THREE
- 对一幅图像进行高斯滤波,滤波后可以减轻一些噪声对图像的影响。-On a Gaussian image filtering, filtering can alleviate some of the impact of noise on the image.
GMPHD
- 针对扩展目标的高斯混合PHD滤波算法的论文-presents a Gaussian-mixture implementation of the PHD filter for tracking extended targets
image-matching--
- 首先对图像 进行高斯和 Wallis 滤波处理,然后采用简化 SIFT 算法进行特征点提取,最后通过特征点双向 匹配方法实现图像的精确匹配。通过对缺陷版图图像的试验验证了该方法具有匹配点数量 多、准确率高、无重复点等优点。-First of all Gaussian image filtering and Wallis and simplified SIFT feature point extraction algorithm, and finally through the fea
tuxiang-lv-bo
- 主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提. 更多还原 -Mainly discuss how to get the picture after extracting its boundary information, the first use of the im
A-Gaussian-Process-Guided-
- 高斯滤波,3D重建,人体姿态识别.最近比较高端的顶级论文,TIP的文章-A Gaussian Process Guided Particle Filter for 3D human pose
dip
- 利用matlab实现了高斯,理想,布特沃思高低通滤波的图像处理演示-Using matlab to achieve a Gaussian, ideals, high and low pass filtering bout Worth image processing demo
BLEindoorLocaltion
- 信号强度值定位模拟,包括距离测量,距离拟合曲线和高斯滤波处理,以及各种模拟分析-Signal strength value localization simulation, including distance measurement, distance fitting curve and Gaussian filtering processing, and various simulation analysis
滤波
- matlab下的图像高斯噪声、椒盐噪声的基本滤波方法程序(Basic image filtering method program under Matlab)