summaryrefslogtreecommitdiff
path: root/3788/CH8/EX8.5.4/Ex8_5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3788/CH8/EX8.5.4/Ex8_5_4.sce')
-rw-r--r--3788/CH8/EX8.5.4/Ex8_5_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3788/CH8/EX8.5.4/Ex8_5_4.sce b/3788/CH8/EX8.5.4/Ex8_5_4.sce
new file mode 100644
index 000000000..c704f8aff
--- /dev/null
+++ b/3788/CH8/EX8.5.4/Ex8_5_4.sce
@@ -0,0 +1,9 @@
+//Example 8.5.4
+//RAin attenuation at 11.4GHZ
+clc
+clear
+carrierfreq=10.7
+newcarrierfreq=11.4
+A=6
+Anew=((newcarrierfreq)^2/(carrierfreq)^2)*A
+printf("Rain attenuation at Carrier frequency \n of 11.4 Ghz is %f dB \n",Anew)