# Created by Octave 3.8.0, Sat Feb 08 17:13:48 2014 CET <marco@GE-MATZERI-EU>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
fastlscomplex


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 640
 -- Function File: C = fastlscomplex
          (TIME,MAGNITUDE,MAXFREQ,NCOEFF,NOCTAVE)

     Return a series of least-squares transforms of a complex time
     series via a divide and conquer algorithm.  Each transform is
     minimized independently at each frequency, starting from MAXFREQ
     and descending over NCOEFF frequencies for each of NOCTAVE octaves.

     For each result, the complex result for a given frequency o defines
     the real and imaginary sinusoids which have the least distance to
     the data set: for a + bi, the matching sinusoids are a cos (ot) + b
     i sin (ot).

     See also: lscomplex, fastlsreal.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Return a series of least-squares transforms of a complex time series via
a divid





