-
D2D-underlay-power-control-
用matlab对D2D蜂窝网络惊醒仿真。对D2D和蜂窝用户进行功率控制。(Using matlab to D2D cellular network emulation awakened. Cellular subscriber of D2D and power control.)
- 2016-05-17 17:13:32下载
- 积分:1
-
PESQ
说明: 将语音质量的感知评价描述为平均扰动之和平均不扰动值的线性组合。PESQ的输出值介于-0.5到4.5之间的数值,其中数值越大则代表语音质量越好。(Speech quality evaluation)
- 2020-07-29 18:08:38下载
- 积分:1
-
Goldenmin
1-D optimal step size using golden section
- 2009-05-09 18:20:05下载
- 积分:1
-
cox_field
同轴线的计算,内有注释说明同轴线的计算,内有注释说明(Coaxial line calculation, there are comments that the calculation of coaxial line, there are explanatory notes)
- 2011-01-26 21:10:23下载
- 积分:1
-
Array-signal-processing
《阵列信号处理的理论和应用》原书matlab 程序(Array signal processing theory and application of the original Matlab program)
- 2012-03-26 10:26:11下载
- 积分:1
-
garchkit
GARCH 模型计算工具包,计算各种garch模型比如GARCH-M,NGARCH,EGARCH(GARCH toolkil for different GARCH model, include GARCH-M, EGARCH,NGARCH etc)
- 2012-08-23 02:11:25下载
- 积分:1
-
bvhReadFile
用于读取BVH文件,可以用来提取关键帧和分割(read BVH)
- 2015-01-10 17:58:21下载
- 积分:1
-
cengcifenxifa
层次分析法(APH)采用matlab的m文件编写的,请运行m文件,可以根据提示进行数据的分析(Analytical Hierarchy Process (APH) using matlab m file write, run the m file, the data can be analyzed according Tips)
- 2014-01-15 21:53:14下载
- 积分:1
-
contour_map
This Matlab code implements Cauchy s steepest descent method using constant stepsize rule.
- 2015-04-01 11:02:47下载
- 积分: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