t2pi EMTTOOL traveling

EMTTOOL >> EMTTOOL > taylornb

taylornb

Taylor n-bar line source array design

Calling Sequence

[a, dph] = taylornb(d, ph0, N, R, nbar)

Parameters

d

element spacing in units of lambda

ph0

beam angle in degrees (broadside ph0=90)

N

number of array elements (even or odd)

R

relative sidelobe level in dB, (e.g. R = 30)

nbar

number of near sidelobes

a

row vector of array weights (steered toward ph0)

dph

3-dB beamwidth in degrees

Description

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

Examples

add sample pgm

See Also

Author

Used Functions

This function uses the functions steer, poly2 and bwidth.

t2pi EMTTOOL traveling