필터 지우기
필터 지우기

Non-standard spherical coordinates conversion

조회 수: 2 (최근 30일)
Albert Zurita
Albert Zurita 2023년 3월 7일
댓글: David Goodmanson 2023년 3월 9일
Hi, I have imported antenna data from CST Microwave Studio, with theta and phi spherical coordinate vectors. However, I noticed the phi vector ranges from -180 to 180 and the theta vector from 0 to 179, which is not the standard spherical coordinate system where phi is [0 180] and theta [0 360]. Is there any conversion function implemented for different conventions?
As an example in my case: phi = -90 and theta = 0 corresponds to the negative X axis. In standard coordinates that point would be expressed by phi = 90 and theta = 180
  댓글 수: 5
the cyclist
the cyclist 2023년 3월 8일
I understand how you want the final coordinates to be. (You are calling this "standard", but the Wikipedia page acknowledges that there are multiple conventions used. There is no single standard.) But let's confirm:
  • phi denotes the polar angle, measured downward from the positive Z axis. It ranges from 0 to 180.
  • theta denotes the azimuthal angle, measured from the positive X axis, toward the positive Y axis.
  • 0 = pos X axis
  • 90 = pos Y axis
  • 180 = neg X axis
  • 270 = neg Y axis
I cannot figure out the coordinate system you are converting from, based on what you have stated. Can you use the same method I just did above, to describe the angles denoted by phi and theta?
David Goodmanson
David Goodmanson 2023년 3월 9일
Hi Albert,
given the ranges of the CST phi and theta, the only sensible concusion is that the CST theta is your phi (polar angle) and the CST phi is your theta (azimuthal angle). Since CST theta goes from 0 to 180, it's reasonable to conclude that that angle is measured down from the north pole, (+z axis usually). For CST phi, which goes from -180 to 180, it's likely that phi = 0 is the +x axis with positive azimuthal angle measured counterclockwise from there. All of this is very much one of the standard conventions, subject to verification that you may have to obtain in some way.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Automotive에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by