Method | Description | |
---|---|---|
LowPassFilter ( float alpha ) : System |
Constructs a new Low-Pass Filter using the given alpha.
|
Method | Description | |
---|---|---|
ProcessFilter ( Signal sourceData, Signal destinationData ) : void |
Processes the filter.
|
public LowPassFilter ( float alpha ) : System | ||
alpha | float | Band pass alpha. |
return | System |
protected ProcessFilter ( Signal sourceData, Signal destinationData ) : void | ||
sourceData | Signal | |
destinationData | Signal | |
return | void |