Language Reference |
WAVGET Call |
The WAVGET subroutine is used to return 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 returned.
You can specify different optional arguments depending on the value of request:
requests the number of points in the input data vector.
returns as a scalar that contains this number.
requests the detail coefficients at a specified level. Valid syntax is
The arguments are as follows:
is the level at which the detail coefficients are requested.
is an optional vector which specifies the thresholding to be applied to the returned detail coefficients. See the WAVIFT subroutine call for details. If you omit this argument, no thresholding is applied.
returns as a column vector that contains the specified detail coefficients.
requests the scaling coefficients at a specified level. Valid syntax is
The arguments are as follows:
is the level at which the scaling coefficients are requested.
is an optional vector that specifies the thresholding to be applied. See the WAVIFT subroutine call for a description of this vector. The scaling coefficients at the requested level are obtained by using the inverse wavelet transform, after applying the specified thresholding. If you omit this argument, no thresholding is applied.
returns as a column vector that contains the specified scaling coefficients.
requests the thresholding status of the detail coefficients in decomp.
returns as a scalar whose value is
if the detail coefficients have not been thresholded
otherwise
requests the wavelet options vector that you specified in the WAVFT subroutine call to compute decomp.
returns as a column vector with 4 elements that contains the specified options vector. See the WAVFT subroutine call for the interpretation of the vector entries.
requests the index of the top level in decomp.
returns as a scalar that contains this number.
requests the index of the lowest level in decomp.
returns as a scalar that contains this number.
requests a vector evaluating the father wavelet used in decomp, at an equally spaced grid spanning the support of the father wavelet. The number of points in the grid is specified as a power of 2 times the support width of the father wavelet. For wavelets in the Daubechies extremal phase and least asymmetric families, the support width of the father wavelet is , where is the family member. Valid syntax is
The optional argument has the following meaning:
is the exponent of 2 that determines the number of grid points used. power defaults to if you do not specify this argument.
returns as a column vector that contains the specified evaluation of the father wavelet.
An example is available in the documentation for the WAVFT subroutine.
Copyright © SAS Institute, Inc. All Rights Reserved.