搜索资源列表
基于排序QR分解的MMSE算法解调VBLAST
- VBLAST编码,然后采用ZF-SIC,MMSE-SIC,MMSE-QR,MMSE-SQR等多种方法解码,适合于初学者。
QR分解的串行实现
- QR分解的串行实现
qr
- 矩阵QR分解.数字分析的比较难的程序,值得一看 -matrix QR decomposition. Digital analysis of the more difficult procedures, eye-catcher
raa
- 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
fitqr
- 基于矩阵QR分解的最小二乘拟合MATLAB源程序-based on QR decomposition of the matrix least squares fitting MATLAB source
AdaptGA
- matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
Bmaqr
- qr分解的c语言程序,可以嵌入matlab使用-simulated decomposition of the c language program, can be embedded using Matlab
DivQR
- 这是一个用于矩阵QR分解的程序,希望对大家有所帮助-This is a matrix for QR decomposition process, we hope to help
yang
- 数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
QR_RLS
- 实现时域自适应滤波中基于QR分解的递推最小二乘算法-Realize time-domain adaptive filter based on QR decomposition recursive least squares algorithm
eig_qr
- 使用QR分解方法计算矩阵特征值的matlab源码-Calculated using the QR decomposition of the matrix eigenvalue matlab source
fitqr
- 基于QR分解的总体最小二乘算法,在工程领域有很大的应用-QR decomposition based on the overall least-squares algorithm, in the engineering field has a lot of applications
QR_Householder
- 用householder变换求QR分解,需要自己编写矩阵输入的部分(有示例矩阵)-Used for QR Decomposition Householder transformation, the need for their own part of the preparation of matrix input (with sample matrix)
orth_qr
- 本人编写的QR分解的神经网络算法,该算法用QR分解神经网络的隐含层矩阵,可以作为学术上的比较和分析。适合各种benchmark问题,本人还加了自动产生分类向量和自动适应各种函数的例子-I prepared the QR decomposition of neural network algorithm using QR decomposition neural network hidden layer matrix, can be us
house
- Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of i
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 Hes
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)