Create corner reflector-backed antenna
Use the reflectorCorner
object to create a corner
reflector-backed antenna. By default, the exciter antenna is a dipole. The feedpoint of
the dipole is at the origin. The default dimensions are for an operating frequency of 1
GHz.
cornerreflector = reflectorCorner
creates a corner
reflector backed dipole antenna for an operating frequency of 1 GHz using
default values.
cornerreflector = reflectorCorner(Name,Value)
sets
properties using one or more name-value pairs. For example,
cornerreflector = reflectorCorner('CornerAngle',45)
creates a corner reflector-backed antenna with a corner angle of 45 degrees.
Enclose each property name in quotes.
show | Display antenna or array structure; display shape as filled patch |
axialRatio | Axial ratio of antenna |
beamwidth | Beamwidth of antenna |
charge | Charge distribution on metal or dielectric antenna or array surface |
current | Current distribution on metal or dielectric antenna or array surface |
design | Design prototype antenna or arrays for resonance at specified frequency |
EHfields | Electric and magnetic fields of antennas; Embedded electric and magnetic fields of antenna element in arrays |
impedance | Input impedance of antenna; scan impedance of array |
mesh | Mesh properties of metal or dielectric antenna or array structure |
meshconfig | Change mesh mode of antenna structure |
optimize | Optimize antenna or array using SADEA optimizer |
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 |
returnLoss | Return loss of antenna; scan return loss of array |
sparameters | S-parameter object |
vswr | Voltage standing wave ratio of antenna |