Language Reference |
WAVPRINT Call |
The WAVPRINT subroutine is used to display the information that is encoded in a wavelet decomposition.
The required input arguments are
specifies a wavelet decomposition that has been computed by using a call to the WAVFT subroutine.
specifies a scalar that indicates what information is to be displayed.
You can specify different optional arguments depending on the value of request:
displays information about the wavelet family used to perform the wavelet transform. No additional arguments need to be specified.
displays the detail coefficients by level. Valid syntax is
The optional arguments are as follows:
specifies the lowest level to be displayed. The default value of lower is the lowest level in decomp.
specifies the upper level to be displayed. The default value of upper is the highest detail level in decomp.
displays the scaling coefficients by level. Valid syntax is
The optional arguments are as follows:
and specifies the lowest level to be displayed. The default value of lower is the lowest level in decomp.
specifies the upper level to be displayed. The default value of upper is the top level in decomp.
displays thresholded detail coefficients by level. Valid syntax is
The optional arguments are as follows:
specifies the thresholding to be applied to the displayed detail coefficients. See the WAVIFT subroutine call for details. If you omit this argument, no thresholding is applied.
specifies the lowest level to be displayed. The default value of lower is the lowest level in decomp.
specifies the upper level to be displayed. The default value of upper is the highest detail level in decomp.
An example is available in the documentation for the WAVFT subroutine.
Copyright © SAS Institute, Inc. All Rights Reserved.