Clear Filters
Clear Filters

using antenna element designed from Antenna Toolbox in Phased Array Toolbox

5 views (last 30 days)
Once I designed an antenna element using Antenna Toolbox, how to input the designed element in a phased array?

Accepted Answer

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

More Answers (1)

Chen
Chen on 6 Jan 2018
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 Comments
Honglei Chen
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
Chen
Chen on 9 Jan 2018
Do you have an example to use Antenna Toolbox design element results in Phased.Array toolbox.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!