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