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 whether this VI sets the approximation coefficients or detail coefficients. The default is Approximation coefficients.

  • c1di32.png IWT coef

    IWT coef specifies the approximation coefficients and the detail coefficients from the multi-level integer wavelet transform (IWT). You must organize the coefficients into a 1D integer array starting with the approximation coefficients at the largest level followed by the detail coefficients at all levels in descending order.

  • c1di32.png length

    length specifies, in a 1D array, the number of approximation and detail coefficients at each level. At a decomposition level of N, length is equal to N+2. The first element of length always is equal to the number of approximation coefficients. The last element of length indicates the total number of raw data samples. You must arrange the length of the detail coefficients in descending order.

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

  • c1di32.png new IWT coef

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

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

  • i1di32.png length out

    length out returns length unchanged.

  • ierrcodeclst.png error out

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