-
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
-
del2_5pt
说明: matlab 源代码,五点差分格式,可以直接运行,用于其他方面(matlab source code, a five-point difference scheme can be run directly for other areas)
- 2020-09-02 20:48:08下载
- 积分:1
-
Recursive-least-means-square-algorithm
Recursive least square algorithm
- 2012-06-08 20:48:27下载
- 积分:1
-
chapter-8
冈萨雷斯数字图像处理配套第八章matlab例程,代码里面有详细解释,适合初学者同步学习。(Gonzalez Digital Image Processing Chapter 8 of the supporting matlab routines, the code inside a detailed explanation of the synchronous learning for beginners.)
- 2013-04-27 12:20:40下载
- 积分:1
-
Current_Controller_based_inverter_control
Current Controller based inverter control
- 2015-03-12 14:28:53下载
- 积分:1
-
ControlSystemsSimulationusingMatlabandSimulink
Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版(Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation,
inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated
with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs..)
- 2009-09-06 15:19:01下载
- 积分:1
-
lte5
lte code fore simulation with matlab
- 2013-08-24 20:45:25下载
- 积分:1
-
st1105
開回路是的基礎型升壓型變換器,可以改變DUTY值來改變輸出電壓。(Open loop is the basis of type boost converter, you can change the value to change the output voltage DUTY.)
- 2010-11-24 17:19:41下载
- 积分:1
-
part_I
Solves part b for three values of p: 0.1, 0.3, 0.5, and 0.8.
To solve for other values of p, just change the
numbers in the vector p below.
- 2011-05-27 20:51:26下载
- 积分:1
-
PPT
MATLAB优化算法案例分析与应用(进阶篇)余胜威(Algorithm Case Analysis and Applications (Advanced chapter) Yusheng Wei MATLAB Optimization)
- 2015-07-24 17:36:27下载
- 积分:1