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

搜索资源列表

  1. MyDenoiseSoft

    0下载:
  2. 基于空域平滑滤波的消燥处理程序,该程序可通过界面显示方法进行不同噪声条件下的中值滤波、均值滤波、自适应滤波等方面的消除噪声实验。- the consumption smoothing dry processing based on Airspace
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:4827
    • 提供者:哓哓
  1. LSL

    1下载:
  2. LSL最小二乘方格型算法的自适应滤波程序及其应用-LSL least-squares grid-based algorithm for adaptive filtering procedures and its application
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:769
    • 提供者:胡晓春
  1. all

    0下载:
  2. RLS和LSL、LMS三种算法的自适应滤波程序及其应用与比较-RLS and LSL, LMS three kinds of adaptive filtering algorithm and its application procedure and comparison of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1165
    • 提供者:胡晓春
  1. lms

    0下载:
  2. 在MATLAB下实现了自适应滤波算法,包含两种不同的算的比较-In the MATLAB achieve adaptive filtering algorithm, including comparison of two different operators
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:173831
    • 提供者:zhengjinxin
  1. zhongzhilvbo

    1下载:
  2. 改进的自适应中值滤波器,效果较好,运行速度,较快。-Improved Adaptive median filter, the effect better speed, fast.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:166654
    • 提供者:张玉良
  1. MyDspToolbox

    2下载:
  2. 使用Matlab Gui实现的数字信号处理常用算法,包括卷积,FFT,FIRIIR数字滤波器设计,最佳滤波器,自适应滤波,卡尔曼滤波等-Implemented using the Matlab Gui commonly used digital signal processing algorithms, including convolution, FFT, FIRIIR digital filter design, the best filters, adaptive filtering, K
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:363706
    • 提供者:张辉
  1. adaptive median filter

    3下载:
  2. matlab自适应中值滤波器,程序代码,试验图片与结果图。-matlab adaptive median filter, the program code, test images and the results of Fig.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-14
    • 文件大小:1443519
    • 提供者:eric
  1. ADAPTIVEFILTER

    0下载:
  2. 采用vhdl代码描述自适应滤波器,具有很好的可参考性,和实用性-Vhdl code to describe the use of adaptive filter, can be found with a good nature and usefulness of
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:742661
    • 提供者:shao
  1. Achieving_integrity_in_an_INS_GPS_navigation_loop_

    0下载:
  2. 本文主要介绍了用模糊自适应卡尔曼滤波技术实现惯导和GPS的数据融合。-This paper presents a fuzzy adaptive Kalman filter technology for inertial navigation and GPS-data fusion.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:356604
    • 提供者:dj
  1. feige

    1下载:
  2. 1. 应用自适应中值滤波对图像进行去噪。 2. 根据直方图选择门限值。 3. 对图像中白色的部分应用区域生长法进行分割。 4. 对去噪的后的图像进行求反,然后对方形和三角形应用区域生长法分割。 -1. Application of adaptive median filter for image denoising. 2. According to the histogram selection threshold. 3. For the image in the white p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:29788
    • 提供者:刘一霖
  1. zishiying

    1下载:
  2. 通过均衡腐蚀和均衡膨胀的一次开运算对指定椒盐噪声强度的图像进行去噪操作,自适应选择结构元素大小的选择,包含与中值滤波效果的比较-Corrosion by a balanced expansion of an open and balanced operation of the specified strength of salt and pepper noise image denoising operation, adaptive structure element size options,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:130073
    • 提供者:吴琳珠
  1. LMS

    0下载:
  2. 基于LMS算法的matlab实现,比较基本的LMS算法,可用于自适应滤波器仿真-Matlab implementation based on LMS algorithm is a basic implementation of LMS algorithm for adaptive filter simulation.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:853
    • 提供者:sdfa
  1. adamedianfilt

    1下载:
  2. 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the traditional median filter, use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1110
    • 提供者:王舵
  1. adpmedian

    0下载:
  2. 采用matlab语言对图像图形进行自适应中值滤波-Adaptive median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:838
    • 提供者:小品
  1. AIMM_article_and_Kalman_coding

    3下载:
  2. 自适应卡尔曼滤波的详细论述,附有卡尔曼滤波的程序实现,-Adaptive Kalman filter in detail, the procedures for implementation with Kalman filtering,
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:134691
    • 提供者:liuyang
  1. adpmedian

    1下载:
  2. 本程序是自适应中值滤波的源代码,在您的主程序中引用即可-This procedure is adaptive median filter source code, in your main program can reference
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:155490
    • 提供者:幺幺
  1. 200503-95

    0下载:
  2. 为了弥补传统中值滤波器在进行图像降噪处理中的不足,在图像降噪技术中应用了自适应中值滤波器。文中重点介绍了自适应中值滤波器的工作原理并在Matlab平台上进行了仿真试验,与传统中值滤波器进行了比较,计算机仿真结果表明在对密度较大的椒盐噪声进行滤波时,自适应中值滤波较传统中值滤波具有较大的优越性。-To remedy disadvantage of traditional median filtering algorithms in image denoise ,adaptive median fi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1158665
    • 提供者:王黎
  1. my_lms

    0下载:
  2. 自适应滤波,对输入信号进行选择性的加权处理,使输出达到最优化,并且能够跟踪和适应系统和环境的动态变化-Least mean square,of the input signal processing, selective weighted output, and optimize can track and adapt to the dynamic changes of the system and environment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3291274
    • 提供者:王王
  1. adaptivethreshold

    0下载:
  2. 自适应阈值滤波程序,广泛应用于去噪等信号处理领域-Adaptive threshold filter program, widely used in signal processing such as denoising
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:692
    • 提供者:jyf
  1. 1111867

    0下载:
  2. 自适应中值滤波算法,可以用于图像去噪,比传统的中值滤波效果更好,运行时间更短-Adaptive median filter algorithm can be used for image denoising, than the traditional median filter is better, shorter running time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:479040
    • 提供者:galilio
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com