CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 最小均方误差

搜索资源列表

  1. 基于LMS(最小均方误差算法)的自适应滤波的源程序

    5下载:
  2. 基于LMS(最小均方误差算法)的自适应滤波的源程序,基于matlab-based on the LMS (minimum mean square error algorithm) adaptive filtering of the source, based on Matlab
  3. 所属分类:matlab例程

    • 发布日期:2012-12-25
    • 文件大小:698byte
    • 提供者:张义力
  1. 最小均方误差算法

    1下载:
  2. 这是智能天线的最小均方误差算法程序,非常好用,使在matlab中实现的。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-29
    • 文件大小:1.19kb
    • 提供者:xywanghu
  1. LMS.rar

    0下载:
  2. 用于计算最小均方误差的代码,包含了归一化的uniform函数,Used to calculate the minimum mean square error of the code, including the normalization of the uniform function
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:181.7kb
    • 提供者:刘华杰
  1. mmse

    7下载:
  2. 最小均方误差(MMSE)的算法用MATLAB的仿真-mmse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-02-21
    • 文件大小:2.4kb
    • 提供者:白云峰
  1. channelestmation

    1下载:
  2. 本程序比较了LS(最小二乘)和最小均方误差准侧下OFDM信道估计的误码率,给出了LS及MESE实现的源程序,是信道估计初学者的理想参考资料-This procedure compares the LS (least squares) and minimum mean square error of quasi-lateral channel estimation of OFDM bit error rate, given the realization of the LS and the MES
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.35kb
    • 提供者:赵亮
  1. phase_detrending

    1下载:
  2. 相位对准技术,用多正弦波进行相位的校准,给出了最小均方误差的仿真图形-phase_detrending
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:886byte
    • 提供者:白无瑕
  1. lms

    0下载:
  2. 智能天线算发中的最小均方误差算法,运行后可以直接出结果-Smart Antenna count made in the MMSE algorithm, after running the results can be directly
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:881byte
    • 提供者:liumiao
  1. lr_lmmse_estimation

    0下载:
  2. 基于最小均方误差的方法LMMMSE,对信道参数进行估计。-MMSE-based method LMMMSE, on the estimated channel parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:919byte
    • 提供者:罗西基
  1. wiener_ch2

    0下载:
  2. 求解出在最小均方误差滤波器单位冲激函数h(n)。求解过程需要通过利用循环嵌套的编程思想,比较在逐次增加滤波器阶数的过程中得到的最小均方误差与最初设定的最小均方误差的阈值,当达到要求时,可以进一步确定滤波器的阶数。-how to use this function: [hx,hy]=wiener_ch2(w,N)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.14kb
    • 提供者:王一
  1. RLS

    0下载:
  2. RLS最小均方误差算法的自适应滤波程序及其应用-Least-mean-square error RLS adaptive filtering algorithm and its application procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:616byte
    • 提供者:胡晓春
  1. MATLAB_Programming_LMS_Adaptive_Equalizer

    0下载:
  2. 一个MATLAB程序,用以实现基于最小均方误差算法的自适应均衡器,通常可以直接应用在数字通信系统中-A MATLAB program used to implement an LMS adaptive equalizer which can be directly applied in the digital communication systems
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.48kb
    • 提供者:Evan
  1. SNR_and_MSE

    1下载:
  2. mmse与snr的算法仿真,最小均方误差和最大信噪比,获得自适应算法的最优权,实现抗干扰-mmse snr algorithm and simulation, the minimum mean square error and maximum signal to noise ratio, the right of access to optimal adaptive algorithm to achieve anti-jamming
  3. 所属分类:matlab

    • 发布日期:2015-10-30
    • 文件大小:945byte
    • 提供者:张萌
  1. lms

    0下载:
  2. 本程序可用于实现最小均方误差算法-LMS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:895byte
    • 提供者:张海秀
  1. BP

    0下载:
  2. 神经网络的计算,包括训练和测试两部分,利用的是最小均方误差算法。-Nerual network calculation,including training and working part,utilizing MMSE algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:698byte
    • 提供者:李珍
  1. LMS-RLSAdaptiveFilter

    0下载:
  2. 数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。-Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affect
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:819byte
    • 提供者:codeshare
  1. Least Squares Maximum Likelihood as Algorithm

    0下载:
  2. 最小二乘,极大似然定位算法,其中包括二维和三维的最小均方误差定位算法以及连续定位算法(Least squares, maximum likelihood localization algorithm, which includes two-dimensional and three-dimensional minimum mean square error localization algorithm and continuous positioning algorithm)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:3kb
    • 提供者:青骑士zf
  1. BPSK通信系统均衡器仿真试验

    0下载:
  2. 报告第二部分给出了均衡器结构以及迫零均衡器和最小均方误差均衡器理论推导,第三部分 给出了均衡器的 Matlab 仿真;第四部分给出了两种均衡器的仿真结果及对比;附录给出了两种 均衡器的 Matlab 程序,总的程序,以及托普利兹矩阵与卷积作比较和自相关的计算。(The second part of the report gives the theoretical derivation of the equalizer structure and the zero-forcing equalize
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1.03mb
    • 提供者:从前慢
  1. OMLSA

    10下载:
  2. 这是目前传统单通道语音增强中效果最好的算法,作者Iseal Cohen大神,采用基于最小均方误差MMSE准则,代码里,噪声估计由最初的MCRA更新为效果更好的IMCRA。(This is the most effective algorithm for traditional single channel speech enhancement. The author, Iseal Cohen great God, uses the minimum mean square error MMSE c
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:10kb
    • 提供者:Ahu_Lay
  1. LMS_estimation

    0下载:
  2. MATLAB对带噪声的信号进行最小均方误差估计,得到去噪声的信号。(MATLAB is used to estimate the minimum mean square error of the signal with noise, and the noise is obtained.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:水草精
  1. LRSs

    0下载:
  2. 递归最小二乘(RLS)是一种自适应滤波算法,它可以递归地找到最小化加权线性最小二乘代价函数与输入信号相关的系数。这种方法与其他算法相比较,例如最小均方(LMS),旨在减少均方误差。在RLS的推导中,输入信号被认为是确定性的,而对于LMS和类似的算法,它们被认为是随机的。(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimiz
  3. 所属分类:仿真建模

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:大东东
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com