-
PCA
对图像进行降维,用少量图像的主成分去描述整个图像以提高系统的效率。(Reduce the dimensions of the image, with a small amount of the principal component image to describe the whole image to improve the efficiency of the system.)
- 2010-05-05 16:48:06下载
- 积分:1
-
rake
rake的matlab程序,经典的rake仿真程序(rake in Matlab procedures, the classic rake simulation program)
- 2007-01-10 16:27:09下载
- 积分:1
-
Rfashexinhweia
雷达发射信号为线性调频信号的雷达计算算仿真,可以直接运行的matlab程序。
(Radar transmitting the radar signal is linear FM signal calculation and the simulation can run matlab program.)
- 2012-07-20 08:22:09下载
- 积分:1
-
C-program-of-PID-algorithm
本文件详细说明了PID算法Matlab仿真程序和C程序(Matlab simulation program and C program of PID algorithm)
- 2013-10-15 16:23:52下载
- 积分:1
-
AnalogSimulation
压缩感知的宽带信号的模数转换及分析代码。具有很强的理论分析与应用价值。(Simulation package of sub-Nyquist sampling and support recovery using the modulated wideband converter (MWC). This page describes the MWC design, the Matlab code, and offers two software packages: analog and digital versions. The former simulates the samples that would have been obtained by true hardware. The latter provides a digital approximation of the MWC. The analog simulations consume more time but are more accurate. )
- 2011-12-13 11:32:04下载
- 积分:1
-
libsvm-2.71
一个计算线性支持向量机的matlab源代码,台湾人编写,在c环境下运行(A calculation of the linear support vector machine matlab source code, the people of Taiwan to prepare, in the c environment running)
- 2008-12-11 11:07:01下载
- 积分:1
-
matlabandtelecommunicationsimulation
书籍为pdg格式,内容翔实,介绍MATLAB基础知识以及其在通信方针中的应用(Books for the PDG format, informative, as well as introduce basic knowledge of MATLAB in the communication policy of the application)
- 2007-10-17 09:10:43下载
- 积分:1
-
gmonopuls_OK
gaussian monopulse both in the Time & Frequency domains
- 2010-12-01 23:21:05下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
灰色关联分析(matlab)
说明: 灰色系统理论提出了对各子系统进行灰色关联度分析的概念,意图透过一定的方法,去寻求系统中各子系统(或因素)之间的数值关系。因此,灰色关联度分析对于一个系统发展变化态势提供了量化的度量,非常适合动态历程分析。 计算步骤 ? 确实参考数列与比较数列 ? 对参考数列与比较数列进行无量纲化处理 ? 计算关联度(The grey system theory puts forward the concept of grey relational degree analysis for each subsystem. The purpose is to find the numerical relationship among subsystems (or factors) in the system through certain methods. Therefore, the grey relational degree analysis provides a quantitative measure for the development and change of a system, which is very suitable for dynamic process analysis. Computing steps_Independent reference sequence and comparison sequence_Dimensionless processing of reference sequence and comparison sequence_Computing correlation degree)
- 2019-05-28 23:10:56下载
- 积分:1