using antenna element designed from Antenna Toolbox in Phased Array Toolbox
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?
0 Commenti
Risposta accettata
Honglei Chen
il 5 Gen 2018
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH
0 Commenti
Più risposte (1)
Chen
il 6 Gen 2018
2 Commenti
Honglei Chen
il 8 Gen 2018
Yes, in that case you can use Antenna Toolbox to compute the pattern and assign it to a CustomAntennaElement.
HTH
Vedere anche
Categorie
Scopri di più su Antennas, Microphones, and Sonar Transducers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!