Abstract

Time interleaving is one of the most efficient techniques employed in high-speed sampling systems. However, the frequency response mismatch among different channels will create distortion tones that degrade the system performance. In this paper, a self-adaptive frequency response mismatch compensation method is presented, where the design of compensation filter is optimized with a self-adapting strategy. This digital postprocessing technique realizes the compensation of frequency response effectively and also the increase of the digital bandwidth of the acquisition system. MATLAB-based simulation and an actual two-channel acquisition system test verify the effectiveness of the algorithm.

1. Introduction

High-speed digitizing of signals plays an important part in broadband communication and electronic measurement instruments, in particular, digital storage oscilloscopes (DSO). Increasing requirements are put forward for these systems. Because of the limits of existing electronic components and manufacturing technologies, the time-interleaved analog-to-digital converter (TIADC) parallel sampling technique is the most effective solution to high sampling rate and high sampling resolution needs.

Unfortunately, the performance of this TIADC system is degraded by following factors: the mismatching of amplitude among various channels and the different phase delay of sampling circuits. Generally, these mismatches are related to frequency and are also called frequency response mismatch. The frequency response mismatch will lead to additional spurious components in the spectrum and degrade the system’s signal-to-noise ratio (SNR) [1, 2].

For data acquisition systems, as channel bandwidth becomes wider, both the acquisition bandwidth of the analog signals and the signal fidelity of the system increase. However, increasing the channel bandwidth is always difficult. The low integration due to manufacturing restrictions and the different input bandwidth of multiple electronic components easily lead to the deterioration of the system’s bandwidth [3]. On the other hand, the inconsistency of frequency response of each sampling channel in TIADC structure also exacerbates the unflatness of the system’s frequency response, which results in the decrease in measurement bandwidth of the whole system.

To address this problem, many approaches are proposed. Among these approaches, digital postprocessing is the most popular technique, as analog matching techniques are either too imprecise or too expensive [4]. In [5], the channel of the TIADC system is fitted as a first-order RC circuit and it formulates the impact of bandwidth mismatching on SNR. Tsai, Satarzadeh et al. [6, 7] present corresponding calibration algorithms to such first-order modeled circuit. However, due to the diversity of the ADCs and other electronic components, the actual frequency response of acquisition channel is too complicated to be simply modeled as a first-order system. Based on WLS algorithm, Seo et al. [8] developed a bandwidth compensation filter. By employing LS algorithm Johansson and Löwenborg [9] suggested a technique for the filter design. However, whether in the WLS or LS, with the increase of test frequency points, the design of filter would be computationally burdensome, and the algorithm will become more complicated.

In this paper, we develop a digital postprocessing algorithm to compensate the frequency response in the TIADC system. Based on frequency domain sampling, an optimized design technique is proposed by constructing the error function based on a self-adapting strategy. With the proposed algorithm, it is feasible to compensate frequency response and increase the bandwidth of the sampling system, and the fidelity of data acquisition system could also be ensured.

In the remainder of this paper, the frequency response mismatch is analyzed, and the compensation filter is presented in Section 2. The implementation details of the algorithm are given in Section 3. Several experiments using the proposed algorithm are reported in Section 4. Further discussions are summarized in Section 5.

2. Compensation of Frequency Response Mismatch

2.1. Frequency Response of Sampling System

Due to the limitation of front-end electronic elements, the sampling channel trends to be a low-pass filter. The passing capacity for different frequency components of the input signal is inconsistent; that is, the amplitude attenuation rate of high-frequency components is larger than that of low-frequency components. Meanwhile, the manufacturing processes also cause the inconsistent response of various parts of the acquisition channel, resulting in the unflatness of channel frequency response and the decrease of measurement bandwidth of the overall system. These bring the new challenge to the signal reconstruction of the TIADC system.

Figure 1 depicts a TIADC sampling system with channels. It consists of parallel ADCs, which is called “channel” and works at the same sampling rate of driven by a master sampling clock. After reorganization, the ADCs work equivalently as a single ADC operating at an times higher sampling rate. The impulse response of signal conditioning components of each acquisition channel is defined as . Unfortunately, due to the mismatching of , the actual output of TIADC can be expressed as: where is the dirac delta function, is the sampling period, and * denotes the convolution operation. represents the desired output, and is an error term introduced by frequency response mismatch among channels.

