(Homework 01)

1. Express the characteristic impedance Z0 of a transmission line in terms of R, L, G, and C. 

2. Express the complex propagation constant ¥ã of a transmission line in terms of R, L, G, and C.

3. Express Z0 and ¥ã of a lossless transmission line in terms of L and C.

4. Write down a Python program and execute it to find the characteristic impedance Z0 and the complex propagation constant ¥ã of a transmission line with   R = 176 m¥Ø/m, L = 490 nH/m, G = 2 ¥ìS/m, C = 49 pF/m.

 

(Homework 02)

PIN=pqrs, a = p+q+r+s, b = 3*a

Coaxial cable with a(given above), b(given above), ¥ìr = 1, ¥år = 2, tan¥ä = 0.001, ¥ò = 5.8e7 S/m, f = 5.8 GHz

Calculate Z0, ¥ã, R, L, G, C, ¥ác (dB/m), ¥ád (dB/m), ¥á (dB/m), ¥ëg.

(Âü°í) ´ÙÀ½ °ø½Ä »ç¿ë

 

(Homework 03)

Visit http://mcalc.sourceforge.net/ to analyze a microstrip line.

´ÙÀ½°ú °°ÀÌ ¼³Á¤

    ´ÜÀ§¸¦ mm ¼³Á¤

    Er = 4.3, Rho =1

    H = 1, Rough = 0.0

    Tmet = 0.035, Tan¥ä = 0.02

 

Keff´Â ¥åre (À¯È¿ À¯Àü»ó¼ö)

¼±·ÎÆÄÀå:

   

Elec. Len. (degrees) = ¼±·ÎÀÇ Àü±âÀû ±æÀ̸¦ °¢µµ·Î Ç¥Çö. 1ÆÄÀåÀº 360¡Æ¿¡ ´ëÀÀµÈ´Ù.

 

(¹®Á¦)

W = 2mm, Frequency = 1500MHz ÀÎ °æ¿ì

Z0, Keff, L (1ÆÄÀåÀÇ ±æÀÌ)¸¦ ±¸Ç϶ó. ÀÌ °æ¿ì Loss (dB)¸¦ ±¸Ç϶ó.

 

 

 

PIN=pqrs, a = p+q+r+s, b = 3*a

Coaxial cable with a(given above), b(given above), ¥år = 2, tan¥ä = 0.001, ¥ò = 5.8e7, f = 5.8 GHz

Write a Python code to find Z0, ¥ã, R, L, G, C, ¥ác (dB/m), ¥ád (dB/m), ¥á (dB/m), ¥ëg.

 

04: Due 2021-4-2-Fri 23:59

Draw Smirth chart circles for r = 0, 0.5, 1, and 2.

 

05: Due 2021-4-9-Fri 23:59

1. Write down the conjugate matching condition for AC circuits.

2. Make a Python code for two-port power gain calculation and examplex on pages 15 and 19 of the lecture slide. Use z0 = zs = zL = 50 ohms for the example on p. 19.

 

06: Due 2021-4-16-Fri 23:59

1. Write down a Python code for calculating the characteristic impedance ZT of a quarter-wave transformer that transforms a real impedance Z1 to another real impedance Z2.

2. Find all the possible element values of LC-matching networks that transforms 10+j40 ¥Ø to 50 ¥Ø. Use the Python code given in the lecture slide.

 

07: Due 2021-4-23-Fri 23:59

1. Make a Python code for the example on p.14 of the lecture slide. Calculate Z at log10(f) = 1 to 10 by 0.2 step.

 

08: Mid-term exam

 

09: Due 2021-5-7-Fri 23:59

1. Carry out the coding example on p. 24 of the lecture slide.

 

10: Due 2021-5-14-Fri 23:59

1. Carry out the coding example on p. 22 of the lecure slide.

 

11: Due 2021-5-21-Fri 23:59

1. Carry out the coding example on p. 17 of th electure slide.

 

12: Due 2021-5-28-Fri 23:59

1. Write down the attenuation contant of a planewave in a lossy medium.

 

13: Due 2021-6-4-Fri 23:59

1. Medium 1: air, Mediumk 2: earth, ¥år = 4. Find the intrinsic impedance of the air ¥ç1 and of the earth ¥ç2.

2. Find the reflection cofficient ¥Ã and transmission coefficient ¥ó of a planewave normally incident from the air to the earth.

 

14: Due 2021-6-11-Fri 23:59

1. Select a problem in Solutions to problems in lectures 9 to 13 and use your PIN to solve the selected problem. °úÁ¦¿ë Çлý°íÀ¯¹øÈ£ PIN: Çб³¿¡ µî·ÏµÈ ÀÚ½ÅÀÇ À̵¿ÀüÈ­ ³¡ 4ÀÚ¸®. ´Ü °¢ ¼ýÀÚ°¡ 0ÀÎ °æ¿ì ¼øÂ÷ÀûÀ¸·Î 1, 2, 3, 4·Î ´ëü

 

15: Final exam. No homework

 

 

Problem

(01)

ZL = PIN+j*3*PIN, Z0=PIN/3

1. Find ¥ÃL

2. Find VSWR.