isPolarizationCapable
System object: phased.HeterogeneousConformalArray
Package: phased
Polarization capability
Syntax
flag = isPolarizationCapable(h)
Description
returns
a Boolean value, flag
= isPolarizationCapable(h
)flag
, indicating whether the
array supports polarization. An array supports polarization if all
of its constituent sensor elements support polarization.
Input Arguments
h
— Conformal array
Conformal array specified as a phased.HeterogeneousConformalArray
System object™.
Output Arguments
flag
— Polarization-capability flag
Polarization-capability returned as a Boolean value true
if
the array supports polarization or false
if it
does not.
Examples
Conformal Heterogeneous Array Supports Polarization
Show that a disk heterogeneous conformal array of short-dipole antennas supports polarization.
antenna1 = phased.ShortDipoleAntennaElement(... 'FrequencyRange',[100e6 1e9],... 'AxisDirection','Z'); antenna2 = phased.ShortDipoleAntennaElement(... 'FrequencyRange',[100e6 1e9],... 'AxisDirection','Y'); elemAngles = ([0:5]*360/6); elemPosInner = 0.5*[zeros(size(elemAngles));... cosd(elemAngles); sind(elemAngles)]; elemPosOuter = [zeros(size(elemAngles));... cosd(elemAngles); sind(elemAngles)]; elemNorms = repmat([0;0],1,12); array = phased.HeterogeneousConformalArray(... 'ElementSet',{antenna1,antenna2},... 'ElementIndices',[1 1 1 1 1 1 2 2 2 2 2 2],... 'ElementPosition',[elemPosInner,elemPosOuter],... 'ElementNormal',elemNorms); viewArray(array)
isPolarizationCapable(array)
ans = logical
1
The returned value of 1 shows that this array supports polarization when used with a polarized antenna.
Open Example
You have a modified version of this example. Do you want to open this example with your edits?
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
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.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)