F S

F

filterCoord2D(PVector, float, float) - Method in class signal.library.SignalFilter
Convenience method to filter 2D coordinate values passed as a PVector
filterCoord2D(float, float, float, float) - Method in class signal.library.SignalFilter
Convenience method to filter 2D coordinate values passed as floats
filterCoord3D(PVector, float, float, float) - Method in class signal.library.SignalFilter
Convenience method to filter 3D coordinate values passed as a PVector
filterCoord3D(float, float, float, float, float, float) - Method in class signal.library.SignalFilter
Convenience method to filter 3D coordinate values passed as float
filterUnitArray(float[]) - Method in class signal.library.SignalFilter
Return filtered values for the given float[] array Note: values have to be at the unit scale [0.0, 1.0]
filterUnitFloat(float) - Method in class signal.library.SignalFilter
Return filtered value for the given float Note: value has to be at the unit scale [0.0, 1.0]
filterUnitVector(PVector) - Method in class signal.library.SignalFilter
Return filtered values for the given PVector Note: values have to be at the unit scale [0.0, 1.0]

S

setBeta(float) - Method in class signal.library.SignalFilter
Set the Beta (cutoff slope) parameter for all filtering channels
setDerivateCutoff(float) - Method in class signal.library.SignalFilter
Set the derivative cutoff for all filtering channels
setFrequency(float) - Method in class signal.library.SignalFilter
Set the frequency for all filtering channels
setMinCutoff(float) - Method in class signal.library.SignalFilter
Set the minimum cutoff for all the filtering channels
signal.library - package signal.library
 
SignalFilter - Class in signal.library
Processing implementation of the One Euro Filter [Casiez 2012] http://www.lifl.fr/~casiez/publications/CHI2012-casiez.pdf
SignalFilter(PApplet) - Constructor for class signal.library.SignalFilter
Call this constructor in the setup() method of your sketch to initialize and start the library.
SignalFilter(PApplet, int) - Constructor for class signal.library.SignalFilter
Call this constructor in the setup() method of your sketch to initialize and start the library.

F S

Processing library signalFilter by Raphael de Courville. (c) 2013