Click or drag to resize

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