[jallib] r1657 committed - minor change in lpf

0 views
Skip to first unread message

jal...@googlecode.com

unread,
Feb 9, 2010, 3:51:19 AM2/9/10
to jal...@googlegroups.com
Revision: 1657
Author: jsuijs
Date: Tue Feb 9 00:51:11 2010
Log: minor change in lpf

http://code.google.com/p/jallib/source/detail?r=1657

Modified:
/trunk/include/jal/lowpassfilter.jal

=======================================
--- /trunk/include/jal/lowpassfilter.jal Thu Sep 3 23:33:42 2009
+++ /trunk/include/jal/lowpassfilter.jal Tue Feb 9 00:51:11 2010
@@ -34,7 +34,7 @@

u2 = u2 + (u1 >> time_const)

- ; return (u2 + 32768) / 65536 tmp = u2
+ ; return (u2 + 32768) / 65536 ;; tmp = u2
tmp = u2
tmp = tmp + 32768 ; juist afronden
tmp = tmp >> 16

Reply all
Reply to author
Forward
0 new messages