
Why can't I use antenna array designer to make a line array with LPDA as elements? There is that option, but I can't use it
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

0 Kommentare
Antworten (1)
Abhinav Aravindan
am 18 Okt. 2024
Bearbeitet: Abhinav Aravindan
am 18 Okt. 2024
Hi Qin,
It seems that antennas which are greyed out in the “Antenna Array Designer App” like LPDA are edge-fed antennas for which arrays are not supported and hence is disabled.
As an alternative, you may try utilizing “Conformal Array” to design a LPDA Antenna Array as follows:
ca = conformalArray;
ant = lpda;
ca.Element{1} = ant;
ca.Element{2} = ant;
show(ca);

Please find below the related documentation links for your reference:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Antenna and Array Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!