NormalizationMatrix:

Path: Orbit/GravityModels

% Generate a normalization matrix for spherical harmonics
 c unnormalized * f = c normalized
 s unnormalized * f = s normalized
 p normalized   = p unnormalized / fp
--------------------------------------------------------------------------
   Form:
   [f,fp] = NormalizationMatrix( nN, nM )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nN	(1,1)  Rows
   nM 	(1,1)  Columns

   -------
   Outputs
   -------
   f	 (nN,mM)   State derivatives 
   fp (1,nM)    Coefficients for p (zonal terms)

--------------------------------------------------------------------------
   See also UnnormalizeGravity
--------------------------------------------------------------------------

Children:

Common: General/DispWithTitle

Back to the Orbit Module page