MATLAB: Move phased.conformalArray phase reference center

phase reference center of arrayPhased Array System Toolbox

Once I use phased.conformalArray to create an array 1. where is the array phase reference center? 2. how to move the array phase reference center to any place I want, assuming plane waves incoming?

Best Answer

For a conformal array, you define the position of each element in an [x;y;z] format, then there is an implicit origin for these coordinates. If you want to move it, the best way in my opinion is to adjust the coordinates according to the new origin.
HTH