summaryrefslogtreecommitdiff
path: root/3281/CH4/EX4.21/ex4_21.sce
blob: ae9dafb68ecc37567def77d5142356abe19b101a (plain)
1
2
3
4
5
6
7
8
9
10
11
//Page Number: 239
//Example 4.21
clc;
//Given
I=30; //dB
Il=0.4; //dB

S12=10^(I/-20);
S21=10^(Il/-20);
s=[0 S12;S21 0];
disp(s,'Scattering matrix:');