using antenna element designed from Antenna Toolbox in Phased Array Toolbox
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?
0 commentaires
Réponse acceptée
Honglei Chen
le 5 Jan 2018
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH
0 commentaires
Plus de réponses (1)
Chen
le 6 Jan 2018
2 commentaires
Honglei Chen
le 8 Jan 2018
Yes, in that case you can use Antenna Toolbox to compute the pattern and assign it to a CustomAntennaElement.
HTH
Voir également
Catégories
En savoir plus sur Antennas, Microphones, and Sonar Transducers dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!