CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 最小 二乘 估计

搜索资源列表

  1. OFDM2

    0下载:
  2. OFDM信道估计的简单仿真程序,使用最小二乘方法对OFDM信道进行估计。-OFDM channel estimation in a simple simulation program, using the least-squares method OFDM channel estimation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4.32kb
    • 提供者:李殿为
  1. LMS

    2下载:
  2. 用总体最小二乘算法进行ARMA功率谱估计,本文提供一个估计谱的实例。-Total least squares algorithms using ARMA power spectrum is estimated that this article provide an example of the estimated spectrum.
  3. 所属分类:其他小程序

    • 发布日期:2017-06-17
    • 文件大小:42.88kb
    • 提供者:靳朝
  1. tls

    1下载:
  2. 目标跟踪中的全局最小二乘算法,通过做多次蒙德卡诺试验获得其二阶距性能估计-Target tracking in the overall least-squares algorithm, through so many tests蒙德卡诺performance from its second-order estimates
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.01kb
    • 提供者:sh
  1. MatFunC

    0下载:
  2. 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!-The algorithm including maximum likelihood estimation, least squares estimation, based on the the many EM algorithm mixed Gaussian distribution is estimated, the EM algorithm test c
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:21.14kb
    • 提供者:Kansess
  1. LS_CE

    1下载:
  2. 无线通信的信道估计中的最小二乘信道估计法的Matlab实现函数-Matlab realize the function of the wireless communication channel estimation least squares channel estimation method
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:578byte
    • 提供者:肖文
  1. Superimposed-training

    1下载:
  2. 叠加训练序列的最小二乘信道估计与最小均方误差均衡,QPSK调制,做了4次迭代估计的性能对比。-superimposed training, least squares (LS) channel estimation, MMSE equalizer, QPSK modulation, 4 times iteration.
  3. 所属分类:Communication

    • 发布日期:2015-03-26
    • 文件大小:12kb
    • 提供者:hcq
  1. tracking_target

    0下载:
  2. 目标跟踪:对目标的运动建立较为简单的线性模型,并用最小二乘估计对其参量进行估计,从而推出目标轨迹。-Target-Tracking:the simulation of tracking target by linear least squares estimates on the Matlab platform.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:47.08kb
    • 提供者:xietao
  1. kriging

    0下载:
  2. 基于一般最小二乘算法的随机插值技术,用方差图作为权重函数;这一技术可被应用于任何需要用点数据估计其在地表上分布的现象。-Random interpolation technology based on the general least squares algorithm, using variogram as the weighting function This technology can be applied to any need to use some data to estima
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2.55kb
    • 提供者:shuyang
  1. RFID

    0下载:
  2. MIMO无线系统中信道的最小二乘估计,用于学习和交流-MIMO wireless channels in least squares estimation system for learning and communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1kb
    • 提供者:张伟
  1. LMS

    0下载:
  2. 最小二乘估计算法实现,经验证,结果正确,推荐使用-The least square method
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:zyr
  1. rls

    0下载:
  2. RLS算法的matlab实现,该程序使用最小二乘估计法估计一个典型系统。-RLS algorithm matlab implementation, it is estimated that a typical system using a least squares estimation procedure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:宇文泰
  1. FFRLS

    0下载:
  2. 开环系统参数辨识,带遗忘因子的递推最小二乘估计法(FFRLS),系统为单入单出的CAR(带控制量的自回归模型)模型,三阶系统-Open-loop system parameter identification, recursive least squares estimation method with forgetting factor (FFRLS), SISO system of CAR (with a controlled amount of autoregressive model)
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.15kb
    • 提供者:zhenzhiguang
  1. least_square

    0下载:
  2. 基于最小二乘估计高程,奇异值分解,秩亏情况适用(calculate elevation by least square algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:125kb
    • 提供者:mechell_z
  1. ridge regression1

    1下载:
  2. 岭回归(英文名:ridge regression, Tikhonov regularization)是一种专用于共线性数据分析的有偏估计回归方法,实质上是一种改良的最小二乘估计法,通过放弃最小二乘法的无偏性,以损失部分信息、降低精度为代价获得回归系数更为符合实际、更可靠的回归方法,对病态数据的拟合要强于最小二乘法。 总之,本文档是岭回归的R语言实现代码,主要用于解决当模型中出现多重共线性问题,尤其是当你所有的解释变量都很重要,又无法通过其他检验来删除时,岭回归是一个很好的解决办法。(Ridge
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:jingxuanjuan
  1. table

    0下载:
  2. 好用的,系统辨识中,递推最小二乘估计RLS是辨识模型阶次的一个重要的算法,(Easy-to-use, system identification, the recursive least squares estimate RLS times of order identification model is an important part of the algorithm,)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:82kb
    • 提供者:wgtejvall
  1. 扫描发射器的被动定位

    0下载:
  2. 研究了扫描速度和扫描发射极位置的联合估计问题。该方法利用天线主梁的均匀旋转运动,将其扫过若干个独立的接收器。基于非线性最小二乘估计(NLS),建立了一个联合估计器。通过几个仿真实例,比较了所提出的估计量与cramer- rao下界(CRLB)的性能。(The joint estimation of scanning velocity and scanning emitter location is studied. The method USES the uniform rotating mot
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:335kb
    • 提供者:龙啸九天
  1. estimation

    0下载:
  2. 使用最小二乘估计电力系统状态,可改变系统节点进行仿真(Using least squares to estimate the state of the power system, the system node can be changed for simulation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:7kb
    • 提供者:meng2meng
  1. 程序代码WLS

    1下载:
  2. 加权最小二乘电网状态估计1111113gfvcndnfghhgk(Weighted least squares power system state estimation 1111113gfvcndnfghhgk)
  3. 所属分类:其他

    • 发布日期:2020-08-22
    • 文件大小:6kb
    • 提供者:1369312878
  1. 非线性最小二乘问题

    1下载:
  2. 以误差的平方和最小为准则来估计非线性静态模型参数的一种参数估计方法。设非线性系统的模型,常用于传感器参数设定。(A parameter estimation method for estimating nonlinear static model parameters based on the minimum sum of squared errors. A model of a nonlinear system is often used for sensor parameter settin
  3. 所属分类:其他

    • 发布日期:2019-08-18
    • 文件大小:1kb
    • 提供者:王小小强
  1. predict

    2下载:
  2. 基于高斯核函数对数据进行偏最小二乘估计,并进行回归分析(Partial Least Squares Estimation of Data Based on Gauss Kernel Function)
  3. 所属分类:Windows编程

    • 发布日期:2019-09-23
    • 文件大小:2kb
    • 提供者:刘臻
« 12 3 »
搜珍网 www.dssz.com