Path: AC/ACCoord
% Convert from the ECI frame to the NEH frame. This is the frame with x pointing north, y pointing east and U up from the earth's surface. This is not a right handed frame. Since version 2 (ACT) -------------------------------------------------------------------------- Form: rNEH = RNEH( r, units ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,1) Position vector (m) units (1,:) Units ------- Outputs ------- rNEH (3,1) [N;E;H] -------------------------------------------------------------------------- Reference: Stevens, B.L., Lewis, F.L. , Aircraft Control and Simulation, John Wiley & Sons, 1992, p. 36. --------------------------------------------------------------------------
AC: ACCoord/ECIToNED Common: Transform/Altitude
Back to the AC Module page