not able to use viewArray command for partioned ARRAY

조회 수: 6 (최근 30일)
PRAVEEN SARASWAT
PRAVEEN SARASWAT 2020년 6월 6일
numA = 16; % number antenna element in each subarray
numS = 4; % number of subarrays in an array
sLA = phased.ULA('NumElements',numA,'Element',p,'ElementSpacing', lambda/Spacing,...
'ArrayAxis','z','Taper', hamming(8));
tPA=phased.PartitionedArray('Array',sLA,'SubarraySelection',ones(numS,numA));
rPA=phased.PartitionedArray('Array',sLA,'SubarraySelection',ones(numS/2,numA/2));
viewArray(tPA)
viewArray(rPA)
I am trying to implement a patchMicrostrip Linear array into a partitioned array.
I am able to view linear array using viewArray command but it is not working at the time of partitioned array.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Windows에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by