0
14kviews
Explain performance characteristics of D/A converters.
1 Answer
1
946views
  • A DAC converts an abstract finite-precision number (usually a fixed-point binary number) into a concrete physical quantity (e.g. a voltage or pressure).

  • In particular, DACs are often used to convert finite-precision time series data to a continually-varying physical signal.

  • A typical DAC converts the abstract numbers into a concrete sequence of impulses that are then processed by a reconstruction filter using some form of interpolation to fill in data between the impulses.

  • Other DAC methods (e.g. methods based on Delta-sigma modulation) produce a pulse density modulated signal that can then be filtered in a similar way to produce a smoothly-varying signal.

  • DACs are at the beginning of the analog signal chain, which makes them very important to system performance. The most important characteristics of these devices are:

    i. Resolution - This is the number of possible output levels the DAC is designed to reproduce. This is usually stated as the number of bits it uses, which is the base two logarithm of the number of levels. For instance, a 1 bit DAC is designed to reproduce 2 (21) levels while an 8 bit DAC is designed for 256 (28) levels. Resolution is related to the effective number of bits (ENOB) which is a measurement of the actual resolution attained by the DAC.

    ii. Maximum sampling frequency - This is a measurement of the maximum speed at which the DACs circuitry can operate and still produce the correct output. As stated in the Nyquist–Shannon sampling theorem, a signal must be sampled at over twice the frequency of the desired signal. For instance, to reproduce signals in all the audible spectrum, which includes frequencies of up to 20 kHz, it is necessary to use DACs that operate at over 40 kHz. The CD standard samples audio at 44.1 kHz, thus DACs of this frequency are often used. A common frequency in cheap computer sound cards is 48 kHz—many work at only this frequency, offering the use of other sample rates only through (often poor) internal resampling.

    iii. Monotonicity - This refers to the ability of a DAC's analog output to move only in the direction that the digital input moves (i.e. if the input increases, the output doesn't dip before asserting the correct output). This characteristic is very important for DACs used as a low frequency signal source or as a digitally programmable trim element.

    iv. THD+N - This is a measurement of the distortion and noise introduced to the signal by the DAC. It is expressed as a percentage of the total power of unwanted harmonic distortion and noise that accompany the desired signal. This is a very important DAC characteristic for dynamic and small signal DAC applications.

    v. Dynamic range - This is a measurement of the difference between the largest and smallest signals the DAC can reproduce expressed in decibels. This is usually related to DAC resolution and noise floor.

    vi. Other measurements such as phase distortion and sampling period instability, can also be very important for some applications.

Please log in to add an answer.