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

搜索资源列表

  1. CostReference

    0下载:
  2. 一篇关于代价参考粒子滤波算法的论文,该算法的优点是不需要任何先验概率知识的假定和重采样过程,可实现并行处理。本文将代价参考粒子滤波与当前统计模型的优点相结合 ,提出一种新的当前统计模型自适应跟踪算法 ,用于非线性非高斯系统的机动目标跟踪。-A particle filter on the reference price of the paper, the advantages of the algorithm does not require any prior knowledge of the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:476570
    • 提供者:刘帆
  1. ERSandERD

    1下载:
  2. 脑-机接口中基于ERS/ERD 的自适应空间滤波算法-Adaptive Spatial Filter Based on ERD/ERS for Brain-Computer Interfaces
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:214632
    • 提供者:Alan
  1. filtercode

    0下载:
  2. lms filter for adaptive noise cancellation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1243
    • 提供者:Eminem
  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. Kalman

    0下载:
  2. 这是一篇关于自适应卡尔曼滤波在目标跟踪系统中应用的学习文章,对学习卡尔曼滤波有很大的帮助-This is an article on adaptive Kalman filter target tracking system applied in the study article, to learn the Kalman filter is very helpful
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:303165
    • 提供者:yang
  1. adaptmeanfilter

    0下载:
  2. 自适应均值滤波器 自编程序 过滤加了高斯的图像-Adaptive mean filter function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:237348
    • 提供者:pat
  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. adapt

    0下载:
  2. 自适应均衡滤波器的设计,分别用二进制、四进制来实现,能够较好的实现对含有噪声的信道环境进行均衡-Adaptive equalization filter design, respectively, in binary, quaternary to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:650236
    • 提供者:july
  1. adaptive_heterodyne

    0下载:
  2. 自适应外差滤波器matlab代码:采用调制技术,控制正余弦信号对准干扰的频率,将输入的干扰搬移到的低频进行滤波,滤波处理后的信号再经过一次调制搬移到原来的频率位置,这样我们就得到了合适的干扰复制信号,再将输入信号和干扰复制信号进行差分运算达到抑制干扰的目的-Adaptive heterodyne filter matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1259
    • 提供者:shasha
  1. ale

    1下载:
  2. 提供自适应线谱增强函数。结合LMS算法和自适应滤波来实现线谱增强。实现受白噪声 (mu,sigma)污染的单频信号(frequency f)的增强。-function to perform adaptive line enhancement using LMS algorithm and an adaptive FIR filter。 ALE concept enhances a single tone signal (frequency f) affected by white noise (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2690
    • 提供者:
  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. RLS_Algo

    0下载:
  2. 功能描述:用matlab语言实现RLS自适应算法 函数名:RLS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)lamda:遗忘因子 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A 调用函数:无 被调用: 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13 版本:V1.0 -Function Descr
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:752
    • 提供者:赵明诚
  1. lms

    0下载:
  2. 自适应信号处理,滤波器设计,基于lms最小均方平方算法-Adaptive signal processing, filter design, based lms square LMS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3107
    • 提供者:xudanli
  1. qrd

    0下载:
  2. 自适应信号处理,基于QRD-LSL算法的滤波器算法的仿真-Adaptive signal processing, based on QRD-LSL algorithm simulation of the filter algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4226
    • 提供者:xudanli
  1. 20070122

    0下载:
  2. 一种基于粒子滤波的自适应运动目标跟踪方法 一种基于粒子滤波的自适应运动目标跟踪方法-Particle filter based on adaptive moving target tracking method based on particle filter tracking method of adaptive moving target
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:678582
    • 提供者:
  1. chengxu

    1下载:
  2. 通过FIR滤波器的自适应调整,不断修正其系统函数,使其与未知系统的参数充分逼近,从而使误差最小,达到系统辨识的目的。 -Through the adaptive FIR filter, constantly modify the system function, with unknown system parameters to the full approach, so that error, and achieve the purpose of system identification
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4229
    • 提供者:颜天宇
  1. 4

    0下载:
  2. 机载气象雷达地物杂波抑制算法的研究:包括复系数滤波器,频域滤波器,DPCA技术与空时二维自适应处理-Airborne weather radar ground clutter suppression algorithm: include complex coefficient filter, frequency domain filters, DPCA technology and space-time adaptive processing
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:519228
    • 提供者:
  1. 89346511center_weighted_median_filter

    0下载:
  2. matlab code for adaptive median filter
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:815
    • 提供者:ansal
  1. Prospects_on_Blind_Digital_Image_Forensics_Technol

    0下载:
  2. 数字图像盲取证技术作为一种不依赖任何预签名提取或预嵌入信息来鉴别图像真伪和来源的技术, 正逐步成为多媒 体安全领域新的研究热点,基于真实性鉴别的数字图像盲取证技术综述-Digital image forensics technology as a signature does not depend on any pre-extracted or pre-embedded information to identify the source of the image authenticity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1707799
    • 提供者:Li Tian
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com