Hi All,
I am running a VI for the 9239.
In it I set the sample clcok to 2048.
I then set the the number of samples to 20480, i.e run for ten seconds.
However instead of the final point being measured at 10s it is measure at 9.82992
If it is set for 2048 samples the final time is 0.98256
I realise that say if I had a rate of 5 samples per second and a took five samples, I would get the following 0, .2, .4, .6, .8
but if I was to increase this to 10 samples, I would get
0, .2, .4, .6, .8, 1, 1.2, 1.3, 1.4, 1.6, 1.8
The important point here is that the offset remains the same
In addiiton 1 - 1/2048 =.99951171875 not .98256.
Does anyone know what is going on here?
Sean