summaryrefslogtreecommitdiff
path: root/2409/CH12/EX12.1/Ex12_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2409/CH12/EX12.1/Ex12_1.sce')
-rwxr-xr-x2409/CH12/EX12.1/Ex12_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2409/CH12/EX12.1/Ex12_1.sce b/2409/CH12/EX12.1/Ex12_1.sce
new file mode 100755
index 000000000..5d062c76a
--- /dev/null
+++ b/2409/CH12/EX12.1/Ex12_1.sce
@@ -0,0 +1,10 @@
+
+//Variable Declaration
+P=6 //Transmit power(Watts)
+G=48.2 //Antenna Gain(dB)
+
+//Calculation
+EIRP=10*log10(P)+G //Equivalent isotropic radiated power(dB)
+
+//Result
+printf("Hence the Equivalent isotropic radiated power is %.0f dBW",EIRP)