[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.AnWTFilter.getHPSynWaveForm

getHPSynWaveForm Method

getHPSynWaveForm(float[], float[])

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.

       <p>The length of the high-pass synthesis filter is
       getSynHighNegSupport()+getSynHighPosSupport().</p>
Declaration
public virtual float[] getHPSynWaveForm(float[] in_Renamed, float[] out_Renamed)
Public Overridable Function getHPSynWaveForm(in_Renamed As Single(), out_Renamed As Single()) As Single()
Parameters
Type Name Description
float[] in_Renamed
float[] out_Renamed
Returns
Type Description
float[]