Operator RECOMPOS
                                             DATE     94/01/10

    Procédure RECOMPOS                         See also:DECOMPOS 
    ------------------                                  MULTIREC 


    N2 EVOL1_SIGN =RECOMPOS EVOL2_RESI EVOL3_DECO (TAB1);


    Description :
    -------------

    The RECOMPOS procedure enables the recomposition EVOL1_SIGN 
    (including one curve) of a signal whose orthogonal wavelet
    decomposition EVOL3_DECO (including N1 curves) and residue
    EVOL2_RESI (including one curve) are known. The N2 integer 
    indicates the number of levels of recomposition that are
    actually reached.  

    The RECOMPOS procedure uses the MULTIREC procedure.

    Options :
    ---------

    The significant contents of TAB1 are the following :

    index  pointed object    comments
                type


     LREC   ENTIER       allows the number of requested levels of
                         recomposition to be specified. By default
                         it equals the maximum, i.e. N1.

     FORC   LOGIQUE      allows the recomposition to be forced
                         according to LREC beyond N1 by adding null
                         levels. The default is FAUX (not permitted).

     BORD   MOT          specifies the boundary conditions for the
                         correlation calculation : 'SYME'(trical) or
                         zero 'PADD'(ing). The default is 'SYME'.

     TYPE   MOT          allows the type of orthogonal wavelet to be
                         specified: 'MALL'(at) or 'DAUB'echie.
                         The default is 'MALL'.

     TINI   FLOTTANT     allows a lower boundary for signal
                         reconstruction to be specified.

     TFIN   FLOTTANT     allows an upper boundary for signal
                         reconstruction to be specified.