搜索资源列表

  1. AdaptiveEqualizar

    0下载:
  2. 基于LMS与RLS算法的自适应均衡程序,包括加性高斯信道、瑞利平坦信道、频率选择性衰落信道。-Based on the LMS and RLS algorithm adaptive equalization procedures, including additive Gaussian channels, flat Rayleigh channel, frequency selective fading channel.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:郭伟
  1. RLS

    0下载:
  2. 递归最小算法的一种改进算法,性能有很大的改进。-Recursive minimization algorithm of an improved algorithm, the performance has greatly improved.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hy
  1. RLSmatlab

    0下载:
  2. 基于RLS算法matlab小程序,经典的自适应滤波模型-Based on the RLS algorithm matlab small procedures, the classical adaptive filter model
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:安哲
  1. RLSMATLAB

    0下载:
  2. 用RLS算法实现自适应均衡器的MATLAB程序-RLS algorithm with adaptive equalizer for MATLAB program
  3. 所属分类:3G开发

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:qiankun
  1. Blind_Signal_Separation_instantaneous_mixing_the_a

    0下载:
  2. 盲信号分离(BSS)是指在对彼此独立的源信号混合过程及各源信号本身均未知的情况下,从混合信号中分离出这些源信号的方法。BSS可以用来从多个麦克风混合语音信号中提炼出单个语音信号。本文简要阐述LMS、RLS算法,并通过仿真实验来分析比较这两类方法的性能,并利用此方法对一实际的语音信号进行分离。-Blind Signal Separation (BSS) is defined as independent of each other mix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1164288
    • 提供者:贡晓飞
  1. LMS_RLS

    0下载:
  2. LMS和RLS算法性能的比较,包括权值比较、遗忘因子的影响等-LMS and RLS algorithm performance comparisons, including the right value compared with the impact of forgetting factor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:neal
  1. LMSmatlab

    1下载:
  2. 这 里主要对LMS算法及一些改进的LMS算法(NLMS算法、变步长LMS算法、变换域LMS算法)之间的不同点进行了比较,在传统的LMS算法的基础上发 展了LMS算法的应用。另一方面又从RLS算法的分析中对其与LMS算法的不同特性进行了比较。-Here mainly on the LMS algorithm and some improvements of the LMS algorithm (NLMS algorithm, variab
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:jj
  1. RLS_RF2

    0下载:
  2. 利用自适应RLS算法消除信号中的工频干扰,纯净信号选为数字调幅信号8ASK,工频干扰为一余弦信号,滤波后取得的很好的效果。-Adaptive RLS algorithm for the elimination of the use of signal-frequency interference, and pure signal selected as the digital AM signal 8ASK, power-line int
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李冰
  1. RecursiveLeastSquares

    0下载:
  2. 此源码程序是自适应滤波中的RLS算法的应用。在MATLAB中对其收敛速度 输出就行了仿真-This procedure is source of RLS adaptive filtering algorithm applications. In MATLAB in the convergence rate of its output on the line simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:wzk
  1. RLS

    0下载:
  2. LSE算法应用,很好用,请使用-LSE algorithm applications, very good use, please use
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:jun xia
  1. lim11

    1下载:
  2. 自适应滤波器程序,选用电力系统谐波信号作为输入。其中包括了wiener滤波器,kalman滤波器,LMS算法,RLS算法,LSL算法,FTF算法。所有程序均为本人自编,并且标注了编程所参考的书籍及页数,经过调试,完全正确,请放心使用。-Adaptive filter procedures, selection of power system harmonics signal as input. Including the wiener
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:李明
  1. xinhaojiance

    0下载:
  2. 本文是关于用RLS算法自适应去噪的 包括原理 源程序 及仿真结果-This article is about the use of RLS adaptive denoising algorithm, including the principle of source code and simulation results
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:838656
    • 提供者:陈浩
  1. C_RLS

    0下载:
  2. 研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。 -RLS algorithm using adaptive equalizer to correct the existence of additive white noise distortion channel. Eigenvalue discussion diffusiv
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:131072
    • 提供者:喻海
  1. LMS_RLS

    0下载:
  2. 分别用LMS和RLS算法实现的一个AR4阶谱估计,附源代码和试验结果-LMS and RLS, respectively, with an algorithm AR4-order spectrum estimation, with source code and test results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:740352
    • 提供者:王冰
  1. adaptivefir

    0下载:
  2. 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 -Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different varia
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:梁上泉
  1. RLS_LMS

    1下载:
  2. LMS算法、RLS算法 及其二者的比较 有注释说明的 比较详细-LMS algorithm, RLS algorithm and the two more notes of a more detailed
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:caomin
  1. RLS

    0下载:
  2. 该算法是基于rls自适应滤波的算法,比lms高级一些的。-The algorithm is based on adaptive filtering algorithms rls than a number of senior LMS.
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:古小将
  1. RLS_filter

    0下载:
  2. RLS算法,编写了MATLAB程序实现自适应干扰对消。给出信号实例,用于验证所编写程序的性能。所给信号为:①噪声与语音的混合信号——signalnosie.wav;②噪声信号——noise.wav。两信号均为立体声,PCM压缩,采样速率为48000Hz,采样精度16bits。-RLS algorithm, the preparation of a MATLAB program to achieve adaptive interferen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:948224
    • 提供者:丁小天
  1. RLS

    1下载:
  2. 自适应滤波器的设计,包括LMS和RLS,两种方法,程序简单实用-Adaptive filter design, including LMS and RLS, two types of methods, procedures simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘东
  1. rls

    0下载:
  2. 最小二乘算法联合判决反馈均衡器进行信道仿真,用于优化信道性能。-Joint least-squares algorithm for decision feedback equalizer channel simulation, to optimize channel performance.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杜欣
« 1 2 3 4 5 67 8 9 10 11 ... 32 »

源码中国 www.ymcn.org