summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.8/14_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH14/EX14.8/14_8.sce')
-rwxr-xr-x761/CH14/EX14.8/14_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH14/EX14.8/14_8.sce b/761/CH14/EX14.8/14_8.sce
new file mode 100755
index 000000000..368b6ca5e
--- /dev/null
+++ b/761/CH14/EX14.8/14_8.sce
@@ -0,0 +1,8 @@
+clc;
+//page no 478
+//prob no. 14.8
+//A transmitter supplies 50W with SWR 2:1
+Pi=50;SWR=2;
+//Determination of power absorbed by load
+Pl=(4*SWR*Pi)/(1+SWR)^2;
+disp('W',Pl,'The power absorbed by load is'); \ No newline at end of file