Create a patch microstrip antenna using a substrate with a relative permittivity of 2.70, a loss tangent of 0.002 and a thickness of 0.0008 m. View the antenna.
t = dielectric('Name','Taconic_TLC','EpsilonR',2.70,'LossTangent',0.002,...'Thickness',0.0008);
p = patchMicrostrip('Height',0.0008,'Substrate',t)
material — Material from dielectric catalog 'Air' (default)
Material from the dielectric catalog, specified as one of the
values from the DielectricCatalog.
Example: 'FR4'
Data Types: char
Name-Value Pair Arguments
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'Name','Air'
'Name' — Name of dielectric material character vector
Name of the dielectric material you want to specify in the output,
specified as the comma-separated pair consisting of
'Name' and a character vector.
Example: 'Name','Taconic_TLC'
Data Types: char
'EpsilonR' — Relative permittivity of dielectric material 1 | vector
Relative permittivity of the dielectric material, specified as the
comma-separated pair consisting of 'EpsilonR' and
vector.
Example: 'EpsilonR',4.8000
Data Types: double
'LossTangent' — Loss in dielectric material 0 (default) | vector
Loss in the dielectric material, specified as the comma-separated pair
consisting of 'LossTangent' and vector.
Example: 'LossTangent',0.0260
Data Types: double
Note
In Antenna Toolbox™, the upper limit to loss tangent value is 0.03.
'Thickness' — Thickness of dielectric material 0.0060 (default) | vector in meters
Thickness of the dielectric material along default z-axis, specified
as the comma-separated pair consisting of 'Thickness'
and vector in meters. This property applies only when you call the
function with no output arguments.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.