-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
OFDM
产生OFDM的MATLAB源代码,对初步接触OFDM研究的人很有帮助(OFDM have the MATLAB source code, initial contacts for the study were useful OFDM)
- 2009-06-15 18:37:06下载
- 积分:1
-
psoplotswarm
pso plot core diversity matlab code
- 2013-02-02 17:56:05下载
- 积分:1
-
MATLAB-Code-for-Simulated-Annealing
TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is selected by an exchange of a randomly selected pair of nodes. The randomly generated neighbor solution is selected if it improves the solution else it is selected with a probability that depends on the extent to which it deteriorates from the current solution.
- 2009-11-20 02:54:41下载
- 积分:1
-
matlab
该文件是关于matlab格式化的写操作例程演示,能够让我们更好地学习并掌握它,希望对你有帮助。(The file is on matlab formatting of write operation routines demo, can let us better learn and master it, I hope it can help you.
)
- 2012-05-09 16:35:45下载
- 积分:1
-
AF
说明: 关于中继选择性能的仿真,实现对中断概率,信噪比,碰撞概率的测量(Measurement on the relay selection performance of the simulation, the probability of outage probability, signal-to-noise ratio, collision)
- 2012-05-15 14:09:01下载
- 积分:1
-
bpskmod
解释详细的bpsk调制,适用于初学者,简单易懂(A more detailed explanation of bpsk modulation, for beginners, easy to understand)
- 2011-08-04 20:51:05下载
- 积分:1
-
LDPC_CCSDS
CCSDS 131.1-O-2 ORENGE标准中的LDPC编译码误码率曲线(Error rate of LDPC based on CCSDS 131.1-O-2 ORENGE standard)
- 2021-02-18 20:49:44下载
- 积分:1
-
Project2
直方图平均方法锐化图像,滤波去除噪声。matlab编写,包含整个实验报告(Histogram average method sharpen the image, filtering to remove noise. matlab written report that contains the entire experiment)
- 2010-09-27 04:57:55下载
- 积分:1
-
BPSO
基于matlab的粒子群算法仿真实例,里面包括主程序,还有改进算法。(Particle Swarm simulation example of matlab, which includes the main program, as well as improved algorithm.)
- 2015-07-15 10:52:38下载
- 积分:1