搜索资源列表
QR_LU_Eigenvalue
- 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
yibanshijuzhenqiyizhifenjie
- 一般实矩阵的奇异值分解,利用豪斯赫尔德变换及变形QR算法对一般实矩阵进行奇异值分解。-A general real matrix singular value decomposition, the use of house Herder transformation and deformation of a general real matrix QR algorithm for singular value decomposition.
QR
- 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
VBLAST_QPSK_QR
- VBLAST系统QR分解算法采用QPSK调制-QR detection algorithm in VBLAST system
SQRD
- 该程序可实现QR译码检测算法,以及对矩阵进行排序QR分解-The program can be realized decode QR detection algorithm, as well as ordering the matrix QR decomposition
problem9
- Descr iption 给定n个输入输出对,用给定的m次多项式拟合输入输出关系。当n大于多项式阶数m时,化为超定方程求解问题。这里采用最小二乘方法求解。问题建模如下: 1 化为矩阵形式: 2 其中 3 对上式求导,易得 4 利用对X的QR分解可以有效地降低上述运算的复杂度,并提高精度。请完成推导,并据此设计算法计算参数a*。 Input Descr iption 第一行输入n和m
QR
- 有关QR分解的matlab的算法。分别是Givens_Rotations、Householder、Lanczos、Arnoldi-About QR decomposition matlab algorithm. Are Givens_Rotations, Householder, Lanczos, Arnoldi
MIMO检测
- MIMO中的ZF检测,MMSE检测,和QR分解,LTL分解,克罗克分解,及两种检测算法的误码率分析
QRD_MQAM
- 使用K-BEST树型搜索算法和QR分解,检测信号(Detection of signals using the K-BEST tree search algorithm and QR decomposition)
计算方法
- 吉文斯QR分解,豪斯霍尔德QR分解,三值样条插值法,共轭梯度法,4阶R-K分解(Givens QR decomposition, Moorhouse Holder QR decomposition, three value spline interpolation, conjugate gradient method, 4 order R-K decomposition)
数值分析自编程序
- 数值分析经典算法的C语言程序实现,包括幂法、反幂法、qr分解、线性方程组解法等(Numerical analysis of the classical algorithm C language program,)