is a frequency-associated error introduced by different responses to different frequency components of input signals through the acquisition channels. As the phase-frequency response may not change till very high sampling frequency, we only consider the amplitude-frequency response mismatch in this paper. If it is possible to estimate the error by certain construction function, the compensation of the frequency response mismatch can be realized.

2.2. Frequency Response Compensation

In order to compensate the error introduced by the frequency response mismatch of each channel, a compensation filter may be built for postprocessing the digital signals collected by the TIADC. The fundamental principle is described as below.

Equation (1) may be expressed as The Fourier transform of (1) can be written as

If the frequency response of various channels is consistent, the ideal TIADC output frequency response will be

Then it is possible to obtain the estimation of output’s frequency response from the TIADC system after the frequency response mismatch is calibrated by compensation filter : where refers to the frequency response of compensation filter. Hence, it can be obtained according to (3), (4), and (5); it can be rewritten as

The frequency response error may be compensated by constructing the calibration filter .

In the TIADC system, we could make full use of parallel features, and then signal processing could be decomposed to single channel, and Figure 2 can be converted into Figure 3.

Obviously, in order to design the compensation filter, in (6) the frequency response function of corresponding channel should be determined. We noted that the response of each channel is related to not only the parameters of the actual devices but also the attenuation of channel. Meanwhile, the design of the digital compensation filter is related to real-time sampling rate of the channel. For the acquisition systems which has different sampling rate , the frequency response compensation filter needs to be redesigned. On the other hand, a different response mode will provide the system with different features. Therefore, a suitable reference response should be selected according to the testing requirements, such as the flat response, bessel response or gaussian response.

The fundamental principle that was used to construct the compensation system is shown in Figure 4. Based on frequency domain compensation techniques, the correction can be made to the amplitude frequency mismatch in the parallel acquisition system.

2.3. Design of Frequency Response Compensation Filter

We adopt the adaptive method to design the compensation filter. Considering the advantage of parallel structure in the TIADC acquisition system, we design the compensation algorithm by parallel computation.

We use the frequency response that meets the design objectives as the reference for the th channel. The objective of the design is to minimize the mean square error (MSE) of the performance function where refers to the frequency response of the filter to be designed.

The can be calculated as where refers to the reference frequency response mode.

The minimax algorithm could be used for filter design that is, the design objective is achieved by the constrained conditions that the maximum mean squares error (MMSE) is minimal. Base on an iterative method, the filter that satisfies the minimize requirements of (7) could be obtained.

For reducing of multiplying operations in the filtering process, the symmetric or antisymmetric characteristic is used as constraint for subfilters, that is, the implementation complex can be reduced approximately by a factor of two.

In summary, the design criteria of the frequency response compensation filter could be expressed as; where refers to the amplitude error limits refers to the length of each compensation filter. If both (9) and (10) are satisfied, the frequency response compensation filter may fulfill the compensation within the bandwidth .

3. Implementation

Considering the computational capacity of the existing computers, we adopt an optimization technique to design a compensation filter for each channel. The purpose is to minimize the design deviation under the condition to ensure the accuracy of channel frequency response correction with less resource consumption. (i) Step 1: obtain the frequency response of channels , and select the reference frequency response mode .(ii) Step 2: The optimal design of compensation filter, which meets the constraints of (9) and (10), could be designed by combination with the frequency sampling filter design method and Parks-McClellan optimization algorithm [10, 11].(iii) Step 2(a): a proper filter should be firstly searched for as initial filter used for the iterative algorithm. As the amplitude-frequency response and the phase-frequency response have been known, the initial filter could be simply designed. The amplitude-frequency response of the filter within the given pass band will be and within the stop band will be zero. And the phase response is linear a corroding to constraint (10). With frequency response sampling data, it is very quick to obtain the initial filter coefficient , by the frequency sampling design method and the IFFT transformation.(iv) Step 2(b): compute actual frequency response of initial filter . According to the Parks-McClellan optimization algorithm, if the actual frequency response of filter with order does not satisfy the constraint condition (9) and (10), then the filter order will be updated. The minimax algorithm is used to design the new filter with order , until the constrained conditions are satisfied. And then, the -order filter is the frequency response compensation filter for the th channel.(v) Step 3: repeat Steps 2(a) and 2(b), until the frequency response compensation filters for all channels are designed. Then, the design of frequency response compensation filter is completed.

