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?

채택된 답변

Honglei Chen
Honglei Chen 2018년 1월 5일
You can just do something like
ant = dipole;
antarray = phased.ULA('Element',ant);
HTH

추가 답변 (1개)

Chen
Chen 2018년 1월 6일
Thanks Honglei I know the way you suggested. For simple or easy antenna element this works will, as the element can be quickly calculated, every time an array is calculated.
For more complex element, for example: cavity backed spiral antenna, it is take long time to calculate antenna patterns (I think Antenna Toolbox mush use some electromagnetic solver, such as the method of moment). Is there way let me pre-calculate all the properties of the element that to be used in an 4 x 4 URA?
  댓글 수: 2
Honglei Chen
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
Chen
Chen 2018년 1월 9일
Do you have an example to use Antenna Toolbox design element results in Phased.Array toolbox.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by