BHarm:

Path: SC/GOESRead

% Computes a sine/cosine harmonic series for the magnetic field.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   [b, bM, bErr] = BHarm( n, aS, file )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   n                (1,1)   Number of terms
   aS               (1,:)   Axis system:
                              'GEOC'  z North, x Zenith
                              'NASA'  y South  z Nadir  
                              Default is 'NASA' 
   file            (1,:)    GOES binary data file name (optional)

   -------
   Outputs
   -------
   b               (3,n)    Harmonic cofficients [bias sine cosine]
   bM              (3,n)    Magnitude harmonic cofficients [bias sine cosine]
   bErr            (3,1)    Error

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Math: Analysis/SCSeries
SC: GOESRead/BTrans
SC: GOESRead/LoadGOES

Back to the SC Module page