summaryrefslogtreecommitdiff
path: root/2414/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH15/EX15.2/Ex15_2.sce')
-rwxr-xr-x2414/CH15/EX15.2/Ex15_2.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2414/CH15/EX15.2/Ex15_2.sce b/2414/CH15/EX15.2/Ex15_2.sce
new file mode 100755
index 000000000..ba56ad98a
--- /dev/null
+++ b/2414/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,12 @@
+clc;
+close();
+clear();
+//page no 500
+//prob no. 15.2
+c=3*10^8; //speed of light
+f=2*10^9; //frequency
+lembda=c/f; //wavelength
+mprintf('The wavelength of 2GHz is, = %.2f m\n',lembda);
+D=15; //m
+Rff=2*D^2/lembda;
+mprintf(' The distance to the far field is, Rff = %i m\n',Rff);