[lat,pol] = sph2horpolar(azi,ele)
azi | azimuth in deg |
ele | elevation in deg |
lat | lateral angle in deg, [-90 deg, +90 deg] |
pol | polar angle in deg, [-90 deg, 270 deg] |
sph2horpolar(...) converts spherical coordinates (azimuth and elevation angles) into the coordinates of the horizontal-polar system (lateral and polar angles).