-
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
-
nonlinear_dynamic_example_FDTD
non linear simulation techniques for circuits FDTD
- 2009-03-24 19:48:51下载
- 积分:1
-
CMA8PSK
此例matlab是用cma算法均衡8PSK调制信号,代码清晰无误,仿真图效果很好。(In this case matlab is using the the cma algorithm balanced 8PSK modulation signal, the code is clear and unmistakable, the simulation map works well.)
- 2012-04-28 10:37:31下载
- 积分:1
-
Arnold
上传内容为基于Arnold变换的图像加密和解密程序,作為一般影像處理程序時使用(Upload content for image encryption and decryption program based on Arnold transform image processing program used as a general)
- 2015-03-13 14:11:36下载
- 积分:1
-
yichuan
递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化。(Recursive genetic algorithm, can be very effective on the neural network structure and initial weights are optimized.)
- 2020-11-14 16:09:42下载
- 积分:1
-
GAFILTER
matlab重要的学习资料 初学者的好帮手 程序代码非常重要 语音信号处理方面应用广泛(matlab important information for beginners to learn a good helper program code is very important speech signal processing is widely used)
- 2010-10-06 19:55:39下载
- 积分:1
-
NavierCode
This code is the Navier Method for analyzing a plate for those who are familiar with the theory of "plates and shells".
- 2013-12-03 08:35:13下载
- 积分:1
-
artificial--potential-filed
人工势场法的matlab代码,实现机器人的路径规划,避开障碍物(
Artificial potential field method matlab code to achieve the robot s path planning, obstacle avoidance)
- 2016-01-16 15:10:46下载
- 积分:1
-
rbf_jm
说明: 软测量氧含量数据工况聚类、建模matlab实现代码(Measuring the oxygen content of soft data clustering conditions, modeling matlab implementation code)
- 2011-04-13 14:47:45下载
- 积分:1
-
linear
领域插值和双线性插值算法的matlab实现(Field interpolation and bilinear interpolation algorithm matlab realize)
- 2014-09-15 09:24:52下载
- 积分:1