FlexReport for WPF
getLPSynthesisFilter メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis 名前空間 > AnWTFilter クラス : getLPSynthesisFilter メソッド
Returns the time-reversed low-pass synthesis waveform of the filter, which is the low-pass filter. This is the time-reversed impulse response of the low-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).

シンタックス
'宣言
 
Public MustOverride Function getLPSynthesisFilter() As System.Single()
'使用法
 
Dim instance As AnWTFilter
Dim value() As System.Single
 
value = instance.getLPSynthesisFilter()
public abstract System.float[] getLPSynthesisFilter()

戻り値の型

The time-reversed low-pass synthesis waveform of the filter.
参照

AnWTFilter クラス
AnWTFilter メンバ