summaryrefslogtreecommitdiff
path: root/3788/CH8/EX8.5.3/Ex8_5_3.sce
blob: 9698312cfb6ae3fe88fffa03cc97d7fcd800cd26 (plain)
1
2
3
4
5
6
7
8
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)