-
Q1total
This matlab code gives the BER of MRC, EGC and SC for QPSK
- 2009-07-14 22:24:32下载
- 积分:1
-
halton
HALTON序列的matlab程序源码,是拟蒙特卡罗方法的序列之一(the project of sequence of halton in matlab)
- 2010-09-19 15:23:43下载
- 积分:1
-
wavelet
小波变换用计算机的快速实现,采用MATLAB计算工具(Wavelet transform fast to achieve using the computer,Using MATLAB calculation tool)
- 2012-04-29 23:41:47下载
- 积分:1
-
yl
说明: 并联机构 机器人 工作空间 刚度 轨迹贵乎啊 (work space)
- 2012-05-11 11:07:24下载
- 积分:1
-
TRANSIENT
TRANSIENT RESPONSE OF THE ELECTRICAL CIRUITS USING MATLAB SIMULATION
- 2013-10-21 13:30:44下载
- 积分:1
-
plsa.tar
PLSA,概率潜在语义算法,用于寻找变量之间的隐隐含变量,常用于图像标注、图像检索、计算机文本检索(PLSA, probabilistic latent semantic algorithm for finding faint containing variables between variables, commonly used in image annotation, image retri , computer text retri )
- 2015-01-23 09:31:48下载
- 积分:1
-
DES
DES function for the encryption of DES,use matlab to make it possible,first input in the function is plaintext ,second one is key,and last is to choose encrypt or decrypt
- 2013-11-15 10:37:32下载
- 积分:1
-
preisach
preisach模型磁滞回线,不同N可以调整模型精度。(preisach hysteresis loop model, you can adjust the different N model accuracy.)
- 2021-04-19 12:58:52下载
- 积分:1
-
matlabpaint
用matlab画出所需要的图形,并且用所画的图形互相进行腐蚀和膨胀操作(Using matlab to draw the required graphics, painting and graphics with each other by corrosion and expansion of operations carried out)
- 2008-05-31 22:53:03下载
- 积分: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