using antenna element designed from Antenna Toolbox in Phased Array Toolbox
1 次查看(过去 30 天)
显示 更早的评论
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?
0 个评论
采纳的回答
Honglei Chen
2018-1-5
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH
0 个评论
更多回答(1 个)
Chen
2018-1-6
2 个评论
Honglei Chen
2018-1-8
Yes, in that case you can use Antenna Toolbox to compute the pattern and assign it to a CustomAntennaElement.
HTH
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!