-
BA-NW-WS
ER,BA,WS三种网络的matlab程序(ER, BA, WS three network matlab program)
- 2014-10-16 09:22:30下载
- 积分:1
-
SF_MAXENT_MODEL
cooperative communication theory
- 2011-11-20 19:10:07下载
- 积分:1
-
22222222
与“船舶轴系的振动与控制分析”那篇论文相对应的MATLAB程序,其中包含“纵向振动”的,与“扭转振动”的!
(And" the ship shafting vibration analysis and control of" the paper corresponding to the MATLAB program, which contains the" longitudinal", and" torsional vibration"!)
- 2011-12-17 10:13:05下载
- 积分:1
-
jiaocheng
《MATLAB 7.X程序设计》-王建卫-电子教案-4678()
- 2008-06-04 18:38:00下载
- 积分:1
-
exEcologicalbalance
捕食-被捕食者生态系统平衡的系统动力学仿真,用matlab编写的(Predator- prey ecosystem balance system dynamics simulation, written with matlab)
- 2010-05-09 19:40:19下载
- 积分:1
-
4
根据教科书上已经给出的简单的数学算式,运用matlab编写出简单的代码,计算出结果(According to the textbook has been given a simple mathematical formula, using matlab write simple code to calculate the results)
- 2013-09-14 19:00:17下载
- 积分:1
-
BER-for-BPSK-in-Rayleigh-channel.pdf
BER calculation in rayleigh
- 2015-01-23 14:51:16下载
- 积分:1
-
pdeTM
finite element for waveguide
- 2009-11-17 22:51:43下载
- 积分:1
-
MSK
学会使用MATLAB仿真软件搭建MSK调制解调仿真电路建立MSK调制解调系统仿真模型(Learn how to use MATLAB simulation software to build the MSK modulation and demodulation simulation circuit MSK modulation and demodulation system simulation model)
- 2013-01-07 16:36:54下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1