ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilter Class / getHPSynWaveForm Method

In This Topic
    getHPSynWaveForm Method (AnWTFilter)
    In This Topic
    Returns the equivalent high-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage. This is the result of upsampling 'in' by 2, and concolving it with the high-pass synthesis waveform of the filter. The length of the returned signal is 2*in_l+hp_l-2, where in_l is the length of 'in' and 'hp_l' is the lengthg of the high-pass synthesis filter.

    The length of the high-pass synthesis filter is getSynHighNegSupport()+getSynHighPosSupport().

    Syntax
    'Declaration
     
    
    Public Overridable Function getHPSynWaveForm( _
       ByVal in_Renamed() As Single, _
       ByVal out_Renamed() As Single _
    ) As Single()
    public virtual float[] getHPSynWaveForm( 
       float[] in_Renamed,
       float[] out_Renamed
    )

    Parameters

    in_Renamed
    out_Renamed
    See Also