GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
LeakyIntegrator.h File Reference

The LeakyIntegrator class computes the following signal: y = y*z + x, where x is the input, y is the output and z is the leakrate. More...

Go to the source code of this file.

Classes

class  LeakyIntegrator
 

Detailed Description

The LeakyIntegrator class computes the following signal: y = y*z + x, where x is the input, y is the output and z is the leakrate.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0

Definition in file LeakyIntegrator.h.