RIP
gzpiano For my DIY hybrid version, it continuously computes the velocity with an FIR digital filter
Do you mean this line
dx = filter(b,[1],samples) * 2 * 0.0254 * sample_rate / (M+2);
Where is filter defined? Is it intrinsic matlab function?
Edit: Please ignore the dollar signs above. If you are curious they were supposed to make the above line "look like a formula", but they don't work. The dollars gave me gripe when using them as money unit, continue to give me gripe when using them as function / code delimiters. They are displayed normally in the text, but they are untouchable in edit mode: once you mistakenly type them (as I did) you can never delete them (try if you don't believe me)





