bandwidth
Syntax
Description
bandwidth(
marks the bandwidth on the S11 plot of the antenna or array in the
specified frequency range using additional options specified by one or more Name-Value Arguments.object
,frequency
,Name=Value
)
calculates and returns the absolute bandwidths absBW
= bandwidth(object
,frequency
,Name=Value
)absBW
of the specified
antenna or array at each resonant frequency using additional options specified by one or
more Name-Value Arguments.
[
calculates and returns the absolute bandwidths absBW
,fRES
,fL
,fU
,S
] = bandwidth(object
,frequency
)absBW
at each resonant
frequency in fRES
, and the lower (fL
) and upper
(fU
) bounds for the specified antenna or array.
absBW
and fRES
are empty if no bandwidth or
resonant frequency is detected within the specified frequency range.
absBW
and fRES
are vectors when there are more
than one bandwidths. S
is a vector of all the
S11 values across the specified frequency range.
[
calculates and returns the absolute bandwidths absBW
,fRES
,fL
,fU
,S
] = bandwidth(object
,frequency
,Name=Value
)absBW
at each resonant
frequency in fRES
, and the lower (fL
) and upper
(fU
) bounds for the specified antenna or array using additional
options specified by one or more Name-Value Arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a