搜索资源列表
shizhi
- 利用隐式QR方法求一个实矩阵全部特征值和特征向量的通用子程序。-use QR method is seeking a full matrix eigenvalue and eigenvectors of generic subroutine.
qr_rls
- 一个QR-RLS算法matlab程序,用于预失真技术。-A QR-RLS algorithm matlab program for pre-distortion technology.
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
work
- QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
chebfun_v2_0501
- The chebfun project is a collection of algorithms, and a software system in object-oriented Matlab, which extends familiar powerful methods of numerical computation involving numbers to continuous or piecewise-continuous functions. It also implements
Vblast_QRmatlab
- MIMO无线通信系统VBLAST算法的Matlab实现(QR分解)-Matlab realization of a MIMO system using VBLAST method (QR decomposition)
Modi_Gram_S
- modified Gram-Schmidt (reduced QR factorization). A is a m-by-n matrix(m>=n)
Gram_S
- classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.-classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:
QR
- 利用QR算法解household变换阵,用Householder变换法对矩阵A作正交分解-QR Algorithm for household use transformation matrix
SphereDecoder
- 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
findlyap
- The alogrithm employed in this toolbox for determining Lyapunov exponents is according to the algorithms proposed in [1] A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano "Determining Lyapunov Exponents from a Time Series," Physica D, Vol. 1
111
- 编辑经典的和修正的格拉姆施密图QR正交化,并用算例比较其区别-Edited and revised the classic Gram Schmidt QR orthogonal graph and compare the difference between a numerical example
QRcode
- QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
qr_code
- Descr iption A wrapper to the zxing library (http://code.google.com/p/zxing/). This submission includes files to encode a QR code from a string message, and decode a string message from an image containing an existing QR code. With little work the
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
qrfun
- n阶矩阵A的QR分解MATLAB代码 n阶矩阵A的QR分解MATLAB代码 -A=QR matlab A=QR matlabA=QR A=QR matlabmatlabA=QR matlabA=QR matlabA=QR matlabA=QR matlab
HQR
- 用householder变换法求矩阵A的正交分解A=QR -Householder transform matrix A orthogonal decomposition A = QR
hrrqr
- It is a QR decomposition method matlab function for rank revealingm atrix. It is a high rank reveling QR decompostion method.
Macromodeling of Multiport Systems Using a Fast Implementation of the Vector Fitting Method
- Broadband macromodeling of large multiport systems by vector fitting can be time consuming and resource de- manding when all elements of the system matrix share a common set of poles. This letter presents a robust approach which removes the sparsity o
Desktop
- 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)