summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.39/ex2_39.sce
blob: 7df8b80282f5184cb2edeaf5ab5c8516d334c2e7 (plain)
1
2
3
4
5
6
7
8
//chapter 2
//Aemax=Gdmax*lamda^2/4*pi;
printf("\n");
Aemax=0.13;//assume lamda=1 for half wave dipole
Gdmax=4*(%pi)*Aemax;
printf("the maximum directive gain is %g",Gdmax);
Gdmaxdb=10*log10(Gdmax);
printf("\nthe maximum directive gian in db is %gdb",Gdmaxdb);