using antenna element designed from Antenna Toolbox in Phased Array Toolbox
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?
0 Kommentare
Akzeptierte Antwort
Honglei Chen
am 5 Jan. 2018
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH
0 Kommentare
Weitere Antworten (1)
Chen
am 6 Jan. 2018
2 Kommentare
Honglei Chen
am 8 Jan. 2018
Yes, in that case you can use Antenna Toolbox to compute the pattern and assign it to a CustomAntennaElement.
HTH
Siehe auch
Kategorien
Mehr zu Antennas, Microphones, and Sonar Transducers 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!