diff options
Diffstat (limited to '752/CH15/EX15.2.2/15_2_2.sce')
-rwxr-xr-x | 752/CH15/EX15.2.2/15_2_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/752/CH15/EX15.2.2/15_2_2.sce b/752/CH15/EX15.2.2/15_2_2.sce new file mode 100755 index 000000000..9b34b849f --- /dev/null +++ b/752/CH15/EX15.2.2/15_2_2.sce @@ -0,0 +1,10 @@ +clc;
+//page no 539
+//prob no. 15.2.2
+// In the given problemhalf dipole antenna is given
+Pr=10;//radiated power in watt
+f=150;//freq used in MHz
+d2=50;//distance of dipole in km
+//we know for the half dipole the maximum gain is 1.64:1,and the effectie length is wl/pi. Therefore open-ckt voltage induced is given as
+Vs=sqrt(30*Pr*1.64)/(d2*10^3)*2/%pi;
+disp('uV',Vs*10^6,'The open-ckt voltage induced is ');
\ No newline at end of file |