In the design process, in order to utilize the filter design criteria simply, the pass band is divided into equivalent portions at equal spaces, , . Therefore, the constraint of (9) may be expressed as

4. Experimental Results

In this section, we performed several simulations results to demonstrate the feasibility and effectiveness of the proposed algorithm.

Experiment . The feasibility of proposed calibration algorithm has been evaluated in a two-channel TIADC system with equivalent sampling rate at 1GSPS supported by two 8 Bit-500MSPS ADCs (Ideal_8_Bit.adc) [12]. Assume that a certain bandwidth mismatch exists among channels. Based on assumption, the frequency response of the th channel can be defined as [4] Equation (12) contains both magnitude and phase contributions, where is the sampling time constant of th channel, and = 0.8 , 0.9 . Figure 5 shows the frequency response of each channel in the TIADC system.

A sine wave with frequency is used as a test signal. The frequency spectra of the original output sequence before and after compensation are depicted in Figures 6(a) and 6(b), respectively.

The experimental results indicate that the error spectra caused by frequency response mismatches are with very weak power after compensation. Now the calculated value of SNR is approximately 41.95 dB leading to an improvement of 9.6 dB, the ENOB (effective number of bits) is increased by 6.67 Bit–5.09 Bit, and the SFDR (spurious free dynamic range) is enhanced from 32.83 dB to 54.29 dB. The additional spurious components in the spectrum have been reduced efficiently. The rest of the additional spurious components may be caused by phase-frequency response mismatch that is not calibrated in this paper. This performance of this TIADC system verifies the effectiveness of the proposed algorithm.

Experiment . The frequency response calibration is already used in an actual underdesigned digital storage oscilloscope (DSO) (shown in Figure 7). This system is a double-channel acquisition system with a whole sampling frequency of and designed bandwidth of .

The amplitude-frequency response of each channel is characterized by a sinusoid sweeping test. Figure 8 shows the experimental result.

In Figure 8, the “Ideal” curve gives the reference amplitude-frequency response of the Gaussian response mode, curve with “·” and curve with “*” represent the amplitude-frequency response of two actual sampling channels respectively. Clearly, the gains of each channel with respect to different frequency components of input signals are changing, and it results in the unflatness of the actual frequency response. Meanwhile, the insufficiency of designed bandwidth also degrades the actual system’s performance.

According to the proposed design procedure, the amplitude-frequency response of compensation filters and are shown in Figure 9.

After applying the compensation, the amplitude-frequency response of the whole system is also evaluated using a sinusoid sweeping test, and the result is shown in Figure 10.

Obviously, it can be seen from Figure 10 that the bandwidth of the system after compensation is  GHz , and, in the pass band, the flatness of the amplitude-frequency response also meets the requirements.

5. Discussions and Conclusions

In the wideband TIADC acquisition system, the frequency response mismatch at the high-frequency part is not avoidable. The high fidelity of signals sampling could be ensured by employing the digital postprocessing technique. With the proposed algorithm, it is possible to improve the measurement bandwidth and compensate the frequency response mismatch. The algorithm is realized by an adaptive optimal filter that could meet the design requirements. By the digital signal postprocessing technique, frequency response can be compensated online. And it breaks the limitation of the analog calibration and improves the system’s measurement bandwidth so as to satisfy the testing requirements of wideband signals.

In this paper, we only consider the amplitude-frequency response mismatch of the TIADC system. As the phase-frequency response will change at a higher sampling frequency, our future work may focus on both amplitude-frequency response and phase-frequency response mismatches for high sampling system.

Acknowledgments

This work was supported by the Fundamental Research Funds for the Central University of China (A03007023801217) and (A03008023801080) and the Specialized Research Fund for the Doctoral Program of Higher Education of China (Grant no. 20120185130002).