API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IFilter
Methods
Package
funnel
Interface
public interface IFilter
Implementors
Convolution
,
Scaler
,
SetPoint
フィルタのインタフェースです。
Public Methods
Method
Defined by
processSample
(val:Number):Number
フィルタを適応します
IFilter
Method detail
processSample
()
method
public function processSample(val:Number):Number
フィルタを適応します
Parameters
val
:Number
— 入力値
Returns
Number
— フィルタ適応後の値