Method mfh/flscov


  FLSCOV.M - Tool to perform a least square fit in frequency domain.
 
  DESCRIPTION:
 
  CALL:
        >> pest_obj = flscov([mfh_0, mfh_1, ao_2 ..., mfh_N],pl)
 
        where the first object of the ao input array is considered to be
        the output data in the relation
 
                ao_0 = c_1 * mfh_1.eval() + c_2 * mfh_2.eval() + ... + c_N * mfh_N.eval()
 
        The c_i are the parameters to be estimated.
 
  PARAMETERS: - pest_obj:   pest object
              - mfh:        mfh object
              - pl:         plist
 
     EXAMPLE: - flscov(obj, plist( ... ))
 
 ParametersDescription
 
  DV & NK 2015
 
 
Method Details
Access public
Defining Class mfh
Sealed 0
Static 0



©LTP Team