|
|
Rockbox mail archiveSubject: Re[2]: charging algorithm averagingFrom: Uwe Freese (mail_at_uwe-freese.de) Date: 2002-08-13
Hello Heikki,
Heikki Hannikainen wrote on Tuesday, August 13, 2002, 9:11:08 AM:
>> instead of delta = (s6 - s1) / 6
HH> Yes, this is a good idea, thanks.
HH> I implemented it and am trying it out now, with a small modification
I now think it should be:
calculate if by delta = ((s4 + s5 + s6) - (s1 + s2 + s3)) / 3
because (s4 + s5 + s6) makes an average value at s5 and (s1 + s2 + s3)
HH> first I'll try with only two samples at both ends of the range.
Then it should be "/ 5". But try also the one with the average out of
Bye, Uwe.
Page was last modified "Jan 10 2012" The Rockbox Crew |