Sets approximation or detail integer wavelet transform (IWT) coefficients at a specific level. Use the WA Integer Wavelet Transform VI to compute the IWT. Use the WA Get Coefficients of Integer Wavelet Transform VI to obtain the IWT coefficients.


icon

Inputs/Outputs

  • cu16.png coef type

    coef type specifies the coefficient type this VI sets.

  • c1dcclst.png IWT coef

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

  • c2di32.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.

  • c2di32.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.

  • c2di32.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.

  • c2di32.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.

  • ci32.png coef level

    coef level specifies the coefficient level this VI sets. The coef level must be between 1 and the largest level of the coefficients. The levels in the WA Integer Wavelet Transform VI specifies the largest level of the coefficients. The default is 1, which means this VI sets the coefficients at level 1.

  • cerrcodeclst.png error in (no error)

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

  • c2di32.png new IWT coef

    new IWT coef specifies the integer wavelet transform (IWT) coefficients to set.

  • i1dcclst.png IWT coef out

    IWT coef out returns the integer wavelet transform (IWT) coefficients set to new IWT coef at the coef type and coef level.

  • i2di32.png low_low out

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

  • i2di32.png low_high out

    low_high out returns 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 out coefficients.

  • i2di32.png high_low out

    high_low out returns 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 out coefficients.

  • i2di32.png high_high out

    high_high out returns 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 out coefficients.

  • ierrcodeclst.png error out

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