搜索资源列表
core
- 矩阵的QR分解算法,奇异值分解算法等,可以用于数据万挖掘的算法之中,或者作为学习用
基于排序QR分解的MMSE算法解调VBLAST
- VBLAST编码,然后采用ZF-SIC,MMSE-SIC,MMSE-QR,MMSE-SQR等多种方法解码,适合于初学者。
qr
- 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
QR
- 北航数值分析大作业 对矩阵进行QR分解 word文档 内附算法说明以及相关程序-Northern analysis of large numerical matrix operations on the QR decomposition algorithm for word document containing a descr iption, and related procedures
rsvd
- 基于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
UCA_SMI
- 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
t5
- 采用双步移位的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
jacobiQR
- jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
Vblast_QRmatlab
- MIMO无线通信系统VBLAST算法的Matlab实现(QR分解)-Matlab realization of a MIMO system using VBLAST method (QR decomposition)
18-6
- 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
QR_Disassemble
- 数值分析中的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
1MAQR
- 矩阵的QR分解算法。使用c语言编写,配有数据输入输出函数。-Matrix QR decomposition algorithm. Using the c language, with data input and output functions.
Decomposition_QR
- 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
QR-algorithm-for-matrix-value
- 带双步位移的QR分解求特征值算法(C语言版)。-the QR decomposition algorithm for the characteristic value
VBLAST-QR
- 此文介绍了一种改进的QR分解VBLAST解码算法。-The article introduces an improved QR decomposition VBLAST decoding algorithm.
QR
- QR分解算法求双差载波相位的整周模糊度值-QR decomposition algorithm for double-difference carrier phase integer ambiguity value
house-qr
- house的qr分解算法,在matlab开发环境下进行开发,算法准确有效,矩阵维数不受限制。-house for qr
QR-decomposition
- 在数值分析中,会用到一种算法叫QR分解算法,简便了计算过程,提高了运算效率-Are used in numerical analysis, an algorithm called QR decomposition algorithm, simple calculation process, improve the operation efficiency
QR
- 该程序是基于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.
QR-RLS systolic array
- 基于QR分解的RLS算法,脉动结构,附带数据例子。基于C++语言。