C# Class Filter.Delay

Inheritance: IFilter
Show file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

内部状態のクリア

Delay ( int taps ) : System

コンストラクタ

GetValue ( double x ) : double

フィルタリングを行う。

Method Details

Clear() public method

内部状態のクリア
public Clear ( ) : void
return void

Delay() public method

コンストラクタ
public Delay ( int taps ) : System
taps int 遅延タップ数
return System

GetValue() public method

フィルタリングを行う。
public GetValue ( double x ) : double
x double フィルタ入力。
return double