Difference between revisions of "Gesture Signal Processing"
From CCRMA Wiki
m |
|||
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 15: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]