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!