FlexReport for WPF
analyze_lpf(Object,Int32,Int32,Int32,Object,Int32,Int32,Object,Int32,Int32) メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis 名前空間 > AnWTFilterInt クラス > analyze_lpf メソッド : analyze_lpf(Object,Int32,Int32,Int32,Object,Int32,Int32,Object,Int32,Int32) メソッド
This is the array that contains the input signal. It must be an int[].
This is the index in inSig of the first sample to filter.
This is the number of samples in the input signal to filter.
This is the step, or interleave factor, of the input signal samples in the inSig array.
This is the array where the low-pass output signal is placed. It must be an int[].
This is the index in lowSig of the element where to put the first low-pass output sample.
This is the step, or interleave factor, of the low-pass output samples in the lowSig array.
This is the array where the high-pass output signal is placed. It must be an int[].
This is the index in highSig of the element where to put the first high-pass output sample.
This is the step, or interleave factor, of the high-pass output samples in the highSig array.
The general version of the analyze_lpf() method, it just calls the specialized version. See the description of the analyze_lpf() method of the AnWTFilter class for more details.
シンタックス
'宣言
 
Public Overloads Overrides Sub analyze_lpf( _
   ByVal inSig As System.Object, _
   ByVal inOff As System.Integer, _
   ByVal inLen As System.Integer, _
   ByVal inStep As System.Integer, _
   ByVal lowSig As System.Object, _
   ByVal lowOff As System.Integer, _
   ByVal lowStep As System.Integer, _
   ByVal highSig As System.Object, _
   ByVal highOff As System.Integer, _
   ByVal highStep As System.Integer _
) 
'使用法
 
Dim instance As AnWTFilterInt
Dim inSig As System.Object
Dim inOff As System.Integer
Dim inLen As System.Integer
Dim inStep As System.Integer
Dim lowSig As System.Object
Dim lowOff As System.Integer
Dim lowStep As System.Integer
Dim highSig As System.Object
Dim highOff As System.Integer
Dim highStep As System.Integer
 
instance.analyze_lpf(inSig, inOff, inLen, inStep, lowSig, lowOff, lowStep, highSig, highOff, highStep)
public override void analyze_lpf( 
   System.object inSig,
   System.int inOff,
   System.int inLen,
   System.int inStep,
   System.object lowSig,
   System.int lowOff,
   System.int lowStep,
   System.object highSig,
   System.int highOff,
   System.int highStep
)

パラメータ

inSig
This is the array that contains the input signal. It must be an int[].
inOff
This is the index in inSig of the first sample to filter.
inLen
This is the number of samples in the input signal to filter.
inStep
This is the step, or interleave factor, of the input signal samples in the inSig array.
lowSig
This is the array where the low-pass output signal is placed. It must be an int[].
lowOff
This is the index in lowSig of the element where to put the first low-pass output sample.
lowStep
This is the step, or interleave factor, of the low-pass output samples in the lowSig array.
highSig
This is the array where the high-pass output signal is placed. It must be an int[].
highOff
This is the index in highSig of the element where to put the first high-pass output sample.
highStep
This is the step, or interleave factor, of the high-pass output samples in the highSig array.
参照

AnWTFilterInt クラス
AnWTFilterInt メンバ
オーバーロード一覧