Microwave CAD and Measurements, Mid-Term. Exam.
Çйø ( ) ¼º¸í (
) À̵¿ÀüȹøÈ£(
)
PIN = abcd: ÈÞ´ëÀüÈ ³¡ 4 ÀÚ¸® (¿¹: 010-8028-3194, a = 3, b = 1, c = 9, d = 4), ´Ü °¢ ¼ýÀÚ°¡ 0ÀÎ °æ¿ì ¼øÂ÷ÀûÀ¸·Î 1, 2, 3, 4·Î ´ëü (¿¹: 010-1234-0097ÀÎ °æ¿ì a = 1, b = 2, c = 9, d = 7)
¹èÁ¡: ¼Ò¹®Á¦´ç 10Á¡
1. Given a
transmission line with L = (100a + 10b + c) nH/m, C = (10d + a) pF/m, R = 0, G = 0, f = (1000b
+ 200c+30d) MHz, calculate
1) the characteristica impedance Z0 (¥Ø),
2) the
attenuation constant ¥á (Np/m), and
3) the phase
constant ¥â (rad/m).
2. Write a
Python code to find
1) the characteristica impedance Z0 (¥Ø) and
2) the complex
propagation constant ¥ã (/m)
for a
transmission line with L = (100a + 10b + c) nH/m, C = (10d + a) pF/m, R = (100c + 10b + a) m¥Ø/m, G = 10d ¥ì¥Ø/m, f = (1000b
+ 200c+30d) MHz.
Submit the source code and a sample of a code execution.
3. Design an
air-filled parallel-plate transmission line with a characteristic impedance of 20a ¥Ø. Use a
perfect electric conductor (PEC) material. Use ¥ò = ¡Ä for PEC and ¥år
= 1 for air.
4. A load ZL at z = 0 is connected with a tranmision line of length l with Z0
and ¥â with ZL = 10(a + jc) ¥Ø, Z0 = 20d ¥Ø, l = 0.1b wavelength (tranmssion
line length).
Find
1) the load
reflection coefficient ¥ÃL
= ¥Ã(0),
2) the input reflection
coefficient ¥Ã(−l),
3) the input
impedance Z(−l) (¥Ø), and
4) the power
delivered to the load when a power of 1 watt is incident on the transmissio line at z
= −l.
5. Draw on a
Smith chart
1) an r = d/10
circle, and.
2) an x = b/5
circle.
6. Write a
Python code for calculating ¥Ãin and ¥Ãout of a two-port network shown below. Submit the
source code and a sample of a code execution.
7. Write a
Python code for calculating input impedance Zin
(¥Ø) and the input reflection coeffcient¥Ãin (dB) of the circuit shown below
with a reference impedance Z0 of 20c ¥Ø at 10b MHz frequency interval between 200 MHz and 800 MHz.
8. A load
impedance ZL
= 30a − j30b ¥Ø is to be transformed to Zin = Z0 = 20d ¥Ø at 100b MHz.
1) Use a Python code given
in the lecture webpage to find all possible LC
matching networks. Submit the source
code and the result of your program execution by capturing the PC screen.
2) Draw all of your
matching networks.