搜索资源列表
Vblast_QR.rar
- MIMO系统中基于QR分解的VBlast接收,包含多个.m程序,有助于您对于VBlast的理解,MIMO systems based on the QR decomposition VBLAST receiving, contains more than one. M procedures, will help you for understanding VBLAST
householdqr
- 运用househoulder变换求解线性最小二乘问题,实现矩阵的QR分解-Transform househoulder use for solving linear least squares problem, the realization of the QR matrix decomposition
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
QR_THPprecoding_BERstimulate
- 基于QR分解的MIMO系统的误码率性能仿真-QR decomposition based on the BER performance of MIMO system simulation
QR
- 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
Caculating_Eigenvalue_Eigenvector
- 求矩阵的特征值和它的特征向量,采用的是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
RidgeQR
- 基于QR分解的岭回归函数,这个函数是非的有用是已经证明过的准确程序- center input and output, so we can estimate w0 separately since we don t want to shrink w0
MatrixMath
- 矩阵函数库,包括矩阵相乘、求逆、QR分解等-Matrix Function library
VBLAST_QPSK_QR
- VBLAST系统QR分解算法采用QPSK调制-QR detection algorithm in VBLAST system
Fortran_polynomialrootsolving
- 用于求解低维一元n次方程所有根的程序。利用矩阵QR分解,将一元多次方程的求解转化为矩阵球特政治的问题,利用迭代求解。-solve all the roots for equations of high order, whether real or imaginary. Using QR method in matrix.
matrix-codes
- 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
SQRD
- 该程序可实现QR译码检测算法,以及对矩阵进行排序QR分解-The program can be realized decode QR detection algorithm, as well as ordering the matrix QR decomposition
qr.c
- C 语言编写的QR分解,利用子矩阵实现递归 。-QR decomposition
QrInv
- QR对复数矩阵进行求逆运算,是一个vc动态库源码,源码测试程序中针对是4维复数矩阵采用QR分解方法对4维复数矩阵进行求逆,可扩展,只需修改r上三角矩阵求逆的方法即可-QR method is mainly used for negative complex matrix inversion, the test program is carried out for 4 matrix inversion, scalable, simply modify the triangular matrix i
GivensMatrix
- GivensMatrix 矩阵分解 即矩阵的QR分解-GivensMatrix matrix factorization
QR
- QR分解,本程序实现了任意矩阵的QR分解-This program is for matrix qr-decomposition
qr
- 利用qr分解求矩阵的特征值-use qr fenjie qiu tezz
QR
- 有关QR分解的matlab的算法。分别是Givens_Rotations、Householder、Lanczos、Arnoldi-About QR decomposition matlab algorithm. Are Givens_Rotations, Householder, Lanczos, Arnoldi
QR
- 自动识别矩阵规模,进行QR分解运算,采用HouseHolder变换做成上Hessenberg矩阵,然后通过Givens变换做QR分解。(The size of the matrix is automatically identified, the QR decomposition operation is performed, the HouseHolder transform is used to make the upper Hessenberg matrix, and then the Q
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)