summaryrefslogtreecommitdiff
path: root/1760/CH7/EX7.17/EX7_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH7/EX7.17/EX7_17.sce')
-rwxr-xr-x1760/CH7/EX7.17/EX7_17.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1760/CH7/EX7.17/EX7_17.sce b/1760/CH7/EX7.17/EX7_17.sce
new file mode 100755
index 000000000..e86871636
--- /dev/null
+++ b/1760/CH7/EX7.17/EX7_17.sce
@@ -0,0 +1,10 @@
+ //EXAMPLE 7-17 PG NO-474-475
+R=600; //RESISTANCE
+I1=1/1200.13;
+disp(' Current is = '+string(I1)+'A');
+I2=1/3793.54;
+disp(' Current is = '+string(I2)+'A');
+P20=23984.9;
+P2=2400;
+IL=10*log10(P20/P2);
+disp(' Insertion Loss is = '+string(IL)+'dB');