-
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
-
Example
Flow Job Shop problem using genetic algorithm use g++ compiler
- 2010-07-17 10:08:18下载
- 积分:1
-
Matlab_MPU
Fichier Simulink décrivant une MPU (memory protection unit)
- 2010-01-06 23:24:44下载
- 积分:1
-
Modified_SPWM
SPWM inverter with Matlab/simulink
- 2011-02-10 15:58:13下载
- 积分:1
-
LNCPSO
希望给辛苦科研的人带来一点点帮助--学习因子可以变化的PSO算法,不再是c1=c2=2,粒子进化更加灵活,下面是学习因子同步变化的pso,调用形式为[xm,fv]=LNCPSO(fitness,N,cmax,cmin,w,M,D)(People who want to work hard to bring a little bit of research to help- learning factor can vary PSO algorithm is no longer c1 = c2 = 2, particle evolution is more flexible, learning factor is below synchronous changes pso, calling in the form of [xm, fv] = LNCPSO (fitness, N, cmax, cmin, w, M, D))
- 2013-09-23 19:15:32下载
- 积分:1
-
BPSKxunhuanpu
设定码元速率、载波频率、采样速率、码元个数等,先仿真bpsk信号,然后对其求循环谱。采用频域平滑的方法。(Set the symbol rate, carrier frequency, sampling rate, number of symbols and so on, first simulate the BPSK signal, and then calculate the cyclic spectrum. The frequency domain smoothing method is adopted.)
- 2020-08-15 15:28:26下载
- 积分:1
-
matlab
本文档记录了matlab的常用图像处理命令,通过学习,您可以掌握一些基本的图像处理技能。(This document records the common matlab image processing orders。through the study, you can master some basic image processing skills.)
- 2009-03-13 18:08:29下载
- 积分:1
-
Rayleigh_fading
Use this function to create Rayleigh fading channels (Use this function to create Rayleigh fading channels)
- 2007-12-17 10:54:22下载
- 积分:1
-
PSO_byself.m
说明: 粒子群算法求解约束多目标优化万能matlab代码。本代码是基于有约束条件的寻优问题,采用APSO可以加快寻优的速度,修改参数比较简单,目标函数和上下限根据自身的需要进行改动,,可以实现目标函数的寻优(Particle swarm algorithm for solving constrained multi-objective optimization universal matlab code. This code is based on the optimization problem with constraints. Using APSO can speed up the optimization process. It is relatively simple to modify the parameters. The objective function and the upper and lower limits are changed according to their own needs. The optimization of the objective function can be achieved.)
- 2021-03-08 19:19:28下载
- 积分:1
-
Matlab-GPS-Toolbox
说明: 非常完善的GPS toolbox,内含中文readme以及中文翻译的介绍。 GPS TOOLBOX包含以下内容:
1、GPS相关常量和转换因子;
2、角度变换;
3、坐标系转换:
点变换;
矩阵变换;
向量变换;
4、专用测绘程序;
5、专用统计函数;
6、GPS时间工具;
7、专用GPS数据处理函数;
8、航迹和相关工具;
9、卫星位置计算;
10、高度和方位角判定,以及卫星可见性;
11、DOP(dilution of precision)计算,卫星选取和相关函数;
12、专用信号处理和Kalman滤波函数;
13、伪距和误差判定及相关函数;
14、用户位置判定及相关函数;
15、RAIM/FDE可用性和完好性评估相关函数。(Very good GPS toolbox, contains readme and the Chinese translation of the Chinese introduction. GPS TOOLBOX contains the following:
1, GPS-related constants and conversion factors
2, the point of transformation
3, coordinate system conversion:
Point transformation
Matrix transformation
Vector transformation
4, special mapping procedures
5, special statistical functions
6, GPS time tools
7, special GPS data processing function
8, track and related tools
9, the satellite position calculation
10, determine the height and azimuth, and satellite visibility
11, DOP (dilution of precision) calculations, the satellite selection and related functions
12, special signal processing and Kalman filtering function
13, pseudo-range and error determination and related functions
14, user location determination and related functions
15, RAIM/FDE availability and integrity assessment of related functions.)
- 2011-03-03 12:39:07下载
- 积分:1