Click or drag to resize

DoubleSWTReconstruct Method

A complete multi-level discrete wavelet reconstruction. A signal decomposition must be first completed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[] Reconstruct()

Return Value

Double
The reconstructed signal.
Exceptions
ExceptionCondition
NMathExceptionA wavelet Decompose(int N) must be first completed before any signal reconstructions can be done.
Remarks
Similar to MATLAB's waverec function.
See Also