summaryrefslogtreecommitdiff
path: root/854/CH11/EX11.7/Example11_7.sce
blob: 3ac65eb6bcdb6a7ab9566d9d6e81dcc591765aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//clear//
//Caption:Program to find the load impedance of a slotted line
//Example11.7
//page357
clear;
clc;
close;
S = 5; //standing wave ratio
T = (1-S)/(1+S); //reflection coefficient
Zo = 50; //characteristic impedance
ZL  = Zo*(1+T)/(1-T);
disp(ZL,'Load impedance of a slotted line in ohms ZL=')
//Result
//Load impedance of a slotted line in ohms ZL = 10.