Click or drag to resize

FloatSWTReconstruct 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 float[] Reconstruct()

Return Value

Single
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