Skip to main content

Efficient implementation of 90° phase shifter in FPGA

Abstract

In this article, we present an efficient way of implementing 90° phase shifter using Hilbert transformer with canonic signed digit (CSD) coefficients in FPGA. It is implemented using 27-tap symmetric finite impulse response (FIR) filter. Representing the filter coefficients by CSD eliminates the need for multipliers and the filter is implemented using shifters and adders/subtractors. The simulated results for the frequency response of the Hilbert transformer with infinite precision coefficients and CSD coefficients agree with each other. The proposed architecture requires less hardware as one adder is saved for the realization of every negative coefficient compared to convectional CSD FIR filter implementation. Also, it offers a high accuracy of phase shift.

Introduction

Phase shifters have wide spread applications [13], in particular, 90° phase shifters are used in wireless communication for single side band generation, IQ modulation and image rejection. Digital implementation of 90° phase shifters is in high demand as many of the digital communication systems use FPGAs [46]. The FPGAs offer a wide range of performance for implementing DSP algorithms and hence it is important to efficiently map the algorithm in order to optimize the area and speed. Hilbert transformer is the most widely used 90° phase shifter implemented either by a finite impulse response (FIR) [79] or by an infinite impulse response (IIR) filter [10]. Since the Hilbert transformer is required to shift the phase by 90° over a wide range of frequencies, FIR filter with linear phase is preferred over IIR filter. The conventional method of implementing the FIR filter is by adders/subtractors and multipliers. The computational time of a multiplier is more than that of an adder/subtractor and also occupies more hardware. In order to increase the speed and reduce the hardware cost, the coefficients of the filter are represented in canonic signed digits (CSD), which is the representation of the coefficients in powers of two. The resulting FIR filter can be implemented using shifters and adders/subtractors without multipliers. The CSD coefficients have minimum number of non-zero values when compared to other radix-2 representations which in turn again reduces the number of adders [11]. In this article, an efficient way of implementing the FIR filter with CSD coefficients is proposed which reduces the number of adders/subtractors compared to the convectional way of implementing the filter with CSD coefficients. In our application, this 90° phase shifter is used for digital image rejection of a demodulated RF signal on the receiver side of a wireless communication system.

CSD representation of filter coefficients

Encoding a binary number such that it contains the fewest number of non-zero bits is called canonic signed digit (CSD). It maps a number to a ternary system {-1,0,1} versus a binary system {0,1}. The following are the properties of CSD numbers:

No two consecutive bits in a CSD number are non-zero.

The CSD representation of a number contains the minimum possible number of non-zero bits, thus the name canonic.

The CSD representation of a number is unique. Among the N-bit CSD numbers in the range [-1,1], the average number of non-zero bits is N/3 + 1/9 + O(2 - N).

Hence, on average, CSD numbers contain about 33% fewer non-zero bits than two's complement numbers [11]. Now the multipliers in the digital filters are realized using shifters and adders/subtractors. This results in the area reduction for digital filters. Here, the complexity of a digital filter is a function of the number of non-zero digits in the filter coefficient. Encoding the filter coefficient using the CSD representation reduces the number of partial products as well as the area and the power consumption. Hence, it is a useful technique for implementing FIR Filters with fixed coefficients. Digital FIR filters can take advantage of this CSD representation.

In order to simplify the hardware, the filter is designed with coefficients represented by powers of two (CSD). The following are the specifications used for the FIR filter design.

  • Symmetry: Negative

  • Sampling frequency: 140 MHz

  • Pass band (normalized): 0.1-0.9

  • Number of taps: 27

  • Pass band ripple: 0.1 dB

  • Stop band attenuation: 50 dB

  • Coefficients precision: 12 bits

  • CSD precision: 2

The following steps are followed for the design in MATLAB:

  1. (1)

    Determine the filter coefficients using Parks-McClellan FIR filter.

  2. (2)

    Convert the filter coefficients to finite precision coefficients.

  3. (3)

    Represent each coefficient in CSD using the algorithm in [11].

The Parks-McClellan algorithm is optimal in min-max sense, however, suffers from pass band ripples. For applications that require zero ripple in the pass band and small transition bandwidth, maximally flat FIR filters can be used which have zero ripple in the pass band [12]. The coefficient precision can be varied till the response is close to the infinite precision frequency response. The number of taps as well as the digits in the CSD is kept minimum for efficient hardware implementation. The number of taps is varied till the desired response is obtained. The number of filter taps after optimization is 27 and the CSD coefficient precision is 12 bits. Table 1 gives the CSD coefficients generated from the algorithm in [11] from MATLAB. The frequency response of the Hilbert transform with infinite precision coefficients and CSD coefficients are shown in Figure 1 and they agree with each other.

Table 1 CSD representation of filter coefficients.
Figure 1
figure 1

Frequency response of Hilbert transform FIR filter. Inset showing pass-band ripple.

Hardware architecture

The proposed hardware architecture is shown in Figure 2. The architecture consists of two basic blocks: coefficient add/sub and tap adder. The delays are modeled as Flip-Flop.

Figure 2
figure 2

Hardware implementation.

