02-01-2007 09:31 AM
02-01-2007 10:31 AM
There are three main issue to consider.
To sum it up, most of the times it would be best to use the default DBL. It's highly unlikely you'll need one of the others.
As for your second question, it sounds to me like the data is a single organism, so I would say you should leave it in the cluster, but that really depends on whether the functions need it or not and whether you're constantly bundling and unbundling the cluster. Note that 5000 elements is far from being a large array and you shouldn't have any problems handling it.
As for the timing unit, if you really only have 5000 elements (that's 10 microseconds of data?) then you should not have a problem with using a U32 with a nanosecond as the base unit. That should give you the ability to measure more than 4 seconds.
02-01-2007 10:32 AM
02-01-2007 10:37 AM
02-01-2007 11:08 AM
02-01-2007 12:06 PM
02-01-2007 12:25 PM
02-01-2007 12:41 PM
02-01-2007 01:14 PM