Click or drag to resize

DoubleWavelet Constructor

Overload List
 NameDescription
Public methodDoubleWavelet(DoubleWavelet) Creates a deep copy of the given wavelet object.
Public methodDoubleWavelet(WaveletWavelets) Creates a wavelet.
Public methodDoubleWavelet(Double, Double) Creates a wavelet from the given low-pass and high-pass decimation filters. If the orthonality condition for decimation filters h1 and h0,
C#
h1(n) = (-1)^n h0(N - n)
is met, an orthogonal wavelet will result.
Top
See Also