MAXPROPS is the jWavelet module of jLab.

 MAXPROPS  Returns properties of wavelet transform maxima.
 
    This function is part of 'element analysis' described in Lilly (2017), 
    "Element analysis: a wavelet-based method for analyzing time-localized
    events in noisy time series", available at www.jmlilly.net.
 
    [C,RHO,FRHO]=MAXPROPS(WW,FF,GAMMA,BETA,MU) returns estimated signal
    properties as inferred from values of the wavelet the transfrom maxima.
 
    A signal believed to consist of rescaled versions of a (GAMMA,MU)
    generalized Morse wavelet is transformed with a (GAMMA,BETA) wavelet 
    at frequency levels FS, as output by WAVETRANS.  The transform maxima
    have values WW and scale frequencies FF, as output by TRANSMAX.
    
    C is the estimated complex-valued coefficients of the (GAMMA,MU)
    wavelets that are taken to correspond to these maxima, RHO are their
    scales, and FRHO are their scale frequencies.
 
    The output fields are all arrays having the same length as WW and FF.
 
    For details, see Lilly (2017).
 
    See also TRANSMAX, ISOMAX, MAX2EDDY.
 
    Usage: [C,rho,frho]=maxprops(ww,ff,ga,be,mu);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2017 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index