blob: a4ffd99607762e2aa2ae07e07f8031df6b5382c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
clc
//Chapter9
//Example9.7, pageno 400
//Given
//b
n=10// no of aerial elements
lambda_d=2//
BeamWidth=2*lambda_d/n// Beamwidth
mprintf('The angular width is %f degrees',BeamWidth)
|