Design prototype antenna or arrays for resonance at specified frequency
designs an array of elements for operation at a specified
harray
= design(array
,frequency
,elements
)frequency
. The elements are separated by half-wavelength,
if possible. If you cannot achieve half-wavelength spacing, the element size is
used to calculate inter-element separation and the elements are evenly
distributed on a sphere radius proportional to the largest element in
element
.
designs a conformal array of dipole and bowtie elements at the specified
frequency. The elements are placed in the locations specified by default harray
= design(conformalarray
,frequency
)conformalArray
object. If the
required element positions cannot be achieved due to intersection of elements,
the element size is used to compute the inter element spacing and the elements
are evenly distributed on a sphere of radius proportional to the largest element
in the property Elements
.
designs a conformal array of specified elements at the specified
frequency.harray
= design(conformalarray
,frequency
,elements
)
designs an infinite array with a reflector element at the specified
frequency.harray
= design(infinitearray
,frequency
)
designs an infinite array of specified elements at the specified
frequency.harray
= design(infinitearray
,frequency
,elements
)