patternFromAI
Reconstruct 3-D radiation pattern of antenna or array from two orthogonal pattern slices using artificial intelligence (AI) based methods
Since R2024a
Syntax
Description
Note
To use the patternFromAI
function, you need a license for the
Deep Learning Toolbox™ in addition to the Antenna Toolbox™.
patternFromAI(
plots the approximate 3-D radiation pattern reconstructed from the magnitude and angle data
of input orthogonal slices magVertSlice
, angleVertSlice
, magHorizSlice
, angleHorizSlice
)vertslice
and
horizSlice
.
[
returns the reconstructed pattern as a matrix along with the vectors of the horizontal and
vertical angle values in degrees. For the matrix p3D
, vertAngleOut
, horizAngleOut
] = patternFromAI(___)p3D
, the number of
rows/columns correspond to the number of elements of vertAngleOut
/
horizAngleOut
.
[___] = patternFromAI(___,Name=Value)
provides a way to specify customization and tuning options, such as the angle convention,
additional minimum and maximum magnitudes for slice normalization, and pattern plot options
using one or more Name-Value Arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a