Tag Archives: A/D conversion


Filter optimization for A/D conversion

Filters are necessary to eliminate unwanted noise or distortion in a signal prior to any A/D conversion process. Designing a filter to pass the desired frequencies is easy, but it introduces signal loss, or insertion loss. Check out this application note from TI for some useful tips to optimize the filter design to minimize the losses.

Filter insertion losses

Filter insertion losses

One of the first steps of filter optimization is the selection of the center frequency and the bandwidth of the filter. Once this step has been completed the task becomes one of putting the filter elements on the printed circuit board (PCB). PCB design is critical to filter performance, but even before we get to this stage we usually select both the component values and the component sizes we would like to use, this way we can allocate PCB space for the various components. As will be described later, it is very important to choose the filter components first, then make the necessary space available on the PCB, rather than trying to squeeze your filter into the space you have left at the end of the design. The components selected will be critical to the performance of your filter.

Understanding ADC parameters for accurate analog-to-digital conversions

Analog-to-digital-conversion (ADC) is required in Embedded Systems to deal with various analog world parameters such as current, pressure, motion, temperature, etc. An ADC is an electronic system or a module that has analog input, reference voltage input and digital outputs. The ADC convert the analog input signal to a digital output value that represents the size of the analog input comparing to the reference voltage. It basically samples the input analog voltage and produces an output digital code for each sample taken. This application note from Atmel describes the fundamental concepts of ADC and the associated parameters that determine the performance and accuracy of the ADC’s output.

Understanding ADC parameters