-
2
Feature Extraction from EEG
- 2013-12-29 02:03:06下载
- 积分:1
-
MATLAB
说明: 控制系统中PID分数阶控制系统MATLAB工具箱(MATLAB Toolbox for PID Fractional Order Control System)
- 2020-12-02 16:39:25下载
- 积分:1
-
edge_detect
利用matlab对图像进行灰度调整、拉伸处理和边缘检测(Use matlab image grayscale adjustment, stretch processing and edge detection)
- 2009-02-04 10:17:17下载
- 积分:1
-
MouseDraw_matlab
matlab鼠标在画板移动自由画图,画的线不会断续(Matlab mouse drawing in the drawing board move freely, painting line will not be interrupted.)
- 2014-12-08 11:41:22下载
- 积分:1
-
suijifa_zuiyouzhenrongwenti11
最佳阵容问题 约束条件非常复杂 优化问题 暴力搜索(a matlab example)
- 2009-03-14 10:50:52下载
- 积分:1
-
Spectrum
连续阻尼物体运动的频谱,并画出了频谱曲线(Continuous spectrum damping the movement of objects, and plot the spectrum curve)
- 2009-11-14 12:17:47下载
- 积分:1
-
abc
语音处理技术中用倒谱分析来求基音周期,为后续处理打下基础(Cepstral voice processing technology used to find pitch period analysis, laying a foundation for the subsequent treatment)
- 2010-11-23 19:33:39下载
- 积分:1
-
MIMO_OFDM
Simulink MIMO-OFDM in matlab
- 2014-04-19 22:26:08下载
- 积分:1
-
FuzzyPSO
基于模糊规则的pso算法,用MATLAB编写的,绝对可用(Pso algorithm based on fuzzy rules, written using MATLAB, absolutely free)
- 2010-09-20 17:47:44下载
- 积分: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