summaryrefslogtreecommitdiff
path: root/1574/CH9/EX9.9/Aerials_Ex_9_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH9/EX9.9/Aerials_Ex_9_9.sce')
-rwxr-xr-x1574/CH9/EX9.9/Aerials_Ex_9_9.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1574/CH9/EX9.9/Aerials_Ex_9_9.sce b/1574/CH9/EX9.9/Aerials_Ex_9_9.sce
new file mode 100755
index 000000000..a41c72f4e
--- /dev/null
+++ b/1574/CH9/EX9.9/Aerials_Ex_9_9.sce
@@ -0,0 +1,13 @@
+clc
+//Chapter9
+//Example9.9
+//Given
+//b
+c=3e8
+f=800e3// operating freq
+dl=27//effective height
+lambda=c/f
+
+Rr=40*(3.142^2)*(dl/lambda)^2//Radiation Resistance
+mprintf('Radiation resistance is %f ohm',Rr)
+