getTaper
System object: phased.URA
Package: phased
Array element tapers
Syntax
wts = getTaper(h)
Description
returns
the tapers, wts
= getTaper(h
)wts
, applied to each element of the
phased uniform rectangular array (URA), h
. Tapers
are often referred to as weights.
Input Arguments
h
— Uniform rectangular array
phased.URA
System object™
Uniform rectangular array specified as aphased.URA
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, where N is the number of elements in the array.
Examples
Create Tapered URA
Construct a 5-by-2 element URA with a Taylor window taper along each column. Then, draw the array showing the element taper shading.
taper = taylorwin(5);
array = phased.URA([5,2],'Taper',[taper,taper]);
w = getTaper(array)
w = 10×1
0.5181
1.2029
1.5581
1.2029
0.5181
0.5181
1.2029
1.5581
1.2029
0.5181
viewArray(array,'ShowTaper',true)
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 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)