Jump to content

Gesture Signal Processing: Difference between revisions

From CCRMA Wiki
Eberdahl (talk | contribs)
No edit summary
 
Eberdahl (talk | contribs)
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]


book on simple filter design