-
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
-
EZW1
ezw(嵌入式零树小波)编码解码 matlab程序(ezw matlab)
- 2012-04-01 20:21:36下载
- 积分:1
-
WX_Matlab_code
This is the code for spatial model
- 2012-04-17 18:15:14下载
- 积分:1
-
DSBMkeemo
sIMULINK FOR DSP BUILDER
MY TRY
- 2015-01-31 07:41:51下载
- 积分:1
-
MATLAB-qr
用MATLAB实现了QR二维码的编码及解码,可显示二维码并读出二维码信息(Using MATLAB to achieve a two-dimensional code QR coding and decoding, reading out the two-dimensional code information)
- 2015-11-14 21:18:20下载
- 积分:1
-
matlab-he-shuxuejianmo
matlab有关数学建模的资料,在数学建模中有很大的帮助(Matlab relevant mathematical modeling of the material, in mathematical modeling a lot of help
)
- 2011-12-12 15:20:39下载
- 积分:1
-
MATLAB
MATLAB 编程与系统仿真(MATLAB programming)
- 2015-04-08 19:19:59下载
- 积分:1
-
DsimOrder
DsimOrder Calculate the Dissimilarity index based on order pattern analysis.Input: two time series Output: Dissimilarity index between inputs permutation entropy
- 2013-08-01 22:11:02下载
- 积分:1
-
deconvolution
时域解卷积的有关算法,med,mckd meda ,omeda,momeda等(The relevant algorithms for time domain deconvolution, Med, MCKD MEDA, omeda, momeda and so on)
- 2021-04-28 13:18:43下载
- 积分:1
-
基于蚁群算法的三维路径规划
说明: 用栅格模型表示工作环境,确定机器人运动起始结点和目标结点后,对工作环境进行分析,选取起始点与目标点之间连线附近的若干栅格,以被选取栅格为关键点,采用蚁群算法分别计算关键点与起始点和目标节点之间的最短路径,求取全局最短路径(With grid model to represent the working environment, robot motion after initial nodes and target, analysis of working conditions, selecting starting point and the target point near the connection between a number of grid, grid for the key points to be selected, key point and the starting point is obtained by using the ant colony algorithm respectively and the shortest path between the target node, calculate the global shortest path)
- 2020-07-03 00:02:20下载
- 积分:1