MATLAB: How to obtain the gain of antenna from antenna pattern file at a particular elevation and azimuth angle.

antenna patternelevation and azmiuth angles

Hello,
I am trying to obtain a 3D antenna radiation gain pattern using antenna pattern file. The format for antenna pattern file usually is a set of elevation angles ( at 1 azimuth angle) and assosciated gain. And a set of azimuth angles( at 0 elevation angle) and assosciated gain. How do I combine / interpolate the two, to find the gain at any point in space defined by (elevation, azimuth) angle pair using MATLAB?
Any help will be appreciated. Thank you

Best Answer

if you are trying to reconstruct the full 3D pattern from two slices of the pattern. you may find the following example to be useful. this feature is availble in 19a.
https://www.mathworks.com/help/antenna/examples/3d-reconstruction-of-radiation-pattern-from-2d-orthogonal-slices.html
Related Question