Method matrix/flscovSegments


  FLSCOVSEGMENTS - Tool to perform a least square fit in frequency domain
 
  DESCRIPTION: The function averages the different nosie segments. Segments
  are input as elements of matrix objects. A typical application is the
  parameter estimation over noise segments of different days. 
 
  CALL: 
        pest_obj = flscovSegments([m0, m1, m2 ..., mN],pl)
 
        where the first object (m0) of the input array is considered to be
        the output data in the realization 
 
                m0 = c_1 * m1 + c_2 * m2 + ... + c_N * mN
    
        The c_i are the parameters to be estimated.
 
  INPUTS:
              - m#:         matrix objects
              - pl:         plist
 
 
 ParametersDescription
 
  LF & DV & NK 2015
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class matrix
Sealed 0
Static 0



©LTP Team