From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3281/CH1/EX1.12/ex1_12.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3281/CH1/EX1.12/ex1_12.sce (limited to '3281/CH1/EX1.12/ex1_12.sce') diff --git a/3281/CH1/EX1.12/ex1_12.sce b/3281/CH1/EX1.12/ex1_12.sce new file mode 100644 index 000000000..4dffb1cd5 --- /dev/null +++ b/3281/CH1/EX1.12/ex1_12.sce @@ -0,0 +1,17 @@ +//Page Number: 26 +//Example 1.12 +clc; +//Given +Z0=50; //ohm +T=2.23; + +//From chart +zl=2+%i; +ZLd=Z0*zl; +disp('ohm',ZLd,'Normalized impedance:'); + +//Impedance of device is by negating the real part +imp=-real(ZLd)+(imag(ZLd)*%i); +disp('ohm',imp,'Impedance of device:'); + + -- cgit