搜索资源列表
butterworth
- 巴特沃斯滤波,主要用于地震数字一维滤波处理,效果还是很不错的
一维小波滤波
- 采用DB小波进行滤波
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
维纳滤波matlab源码
- 维纳滤波matlab源码,输入参数需为读出的一维语音文件,横向量,Wiener filtering matlab source
中值滤波器 采用的是对二维图像
- 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
kalman
- 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。-This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering m
RadarPulseSimulation
- 雷达脉冲压缩仿真程序,带GUI开发源码,雷达一维距离像,匹配滤波,各种加窗函数的仿真图例-Radar pulse compression simulation program with GUI open source, radar, one-dimensional range profile, matched filtering, processing window function of the simulation of Legend
lzlv
- 标准粒子滤波目标跟踪源码! 一维情况下 非线性非高斯,-Standard particle filter target tracking source! One-Dimensional Non-linear non-Gaussian,
FDomain
- 图像的一维、二维快速傅里叶变化和反变化,可对图像一般低通滤波、ButterWorth低通滤波、一般高通滤波、ButterWorth高通滤波-Image of one-dimensional, two-dimensional fast Fourier change and anti-change, the image may be a general low-pass filter, ButterWorth low pass filter, the general high-pass filter
anisodiff
- 一维,二维,三维的各异向扩散滤波的matlab实现。-One-dimensional, two-dimensional, three-dimensional proliferation of different filter matlab to achieve.
particle
- 这是粒子滤波中的一维非线性的例子,对一个非线性模型分别进行了卡尔曼和粒子滤波,比较了两种特点-This is a particle filter in the non-linear one-dimensional example of a nonlinear model of separate Kalman and particle filtering, comparing the characteristics of the two
wmedfilt1
- 此函数为一维加权中值滤波函数,本人觉得很不错。-Vega as a function of the value of the right to filter function, I think is pretty good.
roughness
- 可以对一维波形数据进行拟合,高斯滤波,计算粗糙度等-Can be one-dimensional wave-shaped to fit the data, Gaussian filtering, calculation of roughness
Bar_1
- 运用图像处理,运用滤波,闭运算,腐蚀,膨胀进行一维码即条形码的识别(The use of image processing, the use of filtering, closed computing, corrosion, expansion of one-dimensional code, that is, bar code identification)
带通滤波
- 主要对数据进行一维带通滤波,减少干扰信号(One dimensional band pass filtering is used to reduce the interference signal)
当前模型加粒子滤波.tar
- 当前模型加粒子滤波在matlab中的实现,一维(The current model plus particle filter in matlab in the realization of one-dimensional)
高斯滤波
- 可以实现对一维数据的高斯滤波操作,自定义窗口尺寸、标准差等参数(realize the Gaussian filtering in one-dimensional data, you can identify custom window size, standard deviation and other parameters)
卡尔曼滤波算法
- 一维卡尔曼滤波算法,可以直接使用,通过系统噪声和测量噪声调整灵敏度。(One dimensional Calman filtering algorithm can be directly used to adjust the sensitivity through system noise and measurement noise.)
一维CV模型kalman滤波
- 实现一维目标跟踪的自适应Kalman滤波方法(Adaptive Kalman filtering for one-dimensional target tracking)
巴特沃斯滤波
- 用C语言编写的巴特沃斯滤波,主要用于地震数字一维滤波处理,效果还是很不错的。