11-27-2007 05:02 AM
11-28-2007
05:16 PM
- last edited on
02-10-2025
02:09 PM
by
Content Cleaner
Hello Albert,
Is there a specific application you are attempting to develop with the PXI 6281? The specifications you have listed are for the most part as you have interpreted them to be. Let me respond to each one as best as I can.
A. Timing Accuracy.
Your calculations for the 10kS/s case were correct and the accuracy will be +/- 0.5 Hz. This is a worst case specification, so in actuality the error could be much smaller. It is certainly possible that over a long period of time (i.e. 5 days) that you could possibly see a phase shift as extreme as you have described.
B. Timing Resolution.
The 50 ns resolution is based on the 20 MHz timebase of the onboard voltage controlled oscillator (VCXO). There are two recommend options if you would like better resolution and accuracy. I believe these options also answer your third question about external timebase references improving stability and resolution.
1. Use a counter to generate your sample clock. This gives you access to an 80 MHz timebase. The resulting resolution is then 12.5 ns.
2. Use an external timebase. Since you are using PXI as your platform, you have access to the backplane clock within this chassis. You are then capable of implementing a timing engine such as the PXI 6608 Counter/Timer board or the PXI 6652 Timing and Synchronization board. The advantages of each are listed below:
The PXI-6608 has an improved timebase stability of 0.075 ppm and a 1.25 ns resolution.
The PXI-6652 has a 105 MHz timebase allowing for 10 ns resolution. This also gives you access to TXCO and OCXO which gives you a long term stability of 1 ppm or 50 ppb/year respectively.
A final option would be to use Dynamic Signal Analyzers for your application. These boards have an accuracy of 25 ppm. You can find information on our DSA boards at here.
Regards,
11-28-2007 07:08 PM
11-29-2007 02:22 AM
11-29-2007 03:27 AM
I wanted to add my interpretations and ask for more of you comments on it:
5) Should I perhaps look at the timing resolution as a measure of the ability to shift 2 signals with respect to one another?
5.1) Generating signals: min step in time or min time difference between 2 or more signals?
5.2) Acquiring signals: best accuracy of determining the time delay between 2 signals?
Thanks!
Albert
11-29-2007 05:49 PM
Hello Albert,
-1) How does the frequency selection work? Say, there is 20MHz oscillator. Then you need to divide the frequency.
0) How do you do it?
Basically the 20 MHz timebase will be divided down by integer values. The DAQmx driver takes care of this operation for you depending on how you set the parameters of your application. Since this is integer division you will not be able to achieve highly accurate timing in relation to frequencies such as 44.1 KHz.
As a side note, the DSA boards that I mentioned in my first post would be capable of accurately acquiring specific frequencies such as 44.1 KHz.
1) Can I interprete the resolution as an effective precision (repeatability)?
The 50 ns timing resolution specification is derived directly from the 20 MHz timebase.
2) I did not follow the advice on counters. Are you talking about additional modules?
Yes, basically what I was referring to was using additional modules such as the PXI 6608 and PXI 6652. These modules provide a more accurate timebase using TCXO and OCXO which you could then export to the M-series device. This would improve the overall resolution that you have access to. My comment on the counter was to show that the 50 ns specification that you brought up is directly related to the fact that your analog input sample clock is derived from a 20 MHz timebase.
3) Could you please comment on the jitter?
The application of the term jitter can be related to the fact that clocks will be imperfect. We can then characterize this imperfection as jitter. The more accurate the timebase is, i.e. from a timing and synch module such as the 6608, the lower the jitter.
5) Should I perhaps look at the timing resolution as a measure of the ability to shift 2 signals with respect to one another? No. timing resolution is directly related to the inverse of your timebase frequency.
5.1) Generating signals: min step in time or min time difference between 2 or more signals?
5.2) Acquiring signals: best accuracy of determining the time delay between 2 signals?
I am not entirely sure what you are trying to ask with these last two questions. While you mention DSP and signal acquisition, I feel a little more detail on what you are doing will allow me to translate these specifications more clearly. Are you worried about synchronicity between signals or devices like Adam suggested? Are you simply concerned about being able to accurately acquire specific signals and bandwidths?
Feel free to post as much detail as you need to express what you are thinking.
Regards,
11-30-2007 04:44 PM