Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilterFloat Class / getHPSynthesisFilter Method

In This Topic
    getHPSynthesisFilter Method (AnWTFilterFloat)
    In This Topic
    Returns the time-reversed high-pass synthesis waveform of the filter, which is the high-pass filter. This is the time-reversed impulse response of the high-pass synthesis filter. It is used to calculate the L2-norm of the synthesis basis functions for a particular subband (also called energy weight).

    The returned array may not be modified (i.e. a reference to the internal array may be returned by the implementation of this method).

    Syntax
    'Declaration
     
    Public MustOverride Function getHPSynthesisFilter() As Single()
    public abstract float[] getHPSynthesisFilter()

    Return Value

    The time-reversed high-pass synthesis waveform of the filter.
    See Also