BYU Home page BRIGHAM YOUNG UNIVERSITY  
Search BYU 
ECEn 485: Timing Synchronization for QPSK

Your previous QPSK Simulink Exercise assumed you knew the phase of the symbol clock at the transmitter (i.e. you knew where symbols begin and end). Unfortunately, this is not the case in practice. The symbol timing phase is unknown and must be extracted from the received signal using a symbol timing recovery subsystem.

In this exercise, you will design the symbol timing recovery subsystem for QPSK which will be used to process QPSK modulated data contained in the file qpsktrdata.mat. This is a multi-rate system where the sample clock and the data clock are not quite aligned and are said to be incommensurate.

The design should start with your design from the QPSK Exercise. The symbol timing synchronization subsystem is shown in blue in the figure below.
[image]

Design Notes:
5
The enabled hold block keeps the input value when the enable signal is 0 and accepts a new input when the enable signal is > 0. This block is needed since the fractional interval is updated by the mod-1 counter only once per symbol but the interpolator needs it 2 times per symbol. The hold operation ensures that the interpolator is using the proper value for the fractional interval.

Simulink provides skeletal enabled subsystems:

Simulink -> Ports & Subsystems -> Enabled Subsystem

The default enabled subsystem is shown below:
[image]

The subsystem consists of a simple wire with the enable icon above it. This means the wire is only active when the enable signal exceeds a predefined threshold (double click on the enable block to set the threshold). When the enable signal is below the predefined threshold, nothing happens and the output holds its value.


Design the timing phase detector and loop filter using blocks from the Simulink, Communications Blockset, and DSP Blockset libraries.


Back to the ECEn 485 Simulink Exercise Page.

Maintained by the ECEn Web Team (other formats). Based on this XML and ver. 3.4 of the ECEn web templates.
Copyright © 1994-2004. Brigham Young University. All Rights Reserved.