summaryrefslogtreecommitdiff
path: root/3788/CH8/EX8.5.1/Ex8_5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3788/CH8/EX8.5.1/Ex8_5_1.sce')
-rw-r--r--3788/CH8/EX8.5.1/Ex8_5_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3788/CH8/EX8.5.1/Ex8_5_1.sce b/3788/CH8/EX8.5.1/Ex8_5_1.sce
new file mode 100644
index 000000000..5c9144ded
--- /dev/null
+++ b/3788/CH8/EX8.5.1/Ex8_5_1.sce
@@ -0,0 +1,11 @@
+//Example 8.5.1
+//Calculate the specific attenuation
+clc
+clear
+rainfallrate=40
+f=10 //10 Ghz
+kv=0.00887
+av=1.264
+yr=kv*(rainfallrate)^av
+printf("The specific attenuation at 10 Ghz is %f dB/km",yr)
+