CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自适应滤波算法

搜索资源列表

  1. kalmanfilter

    1下载:
  2. 一种改进的自适应滤波器的状态估计,效果非常之好,是用MATLAB编写的,直接在matlab下运行就可以看到完美的滤波效果,自适应算法是sage—husa算法,较传统的滤波器有很大提高-An improved adaptive filter state estimation, the effect is definitely a good thing, is to use MATLAB prepared directly in matlab run will be able to see the
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1375
    • 提供者:周志远
  1. compAlgrothim

    0下载:
  2. 自适应滤波算法,变步长nlms算法、wena滤波算法-Adaptive filtering algorithm, variable step-size nlms algorithm, wena filtering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1609
    • 提供者:卓智海
  1. jiahua

    0下载:
  2. 697493自适应滤波算法的MATLAB代码 -697493 adaptive filtering algorithm MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:40593
    • 提供者:xixi
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:22160
    • 提供者:panghuanzhi
  1. wert

    0下载:
  2. 回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS-Echo cancellation devices commonly used in adaptive filtering algorithm has several LMS, NLMS, RLS, such as algorithms. The main algorithm of t
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:29120
    • 提供者:
  1. run_lms_mvdr

    0下载:
  2. 自适应滤波算法的MATLAB代码:run_lms_mvdr-Adaptive filtering algorithm MATLAB code: run_lms_mvdr
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3635
    • 提供者:jabby
  1. tuxiangqukuang

    0下载:
  2. 分块有损压缩图像忽略了块间相关性,重构时会产生块效应,该文提出一种空域自适应去块效应算法。对块边缘采用方向自适应 有理滤波,以弱化块效应。根据块的内部活动性将图像块分成平坦块和纹理块2 类,利用基于方差的空域检测方法检测出平坦块,并对平 坦块进行邻块边缘自适应平滑。实验结果表明,该算法有效去除了块效应,一定程度上提高了信噪比,算法简单且鲁棒性较好。-Block lossy compression image ignores the inter-block correlation, Rec
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:147348
    • 提供者:子登
  1. fig

    0下载:
  2. 此函数完成自适应波束形成的加权算法,在给定的期望方向给输入信号进行滤波加权-Achieve this function the weighted adaptive beamforming algorithm, the expectations in a given direction to the input signal for filtering the weighted
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:867
    • 提供者:李宏珍
  1. LMS

    3下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-26
    • 文件大小:826
    • 提供者:wan
  1. AnImprovedAdaptiveFilteringAlgorithmdetails

    0下载:
  2. 中值滤波是常用的降噪算法,它可以保留比较尖锐的边界,但是却容易模糊图象的细节。尽管已经有一些改进 算法,但效果并不十分理想。文章介绍了一种保细节中值滤波算法,采用了多尺度多方向的窗口,根据图象各部分特性自 适应地选择窗口进行中值滤波。实验结果证明,文章的算法优于其他几种常用的中值滤波算法。 -Median filter is commonly used in noise reduction algorithm, which can retain relatively sharp bo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:226929
    • 提供者:陈卿
  1. Twoauto-adaptedalgorithms

    0下载:
  2. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:279497
    • 提供者:李宁
  1. lmsxn

    0下载:
  2. 自适应滤波算法LMS算法的性能调试部分的软件代码-The performance of adaptive filtering algorithm part of the software code debugging
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:672
    • 提供者:朱聪
  1. LMSyz

    0下载:
  2. 自适应滤波算法的LMS算法的仿真验证程序是在FM信号上提取完成的-LMS adaptive filtering algorithm of the simulation algorithm the verification process is complete extraction of FM signal on the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1096
    • 提供者:朱聪
  1. 1

    0下载:
  2. MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:478765
    • 提供者:awhzss
  1. rls

    0下载:
  2. 经典rls自适应滤波算法实现,仿真结果正确-Classic rls adaptive filtering algorithm, simulation results of the correct
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:677
    • 提供者:calcel
  1. thewholeloop

    0下载:
  2. rls自适应滤波算法实现,仿真结果是误码率曲线的比较-rls adaptive filtering algorithm, simulation results of bit error rate curve is relatively
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1260
    • 提供者:calcel
  1. FIRLMS

    0下载:
  2. LMS 自适应滤波算法及其实现 自适应滤波器程序设计-LMS code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:20669
    • 提供者:叶礼鹏
  1. 123

    0下载:
  2. 自适应滤波算法 可以应用于很多领域 本人用于机动目标跟踪-Adaptive filtering algorithm can be applied to many fields, I used to maneuvering target tracking
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3274356
    • 提供者:刘刚
  1. filtering

    0下载:
  2. 这个算法是自适应滤波算法。对于需要滤波的人有帮助。-this code is filtering.this is useful to peploe who need.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:6923
    • 提供者:liangchen
  1. LSM

    0下载:
  2. 自适应滤波算法(最小均方误差算法)matlab源码程序。-Adaptive filtering algorithm matlab source program。
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:552
    • 提供者:安静
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com