comp.lang.ada
 help / color / mirror / Atom feed
From: Ray Blaak <blaak@infomatch.com>
Subject: Re: Using "delay until" in real-time
Date: 17 Dec 2000 22:26:09 -0800
Date: 2000-12-17T22:26:09-08:00	[thread overview]
Message-ID: <uzohup7ni.fsf@infomatch.com> (raw)
In-Reply-To: 915vv7$vfo$1@nnrp1.deja.com

Ted Dennison <dennison@telepath.com> writes:
> I see a couple of problems with this.
[...]
>    o  Iteration_Count * Iteration_Hz is no different mathematicly from
> adding Iteration_Hz to Start_Time Iteration_Count times, which is what I
> was doing. You'd still get the same compounding round-off error.

Would it? It might be the same mathematically, but computers don't do Real
arithmetic mathematically, only approximately.

Consider floating arithmetic accurate to 2 decimal places:

 Hz = 60, Inc = 1/Hz = 1.67

Adding incrementally twice:

 Inc + Inc = 3.34

Multiplying 2 iterations from a start time of zero:

 (1 + 1) / 60 = 3.33

The trick is to divide the total count so far by your Hz, not multiply by a
precomputed 1/Hz.
-- 
Cheers,                                        The Rhythm is around me,
                                               The Rhythm has control.
Ray Blaak                                      The Rhythm is inside me,
blaak@infomatch.com                            The Rhythm has my soul.



  parent reply	other threads:[~2000-12-18  6:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-12 16:27 Using "delay until" in real-time Ted Dennison
2000-12-12 18:01 ` Mike Silva
2000-12-12 19:57   ` Ted Dennison
2000-12-12 23:02     ` Mike Silva
2000-12-12 23:49       ` Ted Dennison
2000-12-18  6:26     ` Ray Blaak [this message]
2000-12-12 20:00 ` Ken Garlington
2000-12-12 20:40   ` Ted Dennison
2000-12-13  4:02     ` Ken Garlington
2000-12-13 14:29       ` Ted Dennison
2000-12-13 16:53     ` Larry Hazel
2000-12-13 17:41       ` Ted Dennison
2000-12-12 20:22 ` Keith Thompson
2000-12-12 20:54   ` Ted Dennison
2000-12-13  5:35   ` tmoran
2000-12-12 20:23 ` David C. Hoos, Sr.
2000-12-12 21:58   ` Ted Dennison
2000-12-12 23:18   ` Jeff Carter
2000-12-12 21:18 ` JP Thornley
2000-12-12 22:31   ` Ted Dennison
2000-12-13  8:02     ` Brian Orpin
2000-12-13 17:32     ` JP Thornley
2000-12-12 23:09 ` Ted Dennison
2000-12-13  7:43 ` Brian Orpin
2000-12-15  0:27 ` Frank
2000-12-19  7:50 ` Martin Gangkofer
2000-12-20  3:32   ` Ted Dennison
2000-12-20  5:29     ` tmoran
2000-12-20  7:59     ` Martin Gangkofer
2000-12-20  9:15       ` java servlets JF Harrison
2000-12-20 12:50     ` Using "delay until" in real-time Marin David Condic
2000-12-21  0:08     ` Alejandro R. Mosteo
2000-12-20  3:17 ` Ted Dennison
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox