1 2 3 4 5 6 7
//chapter 7 printf("\n"); D=2500; h=200; fcr=5*10^6; fmuf=fcr*sqrt(1+(D/(2*h))^2); printf("the maximum usable frequency is %gHz",fmuf);