SCSeries:
-------------------------------------------------------------------------------
Compute a series a + sum(bn sin(n wo t)) + sum(cn cos(n wo t))
-------------------------------------------------------------------------------
Form:
x = SCSeries( t, nSin, nCos, wo, y )
-------------------------------------------------------------------------------
------
Inputs
------
t Points at which data taken
nSin Number of sine terms
nCos Number of cosine terms
wo Fundamental frequency
y Data
-------
Outputs
-------
x [constant;sine terms;cosine terms]
-------------------------------------------------------------------------------
Children:
Common: Math/CHarm
Common: Math/SCHarm
Common: Math/SHarm