getTaper
System object: phased.HeterogeneousURA
Namespace: phased
Array element tapers
Syntax
wts = getTaper(h)
Description
returns
the tapers, wts
= getTaper(h
)wts
, applied to each element of the
phased heterogeneous uniform rectangular array (URA), h
.
Tapers are often referred to as weights.
Input Arguments
h
— Uniform rectangular array
phased.HeterogeneousURA
System object™
Uniform rectangular array specified as a phased.HeterogeneousURA
System object.
Output Arguments
wts
— Array element tapers
N-by-1 complex-valued vector
Array element tapers returned as an N-by-1, complex-valued vector. The dimension N is the number of elements in the array. The array tapers are returned in the same order as the element indices. The element indices of a URA run down each column, then to the top of the next column to the right.
Examples
Heterogeneous URA Array Element Tapering
Construct a 2-by-5 element heterogeneous URA with a Taylor window taper along each row. Then, show the array with the element taper shading.
antenna1 = phased.ShortDipoleAntennaElement('FrequencyRange',[100e6 1e9], ... 'AxisDirection','Z'); antenna2 = phased.ShortDipoleAntennaElement('FrequencyRange',[100e6 1e9], ... 'AxisDirection','Y'); array = phased.HeterogeneousURA('ElementSet',{antenna1,antenna2},... 'ElementIndices',[1 2 2 2 1 ; 1 2 2 2 1],... 'Taper',[taylorwin(5)';taylorwin(5)']); w = getTaper(array)
w = 10×1
0.5181
0.5181
1.2029
1.2029
1.5581
1.5581
1.2029
1.2029
0.5181
0.5181
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
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)