summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.18/ex2_18.sce
blob: 02aa846e871d6b3e0e0fb8b10fdfacb8b725ca53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//chapter 2
//for half wave dipole
//on applying kvl
printf("\n");
Im=0.0768;
Rrad=73;
r=10^4;
Prad=0.5*Rrad*Im^2;//Rrad=73 for half wave dipole
printf("the radiated power is %gW",Prad);
Gd=1.6405//on taking antilog of Gd(in db)
E4=Prad/(4*(%pi)*r^2);
E3=1.6405*E4;
E2=E3*240*(%pi);
printf("\n%g",E2);
E=sqrt(E2);
printf("\nthe field value is %gV/m",E);