code:work:spectrum1151:spectrumtiming:start
Differences
This shows you the differences between two versions of the page.
code:work:spectrum1151:spectrumtiming:start [2016/04/28 22:06] – created david | code:work:spectrum1151:spectrumtiming:start [2016/05/02 20:25] (current) – david | ||
---|---|---|---|
Line 216: | Line 216: | ||
* Check the trigger value, it looks OK, but the one above it did miss 3, wonder if the values are one behind? | * Check the trigger value, it looks OK, but the one above it did miss 3, wonder if the values are one behind? | ||
* This one shows 13223 and 13222 but the next shot above 13219 | * This one shows 13223 and 13222 but the next shot above 13219 | ||
+ | |||
+ | |||
+ | |||
+ | === Experimental Data === | ||
+ | |||
+ | == Lowered Data Depth Testing == | ||
+ | |||
+ | * Acquire Time ? | ||
+ | |||
+ | Testing 130k versus 64k, I am finding the start digi and end digi indeed take half as long. | ||
+ | |||
+ | < | ||
+ | d=c130k.EVENTENDDIG - c130k.EVENTSTARTDIG | ||
+ | print,mean( c130k.EVENTENDDIG - c130k.EVENTSTARTDIG ) * t2s | ||
+ | 6.5787344e-05 | ||
+ | print,mean( c64k.EVENTENDDIG - c64k.EVENTSTARTDIG ) * t2s | ||
+ | 3.3019777e-05 | ||
+ | </ | ||
+ | |||
+ | * **lvisF_64k.dat.meta.bin** average is 33 uSecs Acquire Time | ||
+ | * **lvisF_130k.dat.meta.bin** average is 66 uSecs Acquire Time | ||
+ | |||
+ | * Transfer Time ? | ||
+ | |||
+ | Looks to be that the event reset time is shifted by one sample. | ||
+ | |||
+ | < | ||
+ | d = shift(c130k.EVENTDIGRESTART, | ||
+ | print, | ||
+ | | ||
+ | d = shift(c64k.EVENTDIGRESTART, | ||
+ | print, | ||
+ | 4.9933655e-05 ; 50 usecs | ||
+ | </ | ||
+ | |||
+ | * **lvisF_64k.dat.meta.bin** average is 50 uSecs DMA to PC Time | ||
+ | * **lvisF_130k.dat.meta.bin** average is 110 uSecs DMA to PC Time | ||
+ | |||
+ |
code/work/spectrum1151/spectrumtiming/start.1461881188.txt.gz · Last modified: 2016/04/28 22:06 by david