Sie sind auf Seite 1von 2

POZAR chapter 14: RF MICROWAVE SYSTEMS. Exercise 06 __ 15/11/2020 23:00:28.

EXAMPLE 14.6
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:

pozar_14_exercise_06.m

Tb=5 % [kelvin] background noise temperature Tb =


5
Ta=105 % [kelvin] measured antenna noise temperature Ta =
105
T0=290 % [kelvin] antenna physical temperature T0 =
290
syms etha_ % antenna noise efficiency
eq1=Tb*etha_+(1-etha_)*T0==Ta eq1 =
290 - 285*etha_ == 105

etha=double(solve(eq1,etha_)) etha =
0.649122807017544

______________________________________________________________________________________________________________________________
John Bofarull Guix jgb2012@sky.com jgb2014@live.co.uk 1/2
POZAR chapter 14: RF MICROWAVE SYSTEMS. Exercise 06 __ 15/11/2020 23:00:28.

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 2/2

Das könnte Ihnen auch gefallen