using antenna element designed from Antenna Toolbox in Phased Array Toolbox
2 views (last 30 days)
Show older comments
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?
0 Comments
Accepted Answer
Honglei Chen
on 5 Jan 2018
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH
0 Comments
More Answers (1)
Chen
on 6 Jan 2018
2 Comments
Honglei Chen
on 8 Jan 2018
Yes, in that case you can use Antenna Toolbox to compute the pattern and assign it to a CustomAntennaElement.
HTH
See Also
Categories
Find more on Antennas, Microphones, and Sonar Transducers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!