Click or drag to resize

DoubleDWTReconstruct Method

A complete multilevel 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 completed.
Remarks
Similar to MATLAB's waverec function.
See Also