Computes the multi-level inverse undecimated wavelet transform (UWT) and returns the reconstructed signal from the approximation coefficients and the detail coefficients. Wire data to the UWT coef input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • c1dcclst.png UWT coef

    UWT coef specifies the approximation coefficients and the detail coefficients for the multi-level inverse undecimated wavelet transform (UWT). Each element of the array contains the 2D UWT results of one level. The ith element stores the approximation coefficients and the detail coefficients at level i+1.

  • c2ddbl.png low_low

    low_low specifies the approximation coefficients from the lowpass analysis filtering on each row and each column. The low_low coefficients are a low-resolution approximation of the original 2D signal.

  • c2ddbl.png low_high

    low_high specifies the detail coefficients from the lowpass analysis filtering on each row and the highpass analysis filtering on each column. The high-frequency signal along the column direction influences the low_high coefficients.

  • c2ddbl.png high_low

    high_low specifies the detail coefficients from the highpass analysis filtering on each row and the lowpass analysis filtering on each column. The high-frequency signal along the row direction influences the high_low coefficients.

  • c2ddbl.png high_high

    high_high specifies the detail coefficients from the highpass analysis filtering on each row and each column. The high-frequency signal along the diagonal direction influences the high_high coefficients.

  • cu16.png wavelet

    wavelet specifies the wavelet type of the discrete wavelet analysis. The default is db02. wavelet must be the same type as the wavelet type you selected in the WA Undecimated Wavelet Transform VI to compute UWT coef. If you used the analysis filters input of the WA Undecimated Wavelet Transform VI to specify wavelet, ignore this input and use the synthesis filters input of this VI to specify the synthesis filters of the wavelet.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ccclst.png synthesis filters

    synthesis filters specifies the coefficients of the lowpass synthesis filters and the highpass synthesis filters for the wavelet you specify. If you specify a value for synthesis filters, this VI ignores the settings in the wavelet input. You can use the Wavelet Design Express VI to design the analysis filters and the corresponding synthesis filters.

  • c1ddbl.png lowpass

    lowpass specifies the coefficients of the lowpass synthesis filter, which this VI uses to filter the interpolated approximation coefficients in the wavelet reconstruction.

  • c1ddbl.png highpass

    highpass specifies the coefficients of the highpass synthesis filter, which this VI uses to filter the interpolated detail coefficients in the wavelet reconstruction.

  • i2ddbl.png signal

    signal returns the reconstructed signal.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following VIs for examples of using the WA Inverse Undecimated Wavelet Transform VI:

    • Undecimated Image Decomposition and Reconstruction (UWT) VI: labview\examples\Wavelet Analysis\WAGettingStarted
    • Undecimated Signal Decomposition and Reconstruction (UWT) VI: labview\examples\Wavelet Analysis\WAGettingStarted