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

搜索资源列表

  1. Inverse_Matrix

    0下载:
  2. 用c++代码编写高等数学中的矩阵的QR分解-The higher mathematics matrix written c++ code QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:570
    • 提供者:赵琴
  1. shuzhifenxi2

    0下载:
  2. 对矩阵拟上三角化,并且对矩阵进行QR分解,从而求出矩阵的特征值以及特征向量。-Matrix intend on triangulation, and matrix QR decomposition, and thus find the eigenvalues ​ ​ and eigenvectors of the matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:212119
    • 提供者:liupudu
  1. matrixQRfactorizationbyGivens

    0下载:
  2. C#实现利用Givens矩阵对矩阵A进行QR分解-QR decomposition the Givens matrix of the matrix A by C#
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:45749
    • 提供者:陈法超
  1. Discussion-of-3GPP-LTE-MIMO

    0下载:
  2. 基于QR分解的3GPP LTE MIMO 检测算法讨论,分析了相关算法-3GPP LTE MIMO detection algorithm based on QR decomposition discussed, analyzed the correlation algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-11-10
    • 文件大小:257744
    • 提供者:rainsnow
  1. EigQR

    1下载:
  2. 利用隐式的QR分解算法求解矩阵的所有特征值.-Using Implicit QR decomposition algorithm to get all eigenvalues of a matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:1605
    • 提供者:Sane Beaver
  1. Caculating_Eigenvalue_Eigenvector

    0下载:
  2. 求矩阵的特征值和它的特征向量,采用的是QR分解-using QR decomposition to caculate eigenvalue and eigenvector of the matrix,but it is only hold when the eigenvalues of the matrix is real
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2342
    • 提供者:long
  1. QR

    0下载:
  2. 北京航空航天大学 带双步位移 的qr分解法--Beijing University of Aeronautics with a two-step decomposition of the displacement of the qr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:126687
    • 提供者:sdfdfg
  1. QRgivens

    1下载:
  2. Write two e¢ cient MATLAB functions, qrhouse.m and qrgivens.m, that compute the QR decomposition of a matrix using Householder transforma- tions and Givens rotations respectively
  3. 所属分类:matlab

    • 发布日期:2015-03-09
    • 文件大小:44032
    • 提供者:Kaissoun
  1. QR

    0下载:
  2. 北京航空航天大学 带双步位移的qr分解法-Beijing University of Aeronautics with a two-step decomposition of the displacement of the qr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:126733
    • 提供者:romMay
  1. QR

    0下载:
  2. 北京航空航天大学 带双步位移的qr分解法-Beijing University of Aeronautics with a two-step decomposition of the displacement of the qr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:126780
    • 提供者:ofillions
  1. AGMQR0

    0下载:
  2. 线性最小二乘问题的豪斯荷尔德变换法,对A进行QR分解。-Linear least squares problem Householder transformation method, the A QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:aaaaa
  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-17
    • 文件大小:156672
    • 提供者:陈佃文
  1. Recursive-least-squares

    0下载:
  2. 递归最小二乘算法,来至MIT大学的wingate教授,含3个源码-rls.m- Basic recursive least squares. qr_rls.m- Square-root version of RLS using a QR decomposition. bqr_rls.m- Block square-root version of RLS using a QR decomposition (you can add multiple rows at a time).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1571
    • 提供者:jiang
  1. qr_decomposition

    0下载:
  2. 矩阵QR分解,该程序给出了一种简便的求解矩阵的QR分解的算法,该算法通用简便-Matrix QR decomposition, the program presents a simple algorithm for solving matrix QR decomposition, the algorithm of general is simple
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:616222
    • 提供者:张瑶瑶
  1. CAL_corner

    0下载:
  2. 针对结构转角信息难以测量的问题,采用转角信息重构技术由随机子空间从振动信号中提取的结构平动位移估算结构转动位移,然后构建改进的单元损伤变量-Since it is difficult to measure the rotational responses of a structure, a technique was adopted to evaluate the approximate modal rotations with the modal displacements, which we
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1244
    • 提供者:Chen Xinghua
  1. QRDecomposition

    0下载:
  2. 矩阵的QR分解,矩阵分解中一个非常重要的分解原理。-QR decomposition of the matrix, the matrix decomposition decomposition of a very important principle.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:1799
    • 提供者:Sun
  1. MIMO_QR

    1下载:
  2. MIMO 4*4 8*8 QR分解 符號檢測 ~-MIMO 4* 4 8* 8 QR decomposition symbol detection ~! ! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:matlab

    • 发布日期:2015-05-19
    • 文件大小:81920
    • 提供者:thomas
  1. MIMO

    0下载:
  2. 比较QR分解算法与迫零算法的误码率,支持BPSK调制和QPSK调制,天线数量可以选择-Compare QR decomposition algorithm and zero forcing algorithm BER
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:16513
    • 提供者:macong
  1. householder

    0下载:
  2. QR decomposition using housedolder method for power system-QR decomposition using housedolder method for power system...
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2027
    • 提供者:Yangyong
  1. Approximating-Eigenvalues

    3下载:
  2. 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:14693
    • 提供者:huangyonghao
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com