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

搜索资源列表

  1. 5416lms

    1下载:
  2. 采用5416的DSP自适应滤波器。在CCS下编译、调试。-Adaptive filter using 5416 DSP. Under the CCS compiler, debugger.
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:5626
    • 提供者:殷波
  1. RLS_FIR

    0下载:
  2. 在自适应信号处理中,FIR滤波器被广泛使用。介绍了在MATLAB环境中采用RLS算法实现FLR自适应滤波器 的方法。 -In adaptive signal processing, FIR filters are widely used. Introduced in the MATLAB environment using RLS adaptive filter algorithm FLR method.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:24880
    • 提供者:等待
  1. adpmedian_fliter

    0下载:
  2. 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:75600
    • 提供者:angelammo
  1. adaptivefilterLMS

    0下载:
  2. 自适应滤波器LMS算法(去噪的)自己弄的-LMS adaptive filter algorithm (denoising)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:583
    • 提供者:周捷
  1. zishiying

    0下载:
  2. 自适应最小均方算法滤波代码,源信号为窄带信号,对源信号加随机噪声,通过自适应滤波器得出输出信号-matlab/LMS/
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:810
    • 提供者:赵长兵
  1. matlab

    0下载:
  2. LMS算法的自适应滤波器MATLAB仿真,路径设置为一个低通滤波器。-LMS adaptive filter algorithm MATLAB simulation, the path is set to a low-pass filter.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:538
    • 提供者:JJJ
  1. Untitled2

    0下载:
  2. 在图像中处理椒盐噪声的自适应滤波器 代码原创-In the image processing salt &pepper noise adaptive filter
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:818
    • 提供者:钟梦清
  1. recursive_least_squares_adaptive_filters

    0下载:
  2. 该pdf详细描述了RLS自适应滤波器的原理以及其算法实现-Pdf detailed descr iption of the RLS adaptive filter theory and its algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:218604
    • 提供者:guofeng
  1. LMS_Algo

    0下载:
  2. 功能描述:用matlab语言实现LMS自适应算法 函数名:LMS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)mu:自适应参数 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A -Function Descr iption: The LMS adaptive algorithm matlab language function name: LMS_Algo Input para
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:706
    • 提供者:赵明诚
  1. abc

    0下载:
  2. 关于自适应滤波器的抗干扰方法的研究以及实现方法-On the adaptive filter and anti-interference method of realization
  3. 所属分类:Project Design

    • 发布日期:2017-04-23
    • 文件大小:332218
    • 提供者:刘丙伟
  1. adaptivefilterandsimulation

    0下载:
  2. 详细介绍自适应滤波算法原理,设置自适应滤波器等并带有详细模型仿真-Details adaptive filtering algorithm, the set and the adaptive filter with a detailed model simulation, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2685924
    • 提供者:xzp
  1. AdapativeEchoCancell

    0下载:
  2. 一种改进的自适应滤波算法,它通过选择自适应滤波器的系数更新时间间隔,在系统的收敛速度与计算量之间取得折衷 算法在每次系数更新时,利用了系统过去时刻数据-An improved adaptive filtering algorithm, it by selecting the adaptive filter coefficient update interval, the convergence rate and the trade-off between computation algorit
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:52460
    • 提供者:王凤
  1. LMSAFFilter

    0下载:
  2. 在分析最小均方自适应滤波器(LMSAF)均方误差(MSE)的收敛性时,文献常用统计自相关矩阵代替瞬时自相关矩阵以简化分析,由此得出的收敛条件比较粗糙。本程序指出:不相关高斯输入情况下,无需如上简化,可依据高斯阶矩因式分解定理得到确切的MSE收敛条件,相应的失调表式能更准确地预报失调-In the analysis of LMS adaptive filter (LMSAF) the mean square error (MSE) convergence, the literature commo
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7813
    • 提供者:王凤
  1. zishiiying

    0下载:
  2. 自适应滤波算法是自适应滤波器实现过程中较为重要的环节,数字信号处理器的出现为数字信号处理算法的 实现和大规模数据的实时处理提供了可能。通过对自适应最小均方算法(LMS) 及其各种改进算法的Matlab 仿真,进行分 析及归纳比较,得出结论,并在此基础上,提出算法的优化方案,以DSP 为平台,用汇编语言对自适应算法进行了描述,最终 以DSP 为平台完成了自适应滤波器的设计。-Adaptive filtering algorithm is an adaptive filter proce
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:360541
    • 提供者:xiliao
  1. ip

    1下载:
  2. 介绍了一种用于ip电话的自适应回声消除器,采用LMS自适应滤波器实现。首先通过MATLAB进行LMS算法的步长选择,并用生成的符合G.168要求的带限CCS测试信号对回声消除器的性能进行了测试-Introduced a kind of adaptive echo cancellation ip phone device, using LMS adaptive filter. Carried out by MATLAB first step LMS algorithm selection, and
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:129630
    • 提供者:xiliao
  1. psoADFIR

    0下载:
  2. matlab重要的学习资料 初学者的好帮手 程序代码非常重要 自适应滤波器设计参考文献-matlab important information for beginners to learn a good helper program code is very important reference adaptive filter design
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:133871
    • 提供者:谭方
  1. adaptivefilter

    0下载:
  2. 根据环境的改变,使用自适应算法来改变滤波器的参数和结构。这样的滤波器就称之为自适应滤波器。-According to changes in the environment, the use of adaptive algorithm to change the filter parameters and structure. This filter is called the adaptive filter.
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-31
    • 文件大小:4884
    • 提供者:heyan
  1. rbf

    0下载:
  2. 这是一段基于神经网络RBF自适应滤波器的M代码。-This is a RBF neural network adaptive filter based on M-code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:956
    • 提供者:洪岚
  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. adaptadjlms_noice_canceling

    0下载:
  2. matlab下的adaptfilt,用于自适应滤波器,滤波信号堪比输入无噪音信号-matlab under adaptfilt, for the adaptive filter, filtering the signal comparable to the input signal without noise
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1000
    • 提供者:Peng Liang
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com