diff options
Diffstat (limited to '761/CH16/EX16.4/16_4.sce')
-rwxr-xr-x | 761/CH16/EX16.4/16_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/761/CH16/EX16.4/16_4.sce b/761/CH16/EX16.4/16_4.sce new file mode 100755 index 000000000..27d50d336 --- /dev/null +++ b/761/CH16/EX16.4/16_4.sce @@ -0,0 +1,10 @@ +clc;
+//page no 571
+//prob no. 16.4
+//A dipole antenna with efficency=85% given
+n=0.85;D_dBi=2.14;//Directivity in dBi
+//Determination of gain in dB
+D=10^(D_dBi/10);
+G=D*n;//Determination of gain
+G_dBi=10*log10(G);//Converting to dBi
+disp('dBi',G_dBi,'The gain is');
\ No newline at end of file |