design
Design prototype antenna or arrays for resonance around specified frequency
Syntax
Description
designs an array of elements for operation at the specified frequency. The
spacing between elements is half a wavelength, if possible. If the object cannot
achieve half-wavelength spacing, it uses the element size to calculate the
separation between elements and evenly distributes the elements on a sphere with
a radius proportional to the largest element in
harray
= design(array
,frequency
,elements
)element
.
designs a conformal array of dipole and bowtie elements at the specified
frequency. The object places the elements in the locations specified by the
default harray
= design(conformalarray
,frequency
)conformalArray
object. If the
object cannot place elements at the specified positions due to the intersection
of elements, it uses the element size to calculate the spacing between elements
and distributes the elements on a sphere with a radius proportional to the
largest element in the Elements
property of the
conformalArray
object.
designs a conformal array of the 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 the specified elements at the specified frequency.harray
= design(infinitearray
,frequency
,elements
)
Note
Antennas or arrays that you design with the
design
function resonate around the design frequency with an error tolerance of 10–15%. To reduce this tolerance and optimize your antenna or array design, use theoptimize
function.The
desgin
function uses air as its default substrate.
creates a plane-wave excitation environment and calculates the required
orientation and polarization of the receiver antenna element to capture the
maximum power from the incident plane-wave at the specified frequency.ha
= design(planewaveexcitation
,frequency
)
creates a plane-wave excitation environment with the receiver antenna element
orientation ha
= design(planewaveexcitation
,frequency
,direction
)direction
and calculates the required
polarization of this antenna to capture the maximum power from the incident
plane-wave at the specified frequency.
Examples
Input Arguments
Output Arguments
Tips
Use the
mesh
function to refine your antenna or array prototypes.
Version History
Introduced in R2016b