Clear Filters
Clear Filters

Non-standard spherical coordinates conversion

2 views (last 30 days)
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 Comments
the cyclist
the cyclist on 8 Mar 2023
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 on 9 Mar 2023
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.

Sign in to comment.

Answers (0)

Categories

Find more on Automotive in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!