Click or drag to resize

DoubleDWT(DoubleDWT) Constructor

Creates a deep copy of this discrete wavelet transform object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleDWT(
	DoubleDWT clone
)

Parameters

clone  DoubleDWT
The DWT object to clone.
See Also