Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

WA Inverse Integer Wavelet Transform VI

Owning Palette: Discrete Wavelet VIs

Installed With: Advanced Signal Processing Toolkit

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

Examples

Use the pull-down menu to select an instance of this VI.

WA Inverse 1D Integer Wavelet Transform

extension specifies the method to use to pad data at the borders of the approximation coefficients and the detail coefficients before each iteration of the lifting scheme. The default is periodic. The coefficient extension is essential for reconstructing the entire signal. When you select the extension method, make the transition between the input signal and the padded data as smooth as possible because a smooth transition generates fewer large detail coefficients and enhances the efficiency of the signal representation.
0zero padding—Uses zeroes to pad the input data. Watch for abrupt transitions between the padded zeroes and the input data, which causes large artifacts near the transition.
1symmetric—Uses replications of the input data to pad the data, except that the VI left-flips the block at the input and right-flips the block at the end.
2periodic—Adds a replication of the input data block before and another replication after the input data block to pad the data.
IWT coef specifies the approximation coefficients and the detail coefficients for the multi-level inverse integer wavelet transform. 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.
length specifies the length of the approximation coefficients, the detail coefficients, and the signal. You must organize length into a 1D array starting with the length of the approximation coefficients at the largest level, the length of the detail coefficients at all levels in descending order, and the length of the signal.
wavelet specifies the wavelet type of the integer wavelet analysis. The default is Haar. wavelet must be the same type as the wavelet type you selected in the WA Integer Wavelet Transform VI to compute IWT coef.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
signal contains the reconstructed integer signal.
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

WA Inverse 2D Integer Wavelet Transform

extension specifies the method to use to pad data at the borders of the approximation coefficients and the detail coefficients before each iteration of the lifting scheme. The default is periodic. The coefficient extension is essential for reconstructing the entire signal. When you select the extension method, make the transition between the input signal and the padded data as smooth as possible because a smooth transition generates fewer large detail coefficients and enhances the efficiency of the signal representation.
0zero padding—Uses zeroes to pad the input data. Watch for abrupt transitions between the padded zeroes and the input data, which causes large artifacts near the transition.
1symmetric—Uses replications of the input data to pad the data, except that the VI left-flips the block at the input and right-flips the block at the end.
2periodic—Adds a replication of the input data block before and another replication after the input data block to pad the data.
IWT coef specifies the approximation coefficients and the detail coefficients for the multi-level inverse integer wavelet transform. 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.
low_low specifies the coefficients that are a low-resolution approximation of the original 2D signal.
low_high specifies the low_high coefficients. The high-frequency signal along the column direction influences the low_high coefficients.
high_low specifies the high_low coefficients. The high-frequency signal along the row direction influences the high_low coefficients.
high_high specifies the high_high coefficients. The high-frequency signal along the diagonal direction influences the high_high coefficients.
wavelet specifies the wavelet type of the integer wavelet analysis. The default is Haar. wavelet must be the same type as the wavelet type you selected in the WA Integer Wavelet Transform VI to compute IWT coef.
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
signal contains the reconstructed integer signal.
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

Examples

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

  • Lossless Medical Image Compression VI: labview\examples\Wavelet Analysis\WAApplications.llb
  • Integer Wavelet Transform on Image VI: labview\examples\Wavelet Analysis\WAGettingStarted.llb
  • Integer Wavelet Transform on 1D Signal VI: labview\examples\Wavelet Analysis\WAGettingStarted.llb

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit