Taylor n-bar line source array design
[a, dph] = taylornb(d, ph0, N, R, nbar)
element spacing in units of lambda
beam angle in degrees (broadside ph0=90)
number of array elements (even or odd)
relative sidelobe level in dB, (e.g. R = 30)
number of near sidelobes
row vector of array weights (steered toward ph0)
3-dB beamwidth in degrees
taylornb(d, ph0, N, R, nbar) performs Taylor n-bar line source array design. calculates the Taylor n-bar distribution zeros, maps them to the array zeros, and constructs the array polynomial using poly2
add sample pgm
This function uses the functions steer, poly2 and bwidth.