CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - adaptive filter

搜索资源列表

  1. zishiyinglvbo

    1下载:
  2. 对一个信号添加随机噪声,之后进行自适应滤波去除噪声,参数可由用户自行输入。-Adding random noise on a signal, after the adaptive filter to remove noise, the parameter input by the user themselves.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:3369
    • 提供者:bbdlp
  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. hongwaituxiang

    0下载:
  2. 为了在抑制噪声时尽可能保留图像边缘信息,提出一种自适应各向异性高斯滤波器设计方法. 该方法由独立 强度传播(IDS)模型决定滤波器的长轴尺度,由像素的邻域平滑度决定长短轴的比例,然后根据该处的灰度梯度方 向自适应决定各向异性滤波器的长轴方向. 仿真实验表明,提出的自适应各向异性滤波器具有很强的噪声抑制和 边缘保持能力. -In order to suppress noise, as far as possible to keep the image edge informati
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:207741
    • 提供者:wangcong
  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

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

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

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

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. sn_vn_xn

    0下载:
  2. 这是一段由C++编写的自适应滤波器的代码-This is a written by the C++ code for adaptive filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3592
    • 提供者:山风
  1. 11zhzuhu

    0下载:
  2. 一共10个不同算法的图像处理程序,很好,完全调试通过 主要涉及到数字图像傅立叶变换、图像压缩、增强图像、直方图均匀化及图像的各种算法的滤波:如自适应魏纳滤波等-Altogether 10 different algorithm of image processing procedures, is very good, completely debugging through Mainly involves digital image Fourier transform, imag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:9163
    • 提供者:zhuzhu
  1. dfgfbfxbdfnbxbdxbb

    1下载:
  2. 自适应滤波器原理(答案与代码)第四版 中文 版-Adaptive Filter Theory (answer and code)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:865699
    • 提供者:许仕哲
  1. Filter

    2下载:
  2. VC++自适应数字滤波器实验程序的源代码,可生成固定带通滤波器曲线图、可变带通滤波器曲线图、噪声删除、输入输出误差,可设置最低频率和最高频率,Y轴缩放等参数。 -VC++ adaptive digital filter test program' s source code, can generate a fixed band-pass filter curve, curve of the variable band-pass filter, noise removed, the inpu
  3. 所属分类:波变换

    • 发布日期:2016-02-24
    • 文件大小:29223
    • 提供者:
  1. Super-Resolution--

    0下载:
  2.  针对视频序列的超分辨率重建,提出了一种动态自适应滤波方法. 在最大后验概率估计和加权最小二乘 的基础上,给出视频序列超分辨率重建数学模型 深入研究了运动补偿矩阵和权值矩阵的构成和性质 详细推导了 自适应滤波器的递推公式 分析了算法的存储与计算复杂度. 仿真实验表明该算法的重建结果相当有效,相比双三 次插值和无运动补偿的单帧迭代重建,可以获得一定的PSNR 增益 与Elad 滤波方法相比,具有更小的计算量和 更强的自适应性和鲁棒性.-Super-resolution for th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:269535
    • 提供者:redxuech
  1. MyLMS

    0下载:
  2. LMS算法函数,基于自适应滤波器的噪声抵消算法研究-LMS algorithm function, based on adaptive filter noise cancellation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:632
    • 提供者:陈日清
  1. dangqian

    0下载:
  2. 基于“当前”统计模型的模糊自适应滤波算法 论文 供大家参考-Based on the " current" statistical model of the fuzzy adaptive filter algorithm papers for reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:211847
    • 提供者:seafloat
  1. Adaptive-wavelet-filter-based-on-Fractional-Lower

    0下载:
  2. Adaptive wavelet filter based on Fractional Lower Order Moment for bearing fault diagnosis
  3. 所属分类:Wavelet

    • 发布日期:2017-03-23
    • 文件大小:271424
    • 提供者:amar
  1. averagefilt_opt

    0下载:
  2. 经过优化的二维平均滤波,程序可以根据滤波窗口的大小自适应的选择行优化或者列优化,同时函数还包含了三种边界处理功能:预设值、近邻和镜像。假设滤波窗口的长边为N,算法的优化效率大约为N/2。-After optimization of 2D averaging filter, the program can be optimized according to the size of the adaptive filter window select the row or column to opti
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:963
    • 提供者:brick heck
  1. zishiying50hz

    0下载:
  2. 由仿真结果时域和频域图可以看出,工频50Hz干扰信号很好被滤除掉,说明所设计的自适应滤波器效果较好。-It can be seen by the domain and frequency domain simulation results in Figure, the frequency 50 Hz interference signals very well be eliminated, the design of the adaptive filter is better.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:584
    • 提供者:李皓天
  1. Median-filter

    1下载:
  2. 自适应门限的中值滤波器 用于图像处理 图像去噪-Adaptive thresholding median filter for image processing, image denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:76171
    • 提供者:朱峥
  1. high-dynamic-range-image-rendering-

    0下载:
  2. high dynamic range image rendering with a retinex based adaptive filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1730113
    • 提供者:tanwenting
  1. LFIRLMSSM

    0下载:
  2. LMS 自适应滤波算法及其实现 自自适应滤波器程序设计-LMS adaptive filtering algorithm and its implementation program of adaptive filter design-the LMS code
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:20970
    • 提供者:
  1. Akaeerman-weib

    0下载:
  2. 关于维纳滤波器、卡尔曼滤波器、自适应应滤波器的设计方法,及信号提取、分析。 -Wiener filter, Kalman filter, adaptive filter design, methods, and signal extraction, and analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:570894
    • 提供者:举例
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com