CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - qr 分解 算法

搜索资源列表

  1. core

    0下载:
  2. 矩阵的QR分解算法,奇异值分解算法等,可以用于数据万挖掘的算法之中,或者作为学习用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:542941
    • 提供者:乐乐
  1. 基于排序QR分解的MMSE算法解调VBLAST

    2下载:
  2. VBLAST编码,然后采用ZF-SIC,MMSE-SIC,MMSE-QR,MMSE-SQR等多种方法解码,适合于初学者。
  3. 所属分类:Windows Mobile

    • 发布日期:2009-11-26
    • 文件大小:108079
    • 提供者:chianelxie
  1. qr

    1下载:
  2. 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:2048
    • 提供者:xiaogu
  1. QR

    2下载:
  2. 北航数值分析大作业 对矩阵进行QR分解 word文档 内附算法说明以及相关程序-Northern analysis of large numerical matrix operations on the QR decomposition algorithm for word document containing a descr iption, and related procedures
  3. 所属分类:Algorithm

    • 发布日期:2014-05-19
    • 文件大小:123904
    • 提供者:vinilla
  1. rsvd

    0下载:
  2. 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algorithm can be accessed through a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:206382
    • 提供者:徐林林
  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. t5

    0下载:
  2. 采用双步移位的QR分解算法求解方程组的解,中间采用了拟上三角化,反幂法等算法-Double step-by-step shift of the QR decomposition algorithm for solving equations of the solution, used to be the middle of the triangle, anti-power-law algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3228
    • 提供者:tai
  1. jacobiQR

    0下载:
  2. jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31092
    • 提供者:yxdl
  1. Vblast_QRmatlab

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

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

    0下载:
  2. 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2530
    • 提供者:汪峰
  1. QR_Disassemble

    0下载:
  2. 数值分析中的QR分解算法,这个程序用来实现研究生课程中的数值分析中的QR分解算法。很有用-this is a QR analyse arithmetic program in numerical value analyse study.numerical value analyse is a course of graduate student .it is very usefull
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:555867
    • 提供者:燕如意
  1. 1MAQR

    0下载:
  2. 矩阵的QR分解算法。使用c语言编写,配有数据输入输出函数。-Matrix QR decomposition algorithm. Using the c language, with data input and output functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1280
    • 提供者:lixiaohui
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585
    • 提供者:徐默涵
  1. QR-algorithm-for-matrix-value

    0下载:
  2. 带双步位移的QR分解求特征值算法(C语言版)。-the QR decomposition algorithm for the characteristic value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2316
    • 提供者:liuyuan
  1. VBLAST-QR

    1下载:
  2. 此文介绍了一种改进的QR分解VBLAST解码算法。-The article introduces an improved QR decomposition VBLAST decoding algorithm.
  3. 所属分类:Communication

    • 发布日期:2015-05-19
    • 文件大小:782336
    • 提供者:vicky
  1. QR

    0下载:
  2. QR分解算法求双差载波相位的整周模糊度值-QR decomposition algorithm for double-difference carrier phase integer ambiguity value
  3. 所属分类:GPS develop

    • 发布日期:2017-03-28
    • 文件大小:1046
    • 提供者:ting
  1. house-qr

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

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

    0下载:
  2. 在数值分析中,会用到一种算法叫QR分解算法,简便了计算过程,提高了运算效率-Are used in numerical analysis, an algorithm called QR decomposition algorithm, simple calculation process, improve the operation efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3500
    • 提供者:季秋峰
  1. QR

    1下载:
  2. 该程序是基于QR分解的V-BLAST检测算法,两种算法,包括QR分解算法和SQRD算法。-The program is based on QR decomposition V-BLAST detection algorithm, two algorithms, including QR decomposition algorithm and SQRD algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1329
    • 提供者:秦定本
  1. QR-RLS systolic array

    1下载:
  2. 基于QR分解的RLS算法,脉动结构,附带数据例子。基于C++语言。
  3. 所属分类:数学计算/工程计算

« 12 3 4 »
搜珍网 www.dssz.com