diff options
Diffstat (limited to '752/CH16/EX16.9.1/16_9_1.sce')
-rwxr-xr-x | 752/CH16/EX16.9.1/16_9_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/752/CH16/EX16.9.1/16_9_1.sce b/752/CH16/EX16.9.1/16_9_1.sce new file mode 100755 index 000000000..00f21d498 --- /dev/null +++ b/752/CH16/EX16.9.1/16_9_1.sce @@ -0,0 +1,13 @@ +clc;
+//prob no. 16.9.1
+//Half dipole antenna is given with I=Io*cos(Bl) where l=0
+//The physical length of the antenna is wl/2
+//consider wl=unity and current Io=unity
+Io=1;
+wl=1;
+phy_length=wl/2;
+I_av=2*Io/%pi;
+//Thus area is given as
+Area=I_av*phy_length;
+// From the above eq l_effective is given as
+disp('l_eff= wl/pi');
\ No newline at end of file |