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


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

パラメータ

lowSig
This is the array that contains the low-pass input signal. It must be an float[].
lowOff
This is the index in lowSig of the first sample to filter.
lowLen
This is the number of samples in the low-pass input signal to filter.
lowStep
This is the step, or interleave factor, of the low-pass input signal samples in the lowSig array.
highSig
This is the array that contains the high-pass input signal. It must be an float[].
highOff
This is the index in highSig of the first sample to filter.
highLen
This is the number of samples in the high-pass input signal to filter.
highStep
This is the step, or interleave factor, of the high-pass input signal samples in the highSig array.
outSig
This is the array where the output signal is placed. It should be and float[] and long enough to contain the output signal.
outOff
This is the index in outSig of the element where to put the first output sample.
outStep
This is the step, or interleave factor, of the output samples in the outSig array.
参照

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