CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - QR分解 matlab

搜索资源列表

  1. dat2xml

    0下载:
  2. 一个基于QR分解的并行原-对偶内点算法,给予matlab,读入数据成为xml文件。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1904
    • 提供者:ylf
  1. 基于QR分解的总体最小二乘方法

    0下载:
  2. 基于QR分解的总体最小二乘方法 基于Matlab的程序,QR decomposition based on total least squares method
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:969
    • 提供者:成人
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. Vblast_QRmatlab

    0下载:
  2. MIMO无线通信系统VBLAST算法的Matlab实现(QR分解)-Matlab realization of a MIMO system using VBLAST method (QR decomposition)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10694
    • 提供者:王静
  1. MATLAB

    0下载:
  2. QR分解-householder reflection-householder reflection
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1387
    • 提供者:qing
  1. QR

    1下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:898
    • 提供者:lianna
  1. 222

    1下载:
  2. 比较经典格拉姆施密特QR正交分解的matlab源程序-Comparison of the classical Gram Schmidt QR orthogonal decomposition matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1101
    • 提供者:杨大陆
  1. QR

    0下载:
  2. QR分解的MATLAB程序,可用于MIMO智能天线等-QR decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10568
    • 提供者:邓豪
  1. QR-decomposition

    1下载:
  2. QR分解的MATLAB程序,可用于MIMO智能天线等-QR decomposition MIMO Smart antenna
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10792
    • 提供者:邓豪
  1. HouseholderQR

    4下载:
  2. 豪斯霍尔德QR分解及回代MATLAB代码,并用该方法解决线性方程组的实例-Howard Hopper QR decomposition and back substitution de MATLAB code, and use this solution to an instance of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2131
    • 提供者:王子涵
  1. QR-matlab

    0下载:
  2. qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了-qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the ori
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:574
    • 提供者:王喜
  1. qrfun

    0下载:
  2. n阶矩阵A的QR分解MATLAB代码 n阶矩阵A的QR分解MATLAB代码 -A=QR matlab A=QR matlabA=QR A=QR matlabmatlabA=QR matlabA=QR matlabA=QR matlabA=QR matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:47634
    • 提供者:bieyu
  1. household-givens

    0下载:
  2. 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
  3. 所属分类:matlab

    • 发布日期:2016-04-16
    • 文件大小:156672
    • 提供者:陈佃文
  1. house-qr

    0下载:
  2. house的qr分解算法,在matlab开发环境下进行开发,算法准确有效,矩阵维数不受限制。-house for qr
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:315207
    • 提供者:
  1. Matrix

    0下载:
  2. MATLAB程序,其中包含cholesky 分解和QR分解,都是典型程序。大家下载来看看吧。-MATLAB program, which includes cholesky decomposition and QR decomposition, are typical procedures. We downloaded a look
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:623
    • 提供者:qi
  1. LuQrmatrix-decomposition

    0下载:
  2. 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete LU decomposition on the matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2568
    • 提供者:way
  1. Desktop

    0下载:
  2. 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:anwaixiaohun
搜珍网 www.dssz.com