IanMayo / d3sonar

0 stars 0 forks source link

Simulated Data: disconnect time value from real time #5

Closed IanMayo closed 10 years ago

IanMayo commented 10 years ago

I think the random-data generator currently produces data values with the real time (new Date()).

In my simulator, the algorithms run forwards at faster than real time. I'm keen that we understand the behaviour of the sonar control in this arrangement.

So, at each "update" I'd like the simulated data to move forward 2 seconds.

Then, even if we set the update value to 200ms, the interval in the data points will still be 2 seconds.

Significantly: this will allow us to work out the blurry image height that we need.

git-ashish commented 10 years ago

This strategy sounds good.

IanMayo commented 10 years ago

Agreed - new commit is valid.