Rotate 3D Radiation Pattern

조회 수: 6 (최근 30일)
John Adams
John Adams 2022년 11월 3일
댓글: Matt J 2022년 11월 3일
Hi there,
I would like to rotate my radiation pattern. From this:
To this:
I can do the rotation by using the toolbox, by the following:
el = -90:90;
az = -180:180;
newax=roty(90);
pat = rotpat(Y,az,el,newax);
I can't use this toolbox, because I need to have the proper matrix that gives me a radiation pattern pointing towards that direction.
The radiation pattern matrix I would like to rotate has the following format: (181x361)
Any advice?
Thank you in advance.
  댓글 수: 2
KSSV
KSSV 2022년 11월 3일
Matt J
Matt J 2022년 11월 3일
because I need to have the proper matrix that gives me a radiation pattern pointing towards that direction.
What is "improper" about the matrix given as output by rotpat?

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

답변 (0개)

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by