diff options
Diffstat (limited to '3788/CH8/EX8.5.3/Ex8_5_3.sce')
-rw-r--r-- | 3788/CH8/EX8.5.3/Ex8_5_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3788/CH8/EX8.5.3/Ex8_5_3.sce b/3788/CH8/EX8.5.3/Ex8_5_3.sce new file mode 100644 index 000000000..9698312cf --- /dev/null +++ b/3788/CH8/EX8.5.3/Ex8_5_3.sce @@ -0,0 +1,9 @@ +//Example 8.5.3
+//Rain attenuation at 10 degrees
+clc
+clear
+A45=4 //Rain atttenuation of 4 dB at elevation angle of 45
+angle=45
+newangle=10
+A=(cscd(10)/cscd(45))*A45
+printf("Rain attenuation of %f dB at elevation angle of 10 degrees",A)
|