SCHarmD:

--------------------------------------------------------------------------
   Generate a series of sine and cosine harmonics of the arguments

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [s, c] = SCHarmD( a, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                  Column vector (m,1) argument (deg)
   n                  Number of harmonics

   -------
   Outputs
   -------
   s                  Vector of sine harmonics
   c                  Vector of cosine harmonics

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

Children:

Math: Analysis/SCHarm