搜索资源列表
fangxiang
- 利用matlab自己建立光栅,别且进行方向滤波,效果十分明显-Grating using matlab to establish their own, do not and the direction of filtering, the effect is very obvious
Steerable_filters
- Matlab code to visualize Steerable filters.
FIR_RLS
- 经典的RLS算法,相信对做自适应滤波方向的人很有用哦-Classical RLS algorithm, adaptive filter do believe that one very useful direction Oh
ekffilter
- 扩展kalman滤波,目标在y轴上运动,传感器平台沿y轴方向运动,初学kalman不错。 - Extended kalman filtering, target y-axis motion sensor platform along the y-axis motion
shexingjidong
- 目标作蛇形机动matlab仿真,包括卡尔曼和最小二乘滤波,可出x,y方向误差,-Matlab simulation target for maneuver, including the Kalman and least square filtering, the x, y direction of error,
DirFilter
- 对图像进行方向滤波,可以消除图像中有规律的网格或者直线干扰-direction filter
363305686contourlet_toolbox
- 该程序是方向滤波器工具包,其中有很多现成的滤波器,及上下采样程序。可直接调用。-The program is the direction filter kit, there are many ready-made filter, and down sampling procedure. Can be called directly.
s_GPS_INS_position_sp_demo
- GPS/INS位置组合输出校正Matlab仿真 文件说明: s_GPS_INS_position_sp_demo.m 组合主文件 kalman_GPS_INS_position_sp_NFb.m 卡尔曼滤波程序 ode500.mat 飞机飞行轨迹与INS输出数据 将三个文件放到同一个文件夹中,运行主文件即可。 希望对此方向的初学者有所帮助。-GPS/INS position output correction Matlab simulation com
dirctDiff
- 矢量图像的方向扩散matlab源码,用于图像滤波的方法-Direction diffusion of vector image,used for image filtering
particlefilterprogram
- 对粒子滤波算法的原理和应用进行综述’首先针对非线性非高斯系统的状态滤波问题C阐述粒子滤波的原理D然后在分析采样=重要性=重采样算法基础上C讨论粒子滤波算法存在的主要问题和改进手段D最后从概率密度函数的角度出发C将粒子滤波方法与其他非线性滤波算法进行比较C阐明了粒子滤波的适应性C给出了粒子滤波在一些研究领域中的应用C并展望了其未来发展方向-QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelc
gaosimatch
- 通过二维高斯匹配滤波器来对冠状动脉实现增强,通过多个方向的滤波使得图像的增强效果更好-Matched by two-dimensional Gaussian filter to achieve enhanced coronary artery, through the filter makes the multiple directions better image enhancement
eq-design-demo
- 介绍了一种新的滤波方法,并给出了具体应用对象和理论分析,可以为非线性滤波研究提高新的方向-Introduces a new filtering method, and gives the specific application objects and theoretical analysis, nonlinear filter can improve the new direction of
eq-article
- 该文献是非线性滤波领域重量级人物sarrka最新研究成果,可以为非线性滤波研究提供新的方向-The literature is a heavyweight in the field of nonlinear filtering sarrka latest research results, research for non-linear filtering new direction
Fourier-transform
- 类似于时域滤波,天线方向图是最优权的傅立叶变换-Similar to the time-domain filtering, the optimal antenna pattern is the Fourier transform of the right
signal
- 产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析: (1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形; (2) 利用不同的参数建模方法求出两个随机信号的功率谱; (3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较; (4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计; (5) 利
WNFilter
- 维纳滤波其设计,假设一个点目标在x,y平面上绕单位圆做圆周运动,由于外界干扰,其运动轨迹发生了偏移。其中,x方向的干扰为均值为0,方差为0.05的高斯噪声;y方向干扰为均值为0,方差为0.06的高斯噪声。-Wiener filter is designed, assuming a point target in the x, y plane around the unit circle in a circular motion due to external interference, its
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
图像处理
- 数字图像处理,包含噪声处理、形态学、领域平均和方向滤波等。(Digital image processing includes noise processing, morphology, domain averaging and directional filtering.)
ddfapd
- 方向滤波和后验决策算法,利用图像的边缘特性,将梯度权重值加入,能够很好的改善插值后图像的伪影效果。(Directional filtering and posteriori decision algorithm, using the edge characteristics of the image, add the gradient weight value, which can improve the artifact effect of the interpolated image.)
图像空域滤波(二)
- 1. 锐化滤波; 2. Sobel水平方向滤波与垂直方向滤波。 3. 对灰度图像执行均值平滑滤波; 4. 对灰度图像执行中值平滑滤波; 5. 中值平滑滤波与均值平滑滤波对比。