summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.13/14_13.sce
blob: bcb329351b91444c01c076058d75dd8f9f7c7e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc;
//page no 490
//prob no. 14.13
Zo=50;//line impedance in ohm
f=100*10^6;//operating freq
vf=0.7;//velocity factor
L=6;//length in m
c=3*10^8;//velo of light
ZL=50+%i*50;//load impedance in ohm
// we have to calculate length in degree,so for this first find wl
wl=vf*c/f;//wavength in m
ang=360*L/wl;
// now from the graph input impedance is 19.36+%i5.44;
Zi=19.36+%i*5.44;
disp('ohm',Zi,'Input impedance is');