-
AGuidetoMATLABforBeginnersandExperiencedUsers
一本MATLAB入门书籍,比中国人自己写的容易懂多了,中国人的书就喜欢丢公式,人家都是用例子的(A MATLAB entry books, written by more than the Chinese themselves easier to understand more, Chinese people like to throw the book on the formula, others are using the example)
- 2009-11-19 22:01:44下载
- 积分:1
-
MTSPF_GA
遗传算法计算多旅行商问题:多个商人从多个城市出发各自返回自己的出发城市。(MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for three salesmen to travel the start location to individual cities
and back to the original starting place))
- 2014-10-14 18:27:09下载
- 积分:1
-
bilinerQuard
bilinearquard在matlab中的实现 matlab有限元分析 源程序(bilinearquard implementation in matlab matlab source Finite Element Analysis)
- 2013-11-11 13:46:44下载
- 积分:1
-
pspice-slps-interface-28
matlab cadence 仿真第三方链接程序slps(slps connect MATLABand cadence PSPICE)
- 2015-04-08 23:32:18下载
- 积分:1
-
LMS
LMS算法的MATLAB实现函数, 输入参数:
xn 输入的信号序列 (列向量)
dn 所期望的响应序列 (列向量)
M 滤波器的阶数 (标量)
mu 收敛因子(步长) (标量) 要求大于0,小于xn的相关矩阵最大特征值的倒数
itr 迭代次数 (标量)(LMS algorithm MATLAB realization function)
- 2014-08-30 23:34:40下载
- 积分:1
-
spa
基于matlab 2014b 的一种spa算法(连续投影算法),本人原本用于做光谱数据的定量分析,寻找特征波长。(Based on matlab 2014b a spa algorithm (continuous projection algorithm), I was originally used for quantitative analysis of spectral data,looking for the Characteristic wavelength.)
- 2017-03-05 22:29:04下载
- 积分:1
-
thefoundationofelectromagneticfieldtheory
电磁场圆极化,集肤深度,电磁波传播,驻波,射波(Circular polarization of electromagnetic field, the skin depth of electromagnetic wave propagation, standing waves, radio waves)
- 2008-03-25 04:12:24下载
- 积分:1
-
Alamouti
这是一种十分常见的简单的MINO阐述的新方法的MATLB代码,基于这种方法可以极大的减少误码率和码间干扰。(This is a Matlab code of a very popular and simple transmit method based on MINO system. By using it, the BER can be greatly redused.)
- 2009-05-18 01:32:43下载
- 积分:1
-
md5
md5 calcul for generating hashes in 128 bits.Please tell if you like it
- 2011-04-30 19:21:54下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1