summaryrefslogtreecommitdiff
path: root/2681/CH6/EX6.15/Ex6_15.sce
blob: a94cb30aa5fb31bbcd982044b7763afe2b2b629c (plain)
1
2
3
4
5
6
7
8
//characteristic impedance
//given
clc
Zl=300//ohm
Zo=75//ohm//of the line
SWR=1//the source impedence is equal to characteristic impedance of the line
Zt=sqrt(Zl*Zo)
disp(Zt,'the  characteristic impedance  in ohm')