summaryrefslogtreecommitdiff
path: root/1574/CH9/EX9.4
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1574/CH9/EX9.4
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1574/CH9/EX9.4')
-rwxr-xr-x1574/CH9/EX9.4/Aerials_Ex_9_4.sce16
-rwxr-xr-x1574/CH9/EX9.4/Result_of_Chapter_9_Ex9_4.JPGbin0 -> 131517 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/1574/CH9/EX9.4/Aerials_Ex_9_4.sce b/1574/CH9/EX9.4/Aerials_Ex_9_4.sce
new file mode 100755
index 000000000..c3a9405e7
--- /dev/null
+++ b/1574/CH9/EX9.4/Aerials_Ex_9_4.sce
@@ -0,0 +1,16 @@
+clc
+//Chapter9
+//Example9.4, page no 398
+//Given
+dl=2// length of wire
+I=6//current in the wire
+f=1e6// operating freq
+r=30e3//distance at which field is to be calculated
+theta=90//right angles to the wire axis
+lambda=300// wavelength
+w=2*%pi*f//angular freq
+c=3e8,t=f^-1
+Phi=w*(t-(r/c))//Phase shift
+Erad=25.13e-5*cos(Phi)//Radiation electric field intensity
+H=Erad/(120*%pi)//Radiation magnetic field intensity
+mprintf('electric field intensity is %f mV/m \n magnetic field intensity is %f uA/m',Erad*1e3,H*1e6)
diff --git a/1574/CH9/EX9.4/Result_of_Chapter_9_Ex9_4.JPG b/1574/CH9/EX9.4/Result_of_Chapter_9_Ex9_4.JPG
new file mode 100755
index 000000000..d36b636cf
--- /dev/null
+++ b/1574/CH9/EX9.4/Result_of_Chapter_9_Ex9_4.JPG
Binary files differ