Replicated.subarrays with taper
Ältere Kommentare anzeigen
I have the phased array antenna that consists of three subarrays and each subarray has 4x4 elements as below for example.
Accoding to some examples by mathworks, it can be placed using 'phased.ReplicatedSubarray'.
And taper(chebwin or tylorwin) can be used on subarray having 4x4 elements.
However, I could not fine proper example on this website so that the 4x12 taper as below works on full array antenna.
taper = repmat((chebwin(12,30)'),[4 1]);
taperedArray.Taper = taper;
Let me know how to use a taper on 3x(4x4) of the full array.

Antworten (1)
Honglei Chen
am 15 Jan. 2019
0 Stimmen
If you want to apply taper on the entire aperture, it might be easier to use the phased.PartitionedArray interface. You can then divide the aperture into subarrays.
HTH
1 Kommentar
Kategorien
Mehr zu Array Geometries and Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
