c09ddf computes the inverse one-dimensional multi-level maximal overlap discrete wavelet transform (MODWT). This routine reconstructs data from (possibly filtered or otherwise manipulated) wavelet transform coefficients calculated by
c09dcf from an original set of data. The initialization routine
c09aaf must be called first to set up the MODWT options.
c09ddf performs the inverse operation of
c09dcf. That is, given a set of wavelet coefficients computed by
c09dcf using a MODWT as set up by the initialization routine
c09aaf on a real array of length
,
c09ddf will reconstruct the data array
, for
, from which the coefficients were derived.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
The accuracy of the wavelet transform depends only on the floating-point operations used in the convolution and downsampling and should thus be close to machine precision.
Background information to multithreading can be found in the
Multithreading documentation.
None.