summaryrefslogtreecommitdiff
path: root/2210/CH1/EX1.3/1_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2210/CH1/EX1.3/1_3.sce')
-rwxr-xr-x2210/CH1/EX1.3/1_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2210/CH1/EX1.3/1_3.sce b/2210/CH1/EX1.3/1_3.sce
new file mode 100755
index 000000000..448455ef6
--- /dev/null
+++ b/2210/CH1/EX1.3/1_3.sce
@@ -0,0 +1,12 @@
+//Chapter 1, Example 1.3
+clc
+Vo=100 //transmitter output in volts
+Zo=72 //transmitter output impedance in ohm
+Zin=72 //antenna input impedance in ohm
+R=72 //radiation resistance in ohn
+eff=100 //antenna efficiency
+
+Vrms=Vo/2
+Pr=(Vrms)^2/R
+
+printf("Power radiated = %.2f W",Pr)