-
EMDprogram
经验模式分解程序(简称EMD),在某些情况下比WAVELET TRANSFORM 和STFT分析效果要好,就是计算很费时间!(Empirical Mode Decomposition (EMD), In some cases than WAVELET TRANSFORM STFT analysis and better results. Computing is a great time!)
- 2007-07-04 17:18:47下载
- 积分:1
-
model10
三相异步电动机直接转矩控制仿真程序,经调试通过,与大家共分享(DTC Control)
- 2009-04-04 17:12:44下载
- 积分:1
-
kalman
用matlab实现简单的kalman滤波器,适合于初学者入门使用(Achieved with a simple matlab kalman filter, suitable for beginner to use)
- 2010-11-12 20:08:46下载
- 积分:1
-
GrTheory
说明: 这是一个图论工具箱,内包含25个图论算法,包括最小路径规划,和旅行商问题。(This is a map of the toolbox, which contains 25 plans of algorithms, including the smallest path planning, and the traveling salesman problem.)
- 2009-08-19 10:09:13下载
- 积分:1
-
dispersion
不同光纤长度色散对光波的影响分析.对于50km,100km 和150km光纤进行了色散分析。(Different fiber length dispersion impact on optcal signal)
- 2012-06-11 11:29:21下载
- 积分:1
-
SIRP
SIRP杂波仿真matlab实现程序呈现(SIRP clutter simulation matlab implementation program presented)
- 2013-03-20 18:24:49下载
- 积分:1
-
flux
CFD simulation of flux in coloocated grid
- 2011-11-05 14:29:30下载
- 积分:1
-
MLI3Niveaux-(1)
THREE LEVL mli IS designed for three level NPC converter
- 2013-11-25 17:58:51下载
- 积分:1
-
FM
quartus ii 下 FM调制例程,采样了IP核,图形化模块,等等。。(quartus ii FM modulation under routine sampling of the IP core, graphics modules, and so on. .)
- 2014-02-01 18:42:30下载
- 积分:1
-
two_ray_model
Modelo de dos rayos de Andrea Goldsmith (figura 2.5, según expresión
2.12)
f = 0.9 frecuencia en GHz
landa = 0.3/f en m
R = -1 coeficiente de reflexión en tierra
ht = 10 altura del transmisor en m
hr = 2 altura del receptor en m
Gt = 1
Gr = 1
Pt = 1
d=10:.1:100000
phase_diff = 4*pi*ht*hr./(landa*d) aproximación
Pr = Pt*((landa/(4*pi))^2)*((abs((sqrt(Gt)./d) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff)))./d)).^2)
Pr = Pt*((landa/(4*pi))^2)*(1./d).*((abs((sqrt(Gt)) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff))))).^2)
figure(1), clf,
plot((d),10*log10(Pr/max(abs(Pr))))
grid
xlabel( log_1_0(d) )
ylabel( Potencia recibida (dBm) )
- 2010-02-08 06:31:54下载
- 积分:1