|  | DoubleSWTReconstruct Method | 
            A complete multi-level discrete wavelet reconstruction. A signal decomposition must be first completed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double[] Reconstruct()
Public Function Reconstruct As Double()
public:
array<double>^ Reconstruct()
member Reconstruct : unit -> float[] 
Return Value
DoubleThe reconstructed signal.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| NMathException | A wavelet Decompose(int N) must be first completed before any signal reconstructions can be done. | 
 Remarks
RemarksSimilar to MATLAB's waverec function.
 See Also
See Also