-
md_qrg
说明: 若非奇异矩阵A能够分解为一个正交矩阵Q与非奇异上三角矩阵R的乘积,即:
A=QR。则称其为A的QR分解。
实现QR分解的方法有很多种,包括Givens变换法,Householder变换法,Schemit正交化法。具体原理可以参考《矩阵论》(程云鹏,西工大出版)教材,这里仅给出三种实现QR分解的程序。(If nonsingular matrix A can be decomposed into a product of orthogonal matrix Q and nonsingular upper triangular matrix R, that is:
A=QR. It is called QR decomposition of A.
There are many methods to realize QR decomposition, including givens transformation, householder transformation, and scheme orthogonalization. The specific principle can refer to the teaching materials of matrix theory (Cheng Yunpeng, published by Xigong University). Here, only three kinds of QR decomposition procedures are given.)
- 2020-02-20 23:13:59下载
- 积分:1
-
bandelets
源代码 contourlet
用于图像处理 程序(Contourlet source code for image processing procedures)
- 2007-12-12 11:09:48下载
- 积分:1
-
Test_new2
说明: matlab下模式识别分类后的统计,画图,简单,通用。(matlab classified under the statistical pattern recognition, drawing, simple, common.)
- 2011-03-17 13:50:26下载
- 积分:1
-
PowerFlow
能够计算1024节点的直角坐标潮流程序 很经典的(1024 node can compute the trend of Cartesian coordinates is the classic procedure)
- 2011-05-20 09:29:18下载
- 积分:1
-
实验代码
卫星姿态控制仿真,包括卫星轨道建模、卫星运动学、动力学建模,跟踪律计算(Satellite attitude control simulation, including satellite orbit modeling, satellite kinematics, dynamic modeling, tracking law calculation)
- 2020-10-01 17:07:44下载
- 积分:1
-
CA-CFAR_mtkl
实现了CA-CFAR算法仿真,得到其检测门限及检测概率曲线。并使用基于蒙特卡洛仿真方法得到检测门限及检测概率曲线,与传统的CA-CFAR算法进行了比较。(CA-CFAR algorithm to achieve the simulation, its detection threshold and detection probability curve. And use the resulting Based on Monte Carlo simulation method detection threshold and detection probability curve, with the traditional CA-CFAR algorithm were compared.)
- 2021-02-22 19:39:42下载
- 积分:1
-
bianma
包含了常用的信道编码方式,清晰展现了编码、解码的过程(A display of commom coding and encoding mathods)
- 2010-09-14 22:53:49下载
- 积分:1
-
Chap_08_Conjugate_Gradient_Method_1
Conjugate Gradient Method in matlab
- 2014-02-06 22:18:28下载
- 积分:1
-
电力系统拓扑分析、孤岛数,关联矩阵法
说明: 电力系统拓扑分析、孤岛数,关联矩阵法把主接线的节点和母线的每一进出线连接点作为拓扑图的节 点,把开关元件作为拓扑图的支路,建立节点.支路关联矩阵表示电网的基本拓 扑结构。然后定义矩阵“与.或’’乘法运算,利用连通性的传递性质实现对电力 网络结构的辨识。(In the incidence matrix method, the node of the main connection and the connection point of each incoming and outgoing line of the bus are taken as the node of the topology diagram, and the switching element is taken as the branch of the topology diagram to establish the node.The branch correlation matrix represents the basic topology structure of the power grid)
- 2019-12-19 11:46:31下载
- 积分:1
-
matlabword
matlab编程时需要用到的常见函数的用法及作用(usage and the role of the common functions needed in the Matlab programming)
- 2012-04-10 17:23:23下载
- 积分:1