reflectorGrid
Description
The reflectorGrid
object creates a grid reflector-backed antenna.
The grid reflector uses a grid of parallel wires or bars oriented in one direction. Grid
reflectors can be used as high-gain antennas in point-to-point communications.
Creation
Description
creates a grid
reflector-backed antenna. The default antenna object has an exciter as a dipole with the
feed point located at the origin on the X-Y plane, and the antenna dimensions are chosen
for an operating frequency of 1 GHz.ant
= reflectorGrid
creates a
grid reflector antenna, with additional Properties specified by one or
more name–value arguments. ant
= reflectorGrid(Name=Value)Name
is the property name and
Value
is the corresponding value. You can specify several
name-value arguments in any order as Name1
=
Value1
, ...
,
NameN
=ValueN
. Properties not specified retain
their default values.
For example, reflectorGrid(GroundPlaneWidth=0.6)
creates a grid
reflector with a width of 0.6 meters. You can specify multiple name-value pairs.
Properties
Object Functions
show | Display antenna, array structures or shapes |
impedance | Input impedance of antenna; scan impedance of array |
sparameters | Calculate S-parameter for antenna and antenna array objects |
returnLoss | Return loss of antenna; scan return loss of array |
vswr | Voltage standing wave ratio of antenna |
pattern | Radiation pattern and phase of antenna or array; Embedded pattern of antenna element in array |
patternAzimuth | Azimuth pattern of antenna or array |
patternElevation | Elevation pattern of antenna or array |
axialRatio | Axial ratio of antenna |
beamwidth | Beamwidth of antenna |
current | Current distribution on antenna or array surface |
charge | Charge distribution on antenna or array surface |
efficiency | Radiation efficiency of antenna |
EHfields | Electric and magnetic fields of antennas; Embedded electric and magnetic fields of antenna element in arrays |
mesh | Mesh properties of metal, dielectric antenna, or array structure |
optimize | Optimize antenna or array using SADEA optimizer |
design | Design prototype antenna or arrays for resonance around specified frequency |
rcs | Calculate and plot radar cross section (RCS) of platform, antenna, or array |
numGridsToSpacing | Calculate grid spacing in grid for reflectorGrid
object |
Examples
References
[1] Balanis, Constantine A. Antenna Theory: Analysis and Design. 3rd ed. Hoboken, NJ: John Wiley, 2005.
Version History
Introduced in R2020b
See Also
reflector
| reflectorParabolic
| reflectorCorner
| reflectorCircular