-
crad
Cognitive Radio / Cognitive Network System simulator in matlab source code.
To Simulate Cognitive Radio System which is so effective that it can harvest more band-width in highly desired bands than is currently in use!
- 2010-06-04 00:50:35下载
- 积分:1
-
经典MUSIC测向算法的编程music12
经典MUSIC测向算法的编程,对于初学者会很有用的。(a code of MATLAB for classical MUSIC algorithm, which is useful for new.)
- 2020-07-09 00:58:56下载
- 积分:1
-
test1
1. 判断闰年
根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息
(1. To determine leap year according to input a specific year (in 1900-2100 between the call for input validation), to determine whether a leap year, and gives the corresponding tips)
- 2010-01-08 03:06:54下载
- 积分:1
-
power-factor
This is a matlab that contain the circuit of the power factor. It is in 3 phase.
- 2015-04-07 23:08:34下载
- 积分:1
-
acceleration(time)
matlab 2013版,半车模型主被动悬架的车身垂直加速度时域对比图形。(matlab body vertical acceleration time domain graph)
- 2017-02-23 16:58:20下载
- 积分:1
-
快速边缘的块稀疏贝叶斯学习代码 BSBL-FM
快速边缘的块稀疏贝叶斯学习代码,BSBL-FM,用以对穿墙雷达块目标成像(Fast marginalized block sparse Bayesian learning codes)
- 2020-06-29 11:40:01下载
- 积分:1
-
MO_NAA_sharedev_price
说明: 共享汽车遗传算法求解电价优化问题实例(Genetic algorithm for price optimization)
- 2021-03-28 22:39:11下载
- 积分:1
-
statcompwm
无功补偿STATCOM的simulink建模,采用直接电流(STATCOM reactive power compensation Simulink modeling, using direct current)
- 2013-05-16 13:29:41下载
- 积分:1
-
add_image_use
说明: 基于MATALB程序的源代码,毕设中自己做的,已经运行过,希望对你有帮助!(Based MATALB program' s source code, complete set of their own doing, has run off, want to help you!)
- 2010-05-03 18:20:28下载
- 积分: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