SCHarmD:

-------------------------------------------------------------------------------
   Generate a series of sine and cosine harmonics of the arguments
-------------------------------------------------------------------------------
   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:

Common: Math/SCHarm