summaryrefslogtreecommitdiff
path: root/3281/CH1/EX1.10/ex1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH1/EX1.10/ex1_10.sce')
-rwxr-xr-x3281/CH1/EX1.10/ex1_10.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3281/CH1/EX1.10/ex1_10.sce b/3281/CH1/EX1.10/ex1_10.sce
new file mode 100755
index 000000000..bc2d035e1
--- /dev/null
+++ b/3281/CH1/EX1.10/ex1_10.sce
@@ -0,0 +1,18 @@
+//Page Number: 23
+//Example 1.10
+clc;
+//Given
+ZL=15+(%i*20); //ohms
+Z0=50; //ohm
+
+//Normalized load impedance
+z=ZL/Z0;
+disp(z,'Normalized load impedance:');
+
+//From chart
+T=0.6;
+disp(T,'Reflection coefficient:');
+
+//VSWR
+p=4;
+disp(p,'VSWR:');