blob: 5a71b56bbe7fcee224070e58d7d2a5a316392c75 (
plain)
1
2
3
4
5
6
7
8
|
clc
//Chapter9
//Example9.1, page no 397
//Given
D=90// directivity
lambda=2// wavelength
Ae=(D*(lambda^2))/(4*%pi)//effective aperture
mprintf('The maximum effective aperture of the\n aerial is %f sq m',Ae)
|