Click or drag to resize

FloatSWT Methods

The FloatSWT type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of this object.
Protected methodComputeThreshold 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 Decompose the signal into approximation and details with the SWT.
Public methodMaximumDecompLevel Provides the maximum number of DWT decompositions possible based on the signal and wavelet lengths.
Public methodReconstruct A complete multi-level discrete wavelet reconstruction. A signal decomposition must be first completed.
Public methodWaveletCoefficients Provides access to the details and approximation vectors. All details and approximation vectors are the same length with a SWT signal decomposition.
Top
See Also