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

搜索资源列表

  1. kuan

    1下载:
  2. sar的又一种经典算法,为frost自适应滤波-sar' s also a classic algorithm for adaptive filtering frost
  3. 所属分类:Graph program

    • 发布日期:
    • 文件大小:583
    • 提供者:天蝎
  1. adpmedian

    0下载:
  2. matlab数字图像处理中的自适应中值滤波函数(.m)-adaptive median filter function file in matlab
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:814
    • 提供者:liting
  1. work

    6下载:
  2. MATLAB算法仿真。自适应陷波滤波器去除单一频率的干扰。并且频率可调整。自适应信号处理。外加上一个讲义-MATLAB notch filter to trid off single frequency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:707115
    • 提供者:李方
  1. matlab

    3下载:
  2. 为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪,并且进行除噪性能判断-Add a picture for uniform noise and Gaussian noise, salt and pepper noise, and the use of a modified mean filter and adaptive median filtering for noise removal, noise removal performance and
  3. 所属分类:matlab

    • 发布日期:2015-05-14
    • 文件大小:192512
    • 提供者:吴勇
  1. Improved-adaptive-median-filter

    0下载:
  2. 改进的自适应中值滤波,VC++详细实现。-Improved Adaptive median filter, VC++ more to achieve.
  3. 所属分类:Special Effects

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

    0下载:
  2. labview中自适应滤波工具包,对模拟波形进行自适应滤波后,比较前后的波形-Adaptive filter labview toolkit, the analog waveform adaptive filtering, comparison of the waveform
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:24389
    • 提供者:zhang
  1. adpmedian_h

    2下载:
  2. 课程实验的产物,自适应中值滤波,效果比较好-adaptive median filter, which has a good effect.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:519
    • 提供者:hazelily
  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. zishiying

    0下载:
  2. 自适应信号滤波问题,可以用于初步了解相关原理-Adaptive signal filtering problems, can be used in a preliminary understanding of the relevant principles of
  3. 所属分类:Special Effects

    • 发布日期:2016-11-12
    • 文件大小:7108
    • 提供者:孙佳
  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. tuxiangqukuang

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

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

    0下载:
  2. 用matlab实现的自适应中值滤波代码。-Matlab implementation by the adaptive median filter code.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:832
    • 提供者:cfb
  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. 4567notch_filter

    0下载:
  2. 自适应滤波高斯滤波的平滑噪声边缘检测 -lvbo
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:16121
    • 提供者:zhouxin
  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. zishiyingyuzhilvbo

    0下载:
  2. 自适应阈值滤波程序,用matlab实现.zishiyinglvzhilvbo-Wiener filtering procedures winer filter to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:202886
    • 提供者:John
  1. 1

    0下载:
  2. 关于心电信号的各种滤波方法,IIR,FIR,空域相关,软硬阈值,基于IIR的自适应滤波等-the method for ECG denoising,such as IIR,FIR,spatial correlation,soft and hard threshold,based on IIR filter s adaptive filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2959
    • 提供者:jadepeak
  1. 1111

    2下载:
  2. 自适应中值滤波,对图像的椒盐噪声有很好的滤除效果,非常不错的程序-Adaptive median filter, the image of the salt and pepper noise filtering effect of a very good, very good procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:862547
    • 提供者:chen
  1. gps_kalman_zsy

    0下载:
  2. GPS自适应卡尔曼滤波仿真 gps kalman zishiying -GPS Simulation of Adaptive Kalman Filtering gps kalman zishiying
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:临时工
  1. szxd

    0下载:
  2. 数字滤波器设计及在心电信号滤波中的应 心电信号采集 心电信号分析 含噪心电信号合成-Digital filter design and filtering of the ECG should be collected ECG ECG ECG analysis of noisy synthetic
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1305
    • 提供者:ydj
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com