Replicated.subarrays with taper
Mostra commenti meno recenti
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.

Risposte (1)
Honglei Chen
il 15 Gen 2019
0 voti
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 Commento
Categorie
Scopri di più su Array Geometries and Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
