-
VRP
这是一个用C++编写的vrp问题的源码,很适合初学者。(This is a C++ Prepared vrp source issues, it is suitable for beginners.)
- 2008-12-14 00:01:32下载
- 积分:1
-
fresnel-holography
菲涅尔数字全息的程序,很实用的程序,可以实现全息图的模拟与再现(Fresnel holography)
- 2012-04-20 16:50:04下载
- 积分:1
-
CRLB_randm_CDMA
基于CDMA蜂窝网络的无源雷达定位的克拉美罗下限计算(Cramer-Rao lower bound of the passive radar location
based on CDMA cellular networks)
- 2014-12-22 20:54:46下载
- 积分:1
-
lowfrequency
该程序可以求取电力系统低频振荡特征根,输入数据为三机9节点系统(The program can strike a power system low frequency oscillation characteristic roots, the input data for the three-machine 9-bus system)
- 2011-12-06 22:58:54下载
- 积分:1
-
a80775d15c75cc4f3ccf654bf8f89650
说明: 使用matlab实现结构光在大气湍流中传输,并实现了通信实验以及误码率的检索。(Matlab is used to realize the transmission of structured light in the atmospheric turbulence, and the communication experiment and error rate retrieval are realized.)
- 2020-09-08 20:18:05下载
- 积分:1
-
flda
fisher线性鉴别分析的人脸识别,在ORL库上实验,可在其他库上运行(fisher linear discriminant analysis for face recognition, in the ORL database on the test can be run on other database)
- 2010-06-18 01:31:43下载
- 积分:1
-
hilbert
说明: 希尔伯特变换实现函数,用于对时域信号进行处理,得到相位的变化!(Hilbert transform functions for the time-domain signal processing, get the phase change!)
- 2011-04-13 18:38:49下载
- 积分:1
-
myfir
该程序实现FIR滤波器,是数字信号处理的重要内容。(FIR filter, digital signal processing is an important element.)
- 2006-06-30 10:35:28下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
monte_carlo
用蒙特卡洛方法求方程根的通用程序。可通过直接调用求解。(common code to solve equation through mont carlo method.)
- 2012-04-09 22:40:22下载
- 积分:1