Click or drag to resize

DoubleDWT Methods

The DoubleDWT type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a copy of this object.
Public methodComputeThreshold(DiscreteWaveletTransformThresholdMethod, Int32) Finds a single threshold for a given thresholding method and decomposition level.
Protected methodComputeThreshold(DoubleVector, DiscreteWaveletTransformThresholdMethod, Int32) Finds a single threshold for a given thresholding method and decomposition level.
(Inherited from DiscreteWaveletTransform)
Public methodCurrentDecompLevel Provides the current maximum level to which this signal has been decomposed.
Public methodDecompLength Provides the length of the DWT approximation and detail coefficient vectors.
(Inherited from DiscreteWaveletTransform)
Public methodDecompose Multilevel discrete wavelet decomposition.
Public methodDWT Single step discrete wavelet decomposition. Both the details and the approximation arrays are returned.
Public methodIDWT Single step discrete wavelet reconstruction.
Public methodMaximumDecompLevel Provides the maximum number of DWT decompositions possible based on the signal and wavelet lengths.
Public methodReconstruct A complete multilevel discrete wavelet reconstruction. A signal decomposition must be first completed.
Public methodReconstruct(Int32) Reconstruct signal with the inverse DWT to level N. A wavelet decomposition to at least level N must be first completed.
Public methodThresholdAllLevels Thresholds all levels of detail in the current signal decomposition.
Public methodThresholdLevel Thresholds the level N details in the current signal decomposition.
Public methodWaveletCoefficients After a signal decomposition is completed the detail vectors can be accessed. Depending on the length of the wavelet and signal vector the approximations may have an extra element at the end of the vector due to the IDWT.
Top
See Also