Click or drag to resize

FloatWavelet Constructor

Overload List
 NameDescription
Public methodFloatWavelet(FloatWavelet) Creates a deep copy of the given wavelet object.
Public methodFloatWavelet(WaveletWavelets) Creates a wavelet.
Public methodFloatWavelet(Single, Single) 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