Sie sind auf Seite 1von 3

POZAR chapter 14: RF MICROWAVE SYSTEMS. Example 07 __ 08/11/2020 18:11:45.

EXAMPLE 14.7
Click any to open the MATLAB script solving this exercise. Run script to read question and calculate solution.
On 1st run, the exercise is solved and the results are stored in .mat file. Parameters can be modified to solve
exercise variations. MATLAB student licences are cheap and there is a type that does not even require to be
registered in any university or college. All comments welcome.
To download and install MATLAB as well as review help on specific commands click any MATLAB icon:

______________________________________________________________________________________________________________________________
John Bofarull Guix jgb2012@sky.com jgb2014@live.co.uk 1/3
POZAR chapter 14: RF MICROWAVE SYSTEMS. Example 07 __ 08/11/2020 18:11:45.

pozar_14_example_07.m

c0=299792856 % [m/s] light speed

f0=10e9 % [Hz] carrier


lambda0=c0/f0

Pt=2e3 % [W] pulse power


Gt_dB=28
Gt=10^(Gt_dB/10)

csr=12 % [m^2] cross section

Pd_dBm=-90 % minimum detectable signal power


Pdmin=10^((Pd_dBm-30)/10)

Rmax=(Pt*Gt^2*csr*lambda0^2/((4*pi)^3*Pdmin))^.25 Rmax =
8.110657311839870e+03

bi-static radar is often performed with receivers using low gain antennas thus one Gt cannot be used, reducing detection range so multiple receivers are
often used to compensate for such range reduction and cover similar area compare to mono-static .

Rmax_bistatic=(Pt*Gt*csr*lambda0^2/((4*pi)^3*Pdmin))^.25 Rmax_bistatic =
1.618288888394089e+03

______________________________________________________________________________________________________________________________
John Bofarull Guix jgb2012@sky.com jgb2014@live.co.uk 2/3
POZAR chapter 14: RF MICROWAVE SYSTEMS. Example 07 __ 08/11/2020 18:11:45.

Where is the whole collection of exercises?

This exercise is part of the collection of exercises Microwave Engineering POZAR 4th ed solved with MATLAB available in this website:
https://jgb2012.wixsite.com/microwave-eng-matlab

How can one get the main literature reference?

For instance from:


https://www.amazon.co.uk/Microwave-Engineering-David-M-Pozar/dp/0470631554

What about the solutions manual?

It's freely available https://www.scribd.com/doc/176505749/Microwave-engineering-pozar-4th-Ed-solutions-manual

For educational purposes only: https://www.copyrightuser.org/understand/exceptions/education/

______________________________________________________________________________________________________________________________
John Bofarull Guix jgb2012@sky.com jgb2014@live.co.uk 3/3

Das könnte Ihnen auch gefallen