Main Content

vivaldiAntipodal

Create an antipodal Vivaldi element

Since R2020a

Description

The vivaldiAntipodal object creates an antipodal Vivaldi element. Antipodal Vivaldi come under the group of end-fire tapered slot antennas, and such antennas are expected to provide medium gain with less side lobes and wide bandwidth. These antennas are low cost, geometrically simple in shape, and mostly used in wireless communications and radar applications.

Default view of a antipodal vivaldi antenna element showing the antenna parameters and the feed location.

Creation

Description

ant = vivaldiAntipodal creates an antipodal Vivaldi object. By default, the antenna is centered at the origin and the dimension are chosen for an operating frequency of 3.22 GHz.

example

ant = vivaldiAntipodal(Name,Value) sets properties using one or more name-value pairs. For example, aviv = vivaldiAntipodal('BoardLength',0.2) creates a antipodal Vivaldi with a board length of 0.2 m.

Note

Properties you do not specify retain their default values.

Properties

expand all

Length of the PCB, specified as a scalar in meter.

Example: 'BoardLength',2e-3

Width of the PCB, specified as a scalar in meter.

Example: 'BoardWidth',2e-3

Height of the PCB, specified as a scalar in meter.

Example: 'Height',1e-6

Opening rate of taper, specified as a scalar. This property determines the rate at which the notch transitions from the feedpoint to the aperture. Minimum value of OpeningRate is 1 and maximum value of is 80.

Example: 'OpeningRate',1.2

Data Types: double

Taper length at antenna's inner edge, specified as a scalar in meters.

Example: 'InnerTaperLength',2e-3

Taper length at antenna's outer edge, specified as a scalar in meter.

Example: 'OuterTaperLength',2e-3

Width of the aperture, specified as a scalar in meters.

Example: 'ApertureWidth',3e-3

Width of the strip used at feedpoint, specified as a scalar in meters.

Example: 'StripLineWidth',0.3

Data Types: double

Ground plane width, specified a scalar in meters. By default, ground plane width is measured along the y-axis.

Example: 'GroundPlaneWidth',4

Data Types: double

Type of dielectric material used as a substrate, specified as an dielectric object. For more information, see dielectric. For more information on dielectric substrate meshing, see Meshing. By default, the dielectric is Rogers RO4003C with EpsilonR of 3.38, LossTangent of 0.0027, and Thickness of 0.000508

Example: ant= vivaldiAntipodal('Substrate',dielectric('Name','RO4003C','EpsilonR',3.38,'LossTangent',0.0027,'Thickness',0.6e-3))

Type of the metal used as a conductor, specified as a metal material object. You can choose any metal from the MetalCatalog or specify a metal of your choice. For more information, see metal. For more information on metal conductor meshing, see Meshing.

Example: m = metal('Copper'); 'Conductor',m

Example: m = metal('Copper'); ant.Conductor = m

Tilt angle of the antenna in degrees, specified as a scalar or vector. For more information, see Rotate Antennas and Arrays.

Example: 90

Example: Tilt=[90 90],TiltAxis=[0 1 0;0 1 1] tilts the antenna at 90 degrees about the two axes defined by the vectors.

Data Types: double

Tilt axis of the antenna, specified as one of these values:

  • Three-element vector of Cartesian coordinates in meters. In this case, each coordinate in the vector starts at the origin and lies along the specified points on the x-, y-, and z-axes.

  • Two points in space, specified as a 2-by-3 matrix corresponding to two three-element vectors of Cartesian coordinates. In this case, the antenna rotates around the line joining the two points.

  • "x", "y", or "z" to describe a rotation about the x-, y-, or z-axis, respectively.

For more information, see Rotate Antennas and Arrays.

Example: [0 1 0]

Example: [0 0 0;0 1 0]

Example: "Z"

Data Types: double | string

Lumped elements added to the antenna feed, specified as a lumped element object. You can add a load anywhere on the surface of the antenna. By default, the load is at the feed. For more information, see lumpedElement.

Example: 'Load',lumpedelement. lumpedelement is the object for the load created using lumpedElement.

Example: avi.Load = lumpedElement('Impedance',75)

Object Functions

showDisplay antenna, array structures, shapes, or platform
impedanceInput impedance of antenna or scan impedance of array
sparametersCalculate S-parameters for antennas and antenna arrays
rcsCalculate and plot radar cross section (RCS) of platform, antenna, or array
returnLossReturn loss of antenna or scan return loss of array
vswrVoltage standing wave ratio (VSWR) of antenna or array element
optimizeOptimize antenna or array using SADEA optimizer
patternPlot radiation pattern and phase of antenna or array or embedded pattern of antenna element in array
patternAzimuthAzimuth plane radiation pattern of antenna or array
patternElevationElevation plane radiation pattern of antenna or array
axialRatioAxial ratio of antenna
beamwidthBeamwidth of antenna
chargeCharge distribution on antenna or array surface
currentCurrent distribution on antenna or array surface
efficiencyRadiation efficiency of antenna
EHfieldsElectric and magnetic fields of antennas or embedded electric and magnetic fields of antenna element in arrays
meshMesh properties of metal, dielectric antenna, or array structure
designDesign prototype antenna or arrays for resonance around specified frequency or create AI-based antenna from antenna catalog objects

Examples

collapse all

Create an antipodal Vivaldi antenna object with the specified properties.

avi = vivaldiAntipodal("OpeningRate",30,'Substrate',dielectric('Name','RO4003C','EpsilonR',3.38,'LossTangent',0.0027,...
            'Thickness',0.508e-3))
avi = 
  vivaldiAntipodal with properties:

         BoardLength: 0.2020
          BoardWidth: 0.1200
              Height: 5.0800e-04
         OpeningRate: 30
      StripLineWidth: 0.0011
    OuterTaperLength: 0.0800
    InnerTaperLength: 0.1870
       ApertureWidth: 0.0840
    GroundPlaneWidth: 0.0500
           Substrate: [1x1 dielectric]
           Conductor: [1x1 metal]
                Tilt: 0
            TiltAxis: [1 0 0]
                Load: [1x1 lumpedElement]

View the antenna.

show(avi)

Figure contains an axes object. The axes object with title vivaldiAntipodal antenna element, xlabel x (mm), ylabel y (mm) contains 5 objects of type patch, surface. These objects represent PEC, feed, RO4003C.

Plot the radiation pattern of the antipodal Vivaldi antenna at 3 GHz

avi=vivaldiAntipodal("OpeningRate",30,'Substrate',dielectric('Name','RO4003C','EpsilonR',3.38,'LossTangent',0.0027,...
'Thickness',0.508e-3))
avi = 
  vivaldiAntipodal with properties:

         BoardLength: 0.2020
          BoardWidth: 0.1200
              Height: 5.0800e-04
         OpeningRate: 30
      StripLineWidth: 0.0011
    OuterTaperLength: 0.0800
    InnerTaperLength: 0.1870
       ApertureWidth: 0.0840
    GroundPlaneWidth: 0.0500
           Substrate: [1x1 dielectric]
           Conductor: [1x1 metal]
                Tilt: 0
            TiltAxis: [1 0 0]
                Load: [1x1 lumpedElement]

pattern(avi,3e9)

Figure contains an axes object and other objects of type uicontrol. The axes object contains 5 objects of type patch, surface. This object represents RO4003C.

References

[1] Balanis, C.A. Antenna Theory. Analysis and Design, 3rd Ed. New York: Wiley, 2005.

Version History

Introduced in R2020a