-
fdtd2D
二维时域有限差分法的MATLAB程序,包括吸收边界条件等(Two-dimensional finite-difference time-domain method MATLAB, including absorbing boundary conditions)
- 2020-09-08 16:58:03下载
- 积分:1
-
gnumex2.01
gnumex 这是在matlab上用gnu 做c/c++编译器进行mex编译的工具。(henhao henqiangda!)
- 2009-04-15 21:28:56下载
- 积分:1
-
projefinal
there is a code for tsai wu failure teory.
- 2020-07-04 19:40:02下载
- 积分:1
-
UFMC
UFMC analysis where you can check the waveform of snr vs BER
- 2018-12-14 21:31:32下载
- 积分:1
-
【Simulink仿真】基于PR控制器的单相逆变器控制
说明: 系统采用LC滤波,利用PR控制器对逆变器输出电压进行闭环控制。PR控制器在逆变器控制中应用很多。PR控制能够在谐振频率处提供无穷大的增益,因而对谐振频率处的电流信号实现无静差跟踪,并且易于实现,可有效降低系统成本。(The system uses LC filter and PR controller to control the output voltage of inverter. PR controller is widely used in inverter control. PR control can provide infinite gain at the resonant frequency, so the current signal at the resonant frequency can be tracked without static error, which is easy to implement and can effectively reduce the system cost.)
- 2020-07-05 21:22:34下载
- 积分:1
-
synchronzingfractionalchaoticsystem
分数阶统一混沌系统同步程序可实现分数阶混沌系统同步,对研究分数阶系统非常有用(synchronizing fractional unied chaotic system realize synchronzation fractional unied chaotic)
- 2021-04-01 10:59:08下载
- 积分:1
-
yima
说明: 卷积码的编码及维特比译码的过程,描述了系统经过卷积码编码后的性能(sss)
- 2010-03-25 20:00:51下载
- 积分:1
-
matlab-(1)
MATLAB GUIDE TO BEGINNERS
- 2013-08-06 23:53:14下载
- 积分: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
-
遗传算法求解VRP问题
说明: 使用遗传算法解决车辆路径VRP问题,可用于物流,外卖等的路径规划问题(Using genetic algorithm to solve VRP Problem can be used in logistics, takeout and other path planning problems)
- 2020-10-16 20:35:46下载
- 积分:1