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