Gesture Signal Processing: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
Simple integrator: | Simple integrator: | ||
'y[n] = 0.1*x[n] + 0.9*y[n-1]' | ''y[n] = 0.1*x[n] + 0.9*y[n-1]'' | ||
[http://ccrma.stanford.edu/~jos/filters/ book on simple filter design] | [http://ccrma.stanford.edu/~jos/filters/ book on simple filter design] |
Revision as of 23:31, 10 October 2008
Gesture Signal Processing
While studying sensors, we discovered that
Simple integrator: y[n] = 0.1*x[n] + 0.9*y[n-1]