Direct Form II filter architecture is chosen for implementation. Negative powers of two is equivalent to division by powers of two and can be implemented by simple bit shifting of the input signal X(n) to the right for a specific number of positions to get the various shifted signals which forms the input to the coefficient add/sub block. In Figure 2, the bit shifts are denoted by " > > " symbols and the input X(n) is represented in 14 bits. Making use of the symmetric nature of the coefficients, h(14)-h(26) are realized using adders/subtractors that make up the coefficient add/sub block and the coefficients h(0)-h(12) are obtained by multiplying by -1. This reduces the number of multiplications (shifters and adders/subtractors) to half. There must be at least one positive digit in the CSD for multiplication implementation and hence h(14)-h(26) is implemented instead of h(0)-h(13). The positive coefficients h(14)-h(26) will have at least one positive digit in the CSD representation. On the other hand, the negative coefficients may not have one positive digit in the representation like h(2) and h(4). Such coefficients require subtraction from zero which is avoided here. The convectional way of implementing multiplication by -1 is by complementing and adding one. Here, we use a NOT gate for complementing and the carry of the tap adder is set instead of using an additional adder for adding one as shown in Figure 2. The setting of the carry in the tap adder eliminates the need for seven additional adders that are needed to implement the negative coefficients. One adder is saved for each negative coefficient implementation and this reduces the hardware cost compared to the convectional implementation of the filter with CSD coefficients. A comparison of the hardware cost for the convectional CSD and the proposed CSD implementation is shown in Table 2.

Table 2 Hardware comparison.

FPGA implementation

The complete filter hardware was described in VHDL and synthesized using Xilinx ISE 9.2i. The architecture has a maximum speed of 144 MHz. In order to use it for digital image rejection of demodulated RF signal, the proposed architecture is implemented in Virtex-4 FPGA (XC4VFX20-10FFG672C). For this, a board with the mentioned FPGA and a USB controller is used. The input to the FPGA is fed from 14-bit A/D converter which is clocked at 140 MHz. In order to test the performance of the architecture, it was tested with sinusoidal inputs of three different frequencies. A 7, 13, and 20 MHz sine input was given at the input of the A/D converter. The phase shifts obtained are 90.7°, 89.98°, and 89.73°, respectively. The data from FPGA are captured in the PC and visualized in MATLAB. The phase shifted output for a 13-MHz sinusoidal input is shown in Figure 3.

Figure 3
figure 3

Phase shifted output.

Conclusion

The Hilbert transformer design with CSD coefficients for determining the impulse response is presented. An efficient architecture for implementing the filter in FPGA is presented. By using the symmetric nature of the filter coefficients, the hardware cost is reduced for the negative filter coefficient implementation. In the propose architecture, negative coefficient realization eliminates the need for additional seven adders compared to the conventional method of CSD FIR filter implementation.

Abbreviations

CSD:

canonic signed digit

FIR:

finite impulse response

IIR:

infinite impulse response.

References

  1. Yu W, Lai J-m: A fully digital DLLs integrated in FPGAs. 9th International Conference on Solid-State and Integrated-Circuit Technology (ICSICT) 2008, 3.

    Google Scholar 

  2. Asoodeh A, Atarodi M: A 6-bit active digital phase shifter. IEICE Electron Express 2011,8(3):121-128. 10.1587/elex.8.121

    Article  Google Scholar 

  3. Viveiros D Jr, Consonni D, Jastrzebski AK: A tunable all-pass MMIC active phase shifter. Microwave Theory Tech IEEE Trans 2002,50(8):1885-1889. 10.1109/TMTT.2002.801315

    Article  Google Scholar 

  4. Naghmash MS, Ain MF, Hui CY: FPGA implementation of software defined radio model based 16QAM. Eur J Sci Res 2009,35(2):301.

    Google Scholar 

  5. Shekhar H, Mahto CB, Vasudevan N: FPGA implementation of tunable FFT for SDR receiver. IJCSNS Int J Comput Sci Netw Secur 2009,9(5):186-190.

    Google Scholar 

  6. Thomos C, Kalivas G: FPGA-based architecture of a DS-UWB Channel Estimator and RAKE Receiver employing a hybrid selection scheme. 2010 IEEE 17th International Conference on Telecommunications (ICT) 2010, 903-909.

    Chapter  Google Scholar 

  7. Gorgui-Naguib RN, Dlay SS: Hardware implementation of a Hilbert transformer. Proceedings of IEEE Mediterranean Electrotechnical Conference (MELECON'91) 1991, 404-407.

    Google Scholar 

  8. He S, Torkelson M: FPGA implementation of FIR filters using pipelined bit-serial canonical signed digit multipliers. Proceedings of IEEE Custom Integrated Circuits Conference (CICC'94) 1994, 81-84.

    Chapter  Google Scholar 

  9. Takahashi Y, Kitajima T, Takahashi K: Hilbert transformer design using CSD FIR filter. Proceedings of 2001 International Technical Conference on Circuits/Systems Computers and Communications (ITC-CSCC 2001) 2001, 921-924.

    Google Scholar 

  10. Gomes JGRC, Petraglia A: An analog sampled-data DSB to SSB converter using recursive Hilbert transformer for accurate I and Q channel matching. IEEE Trans Circuit Syst II 2002,49(3):177-186. 10.1109/TCSII.2002.1013864

    Article  Google Scholar 

  11. Samueli H: An improved search algorithm for the design of multiplier less FIR filters with powers-of- two coefficients. IEEE Trans Circuits Syst 1989, 36: 1044-1047. 10.1109/31.31347

    Article  Google Scholar 

  12. Cooklev T, Nishihara A: Maximally flat Hilbert transformers. Int J Circuit Theory Appl 1993, 21: 563-570. 10.1002/cta.4490210607

    Article  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Punithavathi Duraiswamy.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Duraiswamy, P., Bauwelinck, J. & Vandewege, J. Efficient implementation of 90° phase shifter in FPGA. EURASIP J. Adv. Signal Process. 2011, 32 (2011). https://doi.org/10.1186/1687-6180-2011-32

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2011-32

Keywords