Maximum Frequency Measurement for NI Data Acquisition Devices

Updated Dec 13, 2023

Reported In

Hardware

  • USB-6341
  • USB-6343
  • USB-6351
  • USB-6353
  • USB-6361
  • USB-6363
  • USB-6356
  • USB-6366
  • PCIe-6320
  • PCIe-6321
  • PCIe-6323
  • PCIe-6341
  • PCIe-6343
  • PCIe-6351
  • PCIe-6353
  • PCIe-6361
  • PCIe-6363
  • PXIe-6341
  • PXIe-6361
  • PXIe-6363
  • PXIe-6356
  • PXIe-6358
  • PXIe-6366
  • PXIe-6368

Issue Details

I am using a counter task to measure the frequency of an incoming pulse train. What is the maximum frequency (Hz) that I can measure and what is its accuracy (ppm)?

Solution

For low frequency measurements with one counter, you measure one period of your signal using a known timebase (usually the on-board clock). The maximum frequency you can measure, as well as its accuracy, will depend in the card that you have. Follow the next steps to understand how to get this information:

 

Image: Low Frequency measurement with One Counter. Source: X Series User Manual .

 

  1. Look for the Device Specifications document for your device. You can find this information in the product's website, under the Manuals icon located at the bottom.
  2. Search for the Counters section (sometimes called "General-Purpose Counters"), where you will find the next information:
    1. Internal base clocks: The internal base clock for a counter is the signal that will cause the counter's value to increment/decrement depending on the state of the gate terminal.
    2. External base clock frequency: If a specific base clock rate is needed, most NI devices allow for the use of an external base clock. This clock serves all the same purposes as an internal base clock, but is externally provided by the user. The maximum rate of an external base clock is dependent on the bus of the device due to bandwidth limitations.
    3. Base clock accuracy: The accuracy of an internal base clock directly impacts the accuracy of any measurement or frequency generation from a general-purpose counter. This accuracy is also inherited from the overall device timebase accuracy, meaning that the accuracy of this clock can be improved if a higher accuracy master timebase is externally provided.

Note: Find more information about the meaning of these specifications here: Specifications Explained: NI Multifunction I/O (MIO) DAQ

  1. Using the information from the previous step, you can know the maximum frequency using the Nyquist Theorem, which tells us that if a continuous bandwidth-limited signal contains no frequency components higher than half the frequency at which it is sampled, then the original signal can be recovered without distortion. Therefore, your maximum frequency will be half of the base clock frequency you are using. For example, if your base clock runs at 100 MHz, your maximum frequency will be 50 MHz.
  2. For the accuracy of the measurement, it will depend on the hardware's specifications:
    1. If you are using the device's base clock: refer to the Base clock accuracy (ppm) specification in your device specifications document.
    2. If you are using an external base clock: refer to your external clock's documentation to find the accuracy of the generated signal.

Additional Information