Este contenido no está disponible en su idioma de su preferencia.

El contenido se mostrará en otro idioma disponible. Su navegador puede proporcionar una funcionalidad para ayudarle a traducir el texto.

What Does DDS Refer to for my NI Hardware?

Updated Apr 19, 2023

Reported In

Hardware

  • Waveform Generator Device
  • PCIe-6537

Issue Details

I am using an NI signal generator, and have seen the acronym DDS when programming in LabVIEW.
What does this acronym mean?
How fast can I sample with my HSDIO card that uses DDS?

Solution

DDS can refer to either Direct Digital Synthesis or Divide Down Sampling.
 
  • Direct Digital Synthesis
Many NI cards use direct digital synthesis (DDS) to generate periodic signals at precise frequencies. Direct digital synthesis works by storing a repetitive waveform to the onboard memory of the signal generator. For NI signal generators, typically this onboard memory stores 16,384 unique points and is used as a lookup table. Every time there is a rising edge of the sample clock, the signal generator will reference the lookup table and determine which point to generate that achieves the desired frequency of the waveform being produced.
 
  • Divide Down Sampling
Divide down sampling is a technique for deriving a sample rate from the NI signal generators main internal timing source. Divide down sampling divides the internal sample clock by an integer value N. The internal sample clock rate and the values of N are device specific. Divide down sampling mode is software-selectable with the use of the niFgen Configure Clock Mode.vi. This mode provides a high-quality clock with the lowest jitter.
As an alternative, niFgen Configure Clock Mode.vi can be used to configure the NI signal generator to use the High-Resolution Sampling clock mode to utilize a direct digital synthesis method to generate sample clock rates at very fine frequency resolution increments, typically in the order of microhertz.

Additional Information

Direct digital synthesis is the method by which the NI 5402/5406/5441/5442/5450/5451 generate functions in the Standard Function Mode.