-
MATLAB65UsingMATLAB.pdf.
matlab6.5用户手册 英文原版教程(matlab6.5 English original Tutorial User Manual)
- 2009-11-25 06:27:27下载
- 积分:1
-
servercontrol
server control to transmitt ECG
- 2010-02-20 04:17:27下载
- 积分:1
-
trabalho_parte_1
cylinder scattering - harrington book - 5.107
- 2011-06-14 03:51:07下载
- 积分:1
-
succeed
这是我自己写的对图像进行预处理的matlab源程序,主要是对图像进行光照补偿、旋转与尺度归一化。上传上来和大家一起学习、分享。(This is I wrote it myself pretreatment image matlab source, mainly for image illumination compensation, rotation and scale normalized. From up and study together, to share.)
- 2009-03-12 21:57:03下载
- 积分:1
-
rastamat
this code extract the feature from speech signal in many algorithms
- 2010-11-25 20:01:47下载
- 积分:1
-
NeffAndLamdaB_a_n2_01Mode_test
光纤Bragg光栅的基模(LP01)的有效折射率和谐振波长的计算测试程序,欢迎拍砖
- 2010-01-02 12:01:34下载
- 积分:1
-
OQPSK_upload
说明: OQPSK调制的仿真,给出了I和Q支路的BPSK调制信号图。窗函数可选矩形窗和升余弦窗。(OQPSK modulation simulation, given the I and Q branch BPSK modulation signal Fig. Optional rectangular window function window and the raised cosine window.)
- 2008-10-21 21:27:49下载
- 积分:1
-
sdarticle2
since direct jornal English
- 2011-07-10 16:47:33下载
- 积分:1
-
vector_control
关于矢量控制仿真模型,大家可以参照做自己的模型(On vector control simulation model, we can refer to do his own model)
- 2012-06-18 11:37:13下载
- 积分: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