phased.SincAntennaElement
Description
The SincAntennaElement
System object™ models an antenna with a Sinc Response. A sinc antenna is
representative of a uniformly illuminated rectangular antenna. Sinc antenna patterns are often
used as an approximation for sector or array antennas. The sidelobes are –13.6 dB relative to
the main beam gain. The 0° azimuth and 0° elevation is considered to be the main response axis
of the antenna. When placed in a linear or a rectangular array, the main response axis is
aligned with the array normal.
To compute the response of the antenna element for specified directions:
Create the
phased.SincAntennaElement
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates
a sinc antenna System object, antenna
= phased.SincAntennaElementantenna
. This object models an antenna element whose
response is a sinc antenna, which is representative of a uniformly illuminated rectangular
antenna. The sidelobes are –13.6 dB relative to the main beam gain.
creates a sinc antenna object, antenna
= phased.SincAntennaElement(Name=Value
)antenna
, with each specified property
set to the specified value. You can specify multiple name-value arguments in any order.
For example, FrequencyRange=[1e6 1e9]
specifies that the antenna
operates in a frequency range from 1 MHz to 1 GHz.
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
More About
References
[1] Blake, Lamont V. Machine Plotting of Radar Vertical-Plane Coverage Diagrams. Naval Research Laboratory Report 7098, 1970.
Extended Capabilities
Version History
Introduced in R2021b