搜索资源列表
基于QR分解的总体最小二乘方法
- 基于QR分解的总体最小二乘方法 基于Matlab的程序,QR decomposition based on total least squares method
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
Vblast_QRmatlab
- MIMO无线通信系统VBLAST算法的Matlab实现(QR分解)-Matlab realization of a MIMO system using VBLAST method (QR decomposition)
MATLAB
- QR分解-householder reflection-householder reflection
Pro
- vblastpic1:tx=2,rx=2时ZF,ZF-SIC,MMSE -SICvblastpic2:tx=4,rx=4时ZF,ZF-SIC,MMSE -SIC vblastpic3 vblastpic4:MIMO vblastpic6:tx=4,rx=4, vblastpic7ZF-SIC(unordered) vblastpic8: vblastpic9: vblastpic10: vblastpic11:能 vblastpic12:tx=2,rx=2,M
QR
- 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
Blast_QR
- QR分解的编码,可以直观的看到编码的过程-base on OR
QR
- QR分解的MATLAB程序,可用于MIMO智能天线等-QR decomposition
QR-decomposition
- QR分解的MATLAB程序,可用于MIMO智能天线等-QR decomposition MIMO Smart antenna
QR-matlab
- 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
QR
- 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
Schimit-qr
- 自己写的编程,有关斯密特正交化,继而qr分解-Write their own programming, about Schmitt orthogonalization, then qr decomposition
QR
- QR.rar为QR分解求解一维及二维Laplace特征值问题-QR.rar the QR decomposition for solving one-dimensional and two-dimensional Laplace eigenvalue problem
house-qr
- house的qr分解算法,在matlab开发环境下进行开发,算法准确有效,矩阵维数不受限制。-house for qr
QR
- 矩阵QR分解,采用householder方法。输入矩阵,返回分解参量,QR decomposition-QR decomposition
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-decomposition_QRmd_qrg
- 使用givens变换实现矩阵的QR分解,矩阵分析与应用课程实践-QR decomposition of matrix using Givens transform
QR-decomposition_md_qrs
- 矩阵分析与应用,使用施密特正交化方法实现矩阵的QR分解-QR decomposition of matrix using the Schmidt method
QR-decomposition_md_qrh
- 矩阵分析与应用,使用Householder变换方法实现QR分解。-QR decomposition of matrix using the Householder transform
Desktop
- 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)