SlideShare a Scribd company logo
BY
Israa Tariq
Supervisor
Mohammed Baqer Alaie
2022
INTRODUCTION
In a digital transmission system, the transmission chain includes several oscillators for
• modulation and demodulation
• up- and down-conversion
• clocking symbol and bit-streams
• sampling
The synchronisation functions of the receiver have to be locked to the received signal. It is not possible to recover
correct frequencies/phases without any control mechanisms. The receiver has to ‘dig out’ the synchronisation
information from the received signal
• Synchronisation has to be done at least in the following levels:
• Carrier recovery
• Symbol timing recovery
• Frame synchronisation
CARRIER RECOVERY
Reasons for carrier phase/frequency errors:
 Transmitter local oscillators used for up-conversion and modulation
 Receiver local oscillators used for down-conversion and demodulation
 Up/down-conversion in repeaters
 Doppler shift in mobile channels and non-geostationary satellite systems
In the traditional approach, the receiver local oscillator(s) are adjusted adaptively to match the
frequency and phase with the received signal.
 In differentially coherent (e.g., DPSK) or non-coherent (e.g., FSK) systems, sufficiently accurate
frequency adjustment is enough
 Accurate phase recovery is needed in coherent detection
 For complex alphabets, accurate phases for the quadrature carriers are needed (90 degree phase
shift for I & Q branches)
Carrier recovery is often done in two parts:
1. Coarse frequency adjustment
2. Fine frequency adjustment and phase recovery
EFFECTS OF CARRIER SYNCHRONISATION ERRORS
 Constant carrier phase error  corresponds to a rotation of the
constellation
Ak  e jAk
 Constant carrier frequency error  corresponds to time-varying rotation
of the constellation
Ak  e jkTAk
If the parameters can be estimated with sufficient accuracy, these effects can
easily be compensated by a complex multiplier in baseband processing, prior
to detection.
SYMBOL TIMING RECOVERY
In the traditional approach, the sampling clock is synchronised to the symbol
frequency and phase of the received signal.
The effects of symbol timing errors can be seen with the aid of the eye
pattern:
 the samples are not taken at the maximum eye opening
 ISI is introduced
 noise margin is reduced
Analog timing recovery:
ANALOG
PROCESSOR
DIGITAL
PROCESSOR
SIGNAL IN
SAMPLER
DATA OUT
SAMPLING
CLOCK
TIMING CONTROL
Hybrid timing recovery:
ANALOG
PROCESSOR
DIGITAL
PROCESSOR
SIGNAL IN
SAMPLER
DATA OUT
SAMPLING
CLOCK
TIMING CONTROL
Digital timing recovery:
ANALOG
PROCESSOR
DIGITAL
PROCESSOR
SIGNAL IN
SAMPLER
DATA OUT
SAMPLING
CLOCK
TIMING CONTROL
SYNCHRONISER CLASSES
ANALOG AND DIGITAL SOLUTIONS
Traditionally, analog or hybrid analog/digital solutions have been used for carrier and timing
recovery.
 Adjusting directly the demodulator local oscillator or sampling clock
 Phase-locked loops (PLLs) and related circuits have been used as key elements.
There is interest in digital solutions:
 Possibly better in terms of
size or power consumption or economy
 Better solutions can be found in terms of jitter performance and/or tracking speed
- Convergence speed is very important in mobile systems
- Long feedback loops can be avoided (e.g., in hybrid solutions, loops from the digital part back
to the analog part are needed)
=> speed
SAMPLING RATE OPTIONS
Theoretically in an optimal receiver for a linear transmission system, symbol-rate sampling can be used if and
only if
 matched filter is included in the receiver prior to sampling or sampling rate conversion to symbol rate
 sampling or sampling rate conversion to symbol rate is done at the correct phase
Otherwise there will be destructive aliasing effects.
Then it is clear that A/D conversion can be done at the symbol rate only in the analog or hybrid symbol timing
recovery schemes. (For the carrier recovery scheme, there are no such hard constraints.)
All-digital symbol timing recovery scheme requires higher-than- symbol-rate sampling.
A natural choice is to sample at twice the symbol rate (since the excess bandwidth is normally less than
100%).
SYNCHRONISATION PRINCIPLES
Data-aided (DA)
Based on reference symbol sequences known to the receiver (training signals,
preambles/midambles, pilot frequencies, etc.).
Decision-directed (DD)
Utilises detected symbol values as reference.
Non-data-aided (NDA)
Does not depend on known or detected symbol values.
It is clear that DA techniques result in the best synchronisation performance, but some part of
bandwidth or data transmission capacity is lost for the pilot signals or training sequences.
Decision-directed methods are sensitive to detection errors (but not very sensitive).
SYNCHRONISER OPERATION MODES
Acquisition mode
Start-up phase, during which the system achieves stable
operation.
Tracking mode
Normal operation mode, during which the system adapts to
slow variations of the synchronisation parameters.
Different synchronisation principles can be used during the two
phases.
Illustrating the Effect of Timing Jitter on Symbol Error
Rate:
ERROR
PROBABILITY
Pe|
Examples of the Effects of Symbol Timing Errors on Symbol
Error Rates, 2-level and 4-level PAM:
TIMING OFFSET
0 0.05 0.1 0.15
Timing error (as a fraction of T)
0.2 0.25
10−7
10−6
10−5
10−4
10−3
10−2
10−1
Symbol
Error
Probability
64−QAM
16−QAM
Feedback and feed-forward configurations
Symbol timing recovery can be done either in
feedback configuration
SAMPLER TO DETECTOR
LOOP
FILTER
VCO
TIMING ERROR
DETECTOR
or in feedforward configuration
SAMPLER
VCO
TIMING
ESTIMATION
TO DETECTO
The same is true also for carrier phase recovery.
Coarse carrier frequency recovery is usually based on
feedback configuration.
Examples of Receiver Structures
Coherent receiver:
MATCHED
FILTER
TIMING
RECOVERY
DETECTOR
r(t) r´(t) x(t) x(k)
SAMPLE AT
kT
ck
vt
e
j2
FREQ.
RECOVERY
ej
PHASE
RECOVERY
A more practical, modern receiver structure would have sampling at 2x symbol rate after the coarse
frequency recovery and implement the phase and timing recovery in the DSP domain.
Differential receiver:
MATCHED
FILTER
TIMING
RECOVERY
r(t) x(t) x(k)
SAMPLE AT
kT
vt
e
j2
FREQ.
RECOVERY
z1
TO
DETECTOR

ORDER OF THE BLOCKS IN ALL-DIGITAL
SOLUTIONS
The order of the symbol timing and carrier
recovery blocks can be selected rather freely.
 Normally the coarse frequency synchronization is
done first. Frequency errors which are
considerable in comparison to the signal
bandwidth woud destroy the band-selection and
matched filtering.
 Phase rotation and sampling/symbol timing
interpolation blocks can be interchanged.
 Different timing estimation / timing error
detection and phase estimation / phase
error detection methods may be needed
depending on the order of the blocks.
SOME AD-HOC TIMING RECOVERY
ALGORITHMS
A set of algorithms utilizes a timing tone, a symbol-rate spectral
component, which is obtained, e.g., by squaring the baseband data signal.
The timing tone can be extracted by
 a narrowband lowpass filter
 phase-locked loop
 computing DFT at the symbol frequency (i.e., a single
point of the DFT output is needed for each data block)
The timing jitter of these algorithms (and many others)
can be improved by a special prefilter, which produces a
symmetric, bandlimited spectrum at half of the symbol
rate. In fact, in some cases it is possible to achieve jitter-
free timing recovery.
MUELLER & MÜLLER ALGORITHM
The original paper describes a family of hybrid algorithms working at
symbol-rate samples. The most common (and most simple one) is the
following.
This is a decision-directed (or data-aided) algorithm.
It can be shown to be free of timing jitter in ideal conditions (after
convergence to zero timing error, no ISI).
This algorithm was developed originally for 2-PSK and QPSK, but has
been shown to work also in the case of high-order QAM-
constellations.
MATLAB CODE (OFDM SYNCHRONIZATION TEST OVERVIEW
A large data vector is regenerated for a given EbN0 value by the generateOFDMSignal function. This data is then
passed through the applyOFDMChannel function which introduces several common channel impairments. Finally
the data is passed to the receiver for recovery. The receiveOFDMSignal function operates by processing data on
a frame-by-frame basis. This processing mechanism is self-contained for performance benefits when using code
generation and for code simplicity. This script by default generates code for the transmitter and receiver
functions; this is accomplished by using the codegen command provided by the MATLAB Coder product.
The codegen command translates MATLAB functions to a C++ static or dynamic library, executable, or to a MEX
file, producing a code for accelerated execution. The generated C code runs several times faster than the original
MATLAB code.
During operation, the receiver will display a series of plots illustrating certain synchronization results and effects
on the signal.
Summary
This example utilizes several MATLAB System objects to simulate digital
communication with OFDM over an AWGN channel. It shows how to model several
parts of the OFDM system such as modulation, frequency estimation, timing
recovery, and equalization. The simulation also displays information about the
operation of the synchronization algorithms through a series of plots. This example
also utilizes code generation, allowing the simulation to run several times faster than
the original MATLAB code.
REFERENCES
1H. Meyr, M. Moeneclaey, S.A. Fechtel, Digital Communications Receivers - Synchro- nization, Channel Estimation, and Signal Processing. Wiley
1998.
2U. Mengali, A.N. D'Adrea, Synchronization Techniques for Digital Receivers. Plenum Press 1997.
3L.P. Sabel, W.G. Cowley, "Block processing feedforward symbol timing estimator for digital modems," Electronic Letters, vol. 30, no. 16, pp. 1273-
1274, Aug. 1994.
4R. Hamila, J. Vesma, and M. Renfors, ”Polynomial-Based Maximum Likelihood Tech- nique for Synchronization in Digital Receivers,” IEEE Trans.
Circuits Syst. II, vol. 49, pp. 567-576, Aug. 2002.
5L. Anttila, Baseband Signal Processing for a Narrowband Radio Modem. M.Sc. The- sis, TUT, Dept. of Electrical Engineering, Jan. 2004.
6F. M. Gardner, Frequency Detectors for Digital Demodulators via Maximum Likeli- hood Derivation, Final Report: Part II: ESTEC Contract No.
8022/88/NL/DG, Gardner Research Company, 1990.
7P. Z. Fan, M. Darnell, Sequence Design for Communications Applications, Research Studies Press, John Wiley & Sons Ltd, London, 1996.
8S. Kay, A Fast and Accurate Single Frequency Estimator, IEEE Transactions on Acoustics, Speech, and Signal Processing, Vol. 37, No. 12, pp.
1987-1990, December 1989.
9M. P. Fitz, Planar Filtered Techniques for Burst Mode Carrier Synchronization, paper 12.1.1, GLOBECOM ’91, Phoenix, Arizona, December 1991.
10U. Mengali, M. Morelli, Data-Aided Frequency Estimation for Burst Digital Trans- mission, IEEE Transactions on Communications, Vol. 45, No.
1, pp. 23-25, January 1997.

More Related Content

What's hot

Channel estimation
Channel estimationChannel estimation
Channel estimation
Prashant Sengar
 
Digital Communication: Information Theory
Digital Communication: Information TheoryDigital Communication: Information Theory
Digital Communication: Information Theory
Dr. Sanjay M. Gulhane
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
IJERD Editor
 
Channel Estimation
Channel EstimationChannel Estimation
Channel Estimation
Pei-Che Chang
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
Ahmad Gomaa
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
vilasini rvr
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
Gagan Randhawa
 
Sampling
SamplingSampling
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
mpsrekha83
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
@zenafaris91
 
Cs manual 2021
Cs  manual 2021Cs  manual 2021
Cs manual 2021
anushkannannk
 
Digital Modulation
Digital Modulation Digital Modulation
Digital Modulation
Ridwanul Hoque
 
Pulse Modulation ppt
Pulse Modulation pptPulse Modulation ppt
Pulse Modulation ppt
sanjeev2419
 
Wireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation TechniquesWireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation Techniques
mohammedalimahdi
 
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift KeyingPhase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Naveen Jakhar, I.T.S
 
Synchronization
SynchronizationSynchronization
ISI and Pulse shaping.ppt
ISI and Pulse shaping.pptISI and Pulse shaping.ppt
ISI and Pulse shaping.ppt
shashi480250
 
carrier synchronization
carrier synchronizationcarrier synchronization
carrier synchronization
bharadwajareddy
 

What's hot (20)

Channel estimation
Channel estimationChannel estimation
Channel estimation
 
Digital Communication: Information Theory
Digital Communication: Information TheoryDigital Communication: Information Theory
Digital Communication: Information Theory
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
 
Channel Estimation
Channel EstimationChannel Estimation
Channel Estimation
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Vblast
VblastVblast
Vblast
 
Sampling
SamplingSampling
Sampling
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
 
papr-presentation
papr-presentationpapr-presentation
papr-presentation
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
 
Cs manual 2021
Cs  manual 2021Cs  manual 2021
Cs manual 2021
 
Digital Modulation
Digital Modulation Digital Modulation
Digital Modulation
 
Pulse Modulation ppt
Pulse Modulation pptPulse Modulation ppt
Pulse Modulation ppt
 
Wireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation TechniquesWireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation Techniques
 
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift KeyingPhase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
 
Synchronization
SynchronizationSynchronization
Synchronization
 
ISI and Pulse shaping.ppt
ISI and Pulse shaping.pptISI and Pulse shaping.ppt
ISI and Pulse shaping.ppt
 
carrier synchronization
carrier synchronizationcarrier synchronization
carrier synchronization
 

Similar to Synchronisation in Digital.pptx

( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
Kevin Soni
 
Cfo in ofdm
Cfo in ofdmCfo in ofdm
Cfo in ofdm
Khalid Hussain
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptx
UditJain156267
 
pulse code modulation.pdf
pulse code modulation.pdfpulse code modulation.pdf
pulse code modulation.pdf
StannousGreen
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
Ashok Kumar Barla
 
Modem synchronization and control
Modem synchronization and controlModem synchronization and control
Modem synchronization and control
sirish2chandraa
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
erindrasen
 
Resynchronisation or reconnection or transition of microgrid with the utility...
Resynchronisation or reconnection or transition of microgrid with the utility...Resynchronisation or reconnection or transition of microgrid with the utility...
Resynchronisation or reconnection or transition of microgrid with the utility...
Siksha 'O' Anusandhan (Deemed to be University )
 
Adc lab
Adc labAdc lab
Adc lab
xyxz
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation Schemes
IJCSIS Research Publications
 
EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptx
geremu2
 
PAM4 Analysis and Measurement Considerations Webinar
PAM4 Analysis and Measurement Considerations WebinarPAM4 Analysis and Measurement Considerations Webinar
PAM4 Analysis and Measurement Considerations Webinar
Hilary Lustig
 
PAM4 Analysis and Measurement Webinar Slidedeck
PAM4 Analysis and Measurement Webinar SlidedeckPAM4 Analysis and Measurement Webinar Slidedeck
PAM4 Analysis and Measurement Webinar Slidedeck
teledynelecroy
 
All digital wide range msar controlled duty cycle corrector
All digital wide range msar controlled duty cycle correctorAll digital wide range msar controlled duty cycle corrector
All digital wide range msar controlled duty cycle corrector
acijjournal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
A Low Power Delay Buffer Using Gated Driver Tree
A Low Power Delay Buffer Using Gated Driver TreeA Low Power Delay Buffer Using Gated Driver Tree
A Low Power Delay Buffer Using Gated Driver Tree
IOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
IOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
IOSR Journals
 
Development of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck ConverterDevelopment of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck Converter
IJPEDS-IAES
 
3.1 structure of a wireless communicaiton link
3.1   structure of a wireless communicaiton link3.1   structure of a wireless communicaiton link
3.1 structure of a wireless communicaiton link
JAIGANESH SEKAR
 

Similar to Synchronisation in Digital.pptx (20)

( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
 
Cfo in ofdm
Cfo in ofdmCfo in ofdm
Cfo in ofdm
 
Equalization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptxEqualization with the help of Non OMA.pptx
Equalization with the help of Non OMA.pptx
 
pulse code modulation.pdf
pulse code modulation.pdfpulse code modulation.pdf
pulse code modulation.pdf
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
 
Modem synchronization and control
Modem synchronization and controlModem synchronization and control
Modem synchronization and control
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
Resynchronisation or reconnection or transition of microgrid with the utility...
Resynchronisation or reconnection or transition of microgrid with the utility...Resynchronisation or reconnection or transition of microgrid with the utility...
Resynchronisation or reconnection or transition of microgrid with the utility...
 
Adc lab
Adc labAdc lab
Adc lab
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation Schemes
 
EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptx
 
PAM4 Analysis and Measurement Considerations Webinar
PAM4 Analysis and Measurement Considerations WebinarPAM4 Analysis and Measurement Considerations Webinar
PAM4 Analysis and Measurement Considerations Webinar
 
PAM4 Analysis and Measurement Webinar Slidedeck
PAM4 Analysis and Measurement Webinar SlidedeckPAM4 Analysis and Measurement Webinar Slidedeck
PAM4 Analysis and Measurement Webinar Slidedeck
 
All digital wide range msar controlled duty cycle corrector
All digital wide range msar controlled duty cycle correctorAll digital wide range msar controlled duty cycle corrector
All digital wide range msar controlled duty cycle corrector
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
A Low Power Delay Buffer Using Gated Driver Tree
A Low Power Delay Buffer Using Gated Driver TreeA Low Power Delay Buffer Using Gated Driver Tree
A Low Power Delay Buffer Using Gated Driver Tree
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Development of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck ConverterDevelopment of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck Converter
 
3.1 structure of a wireless communicaiton link
3.1   structure of a wireless communicaiton link3.1   structure of a wireless communicaiton link
3.1 structure of a wireless communicaiton link
 

More from MONEERTHAMEER

Hassan hassan mechanical fourth stage.pptx
Hassan hassan mechanical fourth stage.pptxHassan hassan mechanical fourth stage.pptx
Hassan hassan mechanical fourth stage.pptx
MONEERTHAMEER
 
8XXX alloy - .pptx
8XXX alloy -  .pptx8XXX alloy -  .pptx
8XXX alloy - .pptx
MONEERTHAMEER
 
Ferritic stainless steel.pptx
 Ferritic stainless steel.pptx Ferritic stainless steel.pptx
Ferritic stainless steel.pptx
MONEERTHAMEER
 
السلامة المهنية.pptx
السلامة المهنية.pptxالسلامة المهنية.pptx
السلامة المهنية.pptx
MONEERTHAMEER
 
Electron Beam Melting.pptx
 Electron Beam Melting.pptx Electron Beam Melting.pptx
Electron Beam Melting.pptx
MONEERTHAMEER
 
EDS.pptx
  EDS.pptx  EDS.pptx
EDS.pptx
MONEERTHAMEER
 
Critical Assessment of the Al-Ti-Zr System.pptx
  Critical Assessment of the Al-Ti-Zr System.pptx  Critical Assessment of the Al-Ti-Zr System.pptx
Critical Assessment of the Al-Ti-Zr System.pptx
MONEERTHAMEER
 
electronic.ppt
electronic.pptelectronic.ppt
electronic.ppt
MONEERTHAMEER
 
control .pptx
control .pptxcontrol .pptx
control .pptx
MONEERTHAMEER
 
Robust Control .pptx
Robust Control .pptxRobust Control .pptx
Robust Control .pptx
MONEERTHAMEER
 
roaming.pptx
 roaming.pptx roaming.pptx
roaming.pptx
MONEERTHAMEER
 
Traffic Accidents .pptx
Traffic Accidents   .pptxTraffic Accidents   .pptx
Traffic Accidents .pptx
MONEERTHAMEER
 
FBMC-OQAM Modulation.pptx
FBMC-OQAM Modulation.pptxFBMC-OQAM Modulation.pptx
FBMC-OQAM Modulation.pptx
MONEERTHAMEER
 
presentation.pptx
presentation.pptxpresentation.pptx
presentation.pptx
MONEERTHAMEER
 
concrete .pdf
 concrete .pdf concrete .pdf
concrete .pdf
MONEERTHAMEER
 
Verilog HDL 0001.pdf
Verilog HDL  0001.pdfVerilog HDL  0001.pdf
Verilog HDL 0001.pdf
MONEERTHAMEER
 
plane wave .pdf
 plane wave .pdf plane wave .pdf
plane wave .pdf
MONEERTHAMEER
 
transmission line
 transmission line transmission line
transmission line
MONEERTHAMEER
 

More from MONEERTHAMEER (20)

Hassan hassan mechanical fourth stage.pptx
Hassan hassan mechanical fourth stage.pptxHassan hassan mechanical fourth stage.pptx
Hassan hassan mechanical fourth stage.pptx
 
8XXX alloy - .pptx
8XXX alloy -  .pptx8XXX alloy -  .pptx
8XXX alloy - .pptx
 
5G.pptx
5G.pptx5G.pptx
5G.pptx
 
Ferritic stainless steel.pptx
 Ferritic stainless steel.pptx Ferritic stainless steel.pptx
Ferritic stainless steel.pptx
 
السلامة المهنية.pptx
السلامة المهنية.pptxالسلامة المهنية.pptx
السلامة المهنية.pptx
 
Electron Beam Melting.pptx
 Electron Beam Melting.pptx Electron Beam Melting.pptx
Electron Beam Melting.pptx
 
EDS.pptx
  EDS.pptx  EDS.pptx
EDS.pptx
 
Critical Assessment of the Al-Ti-Zr System.pptx
  Critical Assessment of the Al-Ti-Zr System.pptx  Critical Assessment of the Al-Ti-Zr System.pptx
Critical Assessment of the Al-Ti-Zr System.pptx
 
electronic.ppt
electronic.pptelectronic.ppt
electronic.ppt
 
control .pptx
control .pptxcontrol .pptx
control .pptx
 
Robust Control .pptx
Robust Control .pptxRobust Control .pptx
Robust Control .pptx
 
roaming.pptx
 roaming.pptx roaming.pptx
roaming.pptx
 
finite.pptx
 finite.pptx finite.pptx
finite.pptx
 
Traffic Accidents .pptx
Traffic Accidents   .pptxTraffic Accidents   .pptx
Traffic Accidents .pptx
 
FBMC-OQAM Modulation.pptx
FBMC-OQAM Modulation.pptxFBMC-OQAM Modulation.pptx
FBMC-OQAM Modulation.pptx
 
presentation.pptx
presentation.pptxpresentation.pptx
presentation.pptx
 
concrete .pdf
 concrete .pdf concrete .pdf
concrete .pdf
 
Verilog HDL 0001.pdf
Verilog HDL  0001.pdfVerilog HDL  0001.pdf
Verilog HDL 0001.pdf
 
plane wave .pdf
 plane wave .pdf plane wave .pdf
plane wave .pdf
 
transmission line
 transmission line transmission line
transmission line
 

Recently uploaded

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

Synchronisation in Digital.pptx

  • 2. INTRODUCTION In a digital transmission system, the transmission chain includes several oscillators for • modulation and demodulation • up- and down-conversion • clocking symbol and bit-streams • sampling The synchronisation functions of the receiver have to be locked to the received signal. It is not possible to recover correct frequencies/phases without any control mechanisms. The receiver has to ‘dig out’ the synchronisation information from the received signal • Synchronisation has to be done at least in the following levels: • Carrier recovery • Symbol timing recovery • Frame synchronisation
  • 3. CARRIER RECOVERY Reasons for carrier phase/frequency errors:  Transmitter local oscillators used for up-conversion and modulation  Receiver local oscillators used for down-conversion and demodulation  Up/down-conversion in repeaters  Doppler shift in mobile channels and non-geostationary satellite systems In the traditional approach, the receiver local oscillator(s) are adjusted adaptively to match the frequency and phase with the received signal.  In differentially coherent (e.g., DPSK) or non-coherent (e.g., FSK) systems, sufficiently accurate frequency adjustment is enough  Accurate phase recovery is needed in coherent detection  For complex alphabets, accurate phases for the quadrature carriers are needed (90 degree phase shift for I & Q branches) Carrier recovery is often done in two parts: 1. Coarse frequency adjustment 2. Fine frequency adjustment and phase recovery
  • 4. EFFECTS OF CARRIER SYNCHRONISATION ERRORS  Constant carrier phase error  corresponds to a rotation of the constellation Ak  e jAk  Constant carrier frequency error  corresponds to time-varying rotation of the constellation Ak  e jkTAk If the parameters can be estimated with sufficient accuracy, these effects can easily be compensated by a complex multiplier in baseband processing, prior to detection.
  • 5. SYMBOL TIMING RECOVERY In the traditional approach, the sampling clock is synchronised to the symbol frequency and phase of the received signal. The effects of symbol timing errors can be seen with the aid of the eye pattern:  the samples are not taken at the maximum eye opening  ISI is introduced  noise margin is reduced
  • 6. Analog timing recovery: ANALOG PROCESSOR DIGITAL PROCESSOR SIGNAL IN SAMPLER DATA OUT SAMPLING CLOCK TIMING CONTROL Hybrid timing recovery: ANALOG PROCESSOR DIGITAL PROCESSOR SIGNAL IN SAMPLER DATA OUT SAMPLING CLOCK TIMING CONTROL Digital timing recovery: ANALOG PROCESSOR DIGITAL PROCESSOR SIGNAL IN SAMPLER DATA OUT SAMPLING CLOCK TIMING CONTROL SYNCHRONISER CLASSES
  • 7. ANALOG AND DIGITAL SOLUTIONS Traditionally, analog or hybrid analog/digital solutions have been used for carrier and timing recovery.  Adjusting directly the demodulator local oscillator or sampling clock  Phase-locked loops (PLLs) and related circuits have been used as key elements. There is interest in digital solutions:  Possibly better in terms of size or power consumption or economy  Better solutions can be found in terms of jitter performance and/or tracking speed - Convergence speed is very important in mobile systems - Long feedback loops can be avoided (e.g., in hybrid solutions, loops from the digital part back to the analog part are needed) => speed
  • 8. SAMPLING RATE OPTIONS Theoretically in an optimal receiver for a linear transmission system, symbol-rate sampling can be used if and only if  matched filter is included in the receiver prior to sampling or sampling rate conversion to symbol rate  sampling or sampling rate conversion to symbol rate is done at the correct phase Otherwise there will be destructive aliasing effects. Then it is clear that A/D conversion can be done at the symbol rate only in the analog or hybrid symbol timing recovery schemes. (For the carrier recovery scheme, there are no such hard constraints.) All-digital symbol timing recovery scheme requires higher-than- symbol-rate sampling. A natural choice is to sample at twice the symbol rate (since the excess bandwidth is normally less than 100%).
  • 9. SYNCHRONISATION PRINCIPLES Data-aided (DA) Based on reference symbol sequences known to the receiver (training signals, preambles/midambles, pilot frequencies, etc.). Decision-directed (DD) Utilises detected symbol values as reference. Non-data-aided (NDA) Does not depend on known or detected symbol values. It is clear that DA techniques result in the best synchronisation performance, but some part of bandwidth or data transmission capacity is lost for the pilot signals or training sequences. Decision-directed methods are sensitive to detection errors (but not very sensitive).
  • 10. SYNCHRONISER OPERATION MODES Acquisition mode Start-up phase, during which the system achieves stable operation. Tracking mode Normal operation mode, during which the system adapts to slow variations of the synchronisation parameters. Different synchronisation principles can be used during the two phases.
  • 11. Illustrating the Effect of Timing Jitter on Symbol Error Rate: ERROR PROBABILITY Pe| Examples of the Effects of Symbol Timing Errors on Symbol Error Rates, 2-level and 4-level PAM: TIMING OFFSET 0 0.05 0.1 0.15 Timing error (as a fraction of T) 0.2 0.25 10−7 10−6 10−5 10−4 10−3 10−2 10−1 Symbol Error Probability 64−QAM 16−QAM
  • 12. Feedback and feed-forward configurations Symbol timing recovery can be done either in feedback configuration SAMPLER TO DETECTOR LOOP FILTER VCO TIMING ERROR DETECTOR or in feedforward configuration SAMPLER VCO TIMING ESTIMATION TO DETECTO The same is true also for carrier phase recovery. Coarse carrier frequency recovery is usually based on feedback configuration.
  • 13. Examples of Receiver Structures Coherent receiver: MATCHED FILTER TIMING RECOVERY DETECTOR r(t) r´(t) x(t) x(k) SAMPLE AT kT ck vt e j2 FREQ. RECOVERY ej PHASE RECOVERY A more practical, modern receiver structure would have sampling at 2x symbol rate after the coarse frequency recovery and implement the phase and timing recovery in the DSP domain. Differential receiver: MATCHED FILTER TIMING RECOVERY r(t) x(t) x(k) SAMPLE AT kT vt e j2 FREQ. RECOVERY z1 TO DETECTOR 
  • 14. ORDER OF THE BLOCKS IN ALL-DIGITAL SOLUTIONS The order of the symbol timing and carrier recovery blocks can be selected rather freely.  Normally the coarse frequency synchronization is done first. Frequency errors which are considerable in comparison to the signal bandwidth woud destroy the band-selection and matched filtering.  Phase rotation and sampling/symbol timing interpolation blocks can be interchanged.  Different timing estimation / timing error detection and phase estimation / phase error detection methods may be needed depending on the order of the blocks.
  • 15. SOME AD-HOC TIMING RECOVERY ALGORITHMS A set of algorithms utilizes a timing tone, a symbol-rate spectral component, which is obtained, e.g., by squaring the baseband data signal. The timing tone can be extracted by  a narrowband lowpass filter  phase-locked loop  computing DFT at the symbol frequency (i.e., a single point of the DFT output is needed for each data block) The timing jitter of these algorithms (and many others) can be improved by a special prefilter, which produces a symmetric, bandlimited spectrum at half of the symbol rate. In fact, in some cases it is possible to achieve jitter- free timing recovery.
  • 16. MUELLER & MÜLLER ALGORITHM The original paper describes a family of hybrid algorithms working at symbol-rate samples. The most common (and most simple one) is the following. This is a decision-directed (or data-aided) algorithm. It can be shown to be free of timing jitter in ideal conditions (after convergence to zero timing error, no ISI). This algorithm was developed originally for 2-PSK and QPSK, but has been shown to work also in the case of high-order QAM- constellations.
  • 17. MATLAB CODE (OFDM SYNCHRONIZATION TEST OVERVIEW
  • 18. A large data vector is regenerated for a given EbN0 value by the generateOFDMSignal function. This data is then passed through the applyOFDMChannel function which introduces several common channel impairments. Finally the data is passed to the receiver for recovery. The receiveOFDMSignal function operates by processing data on a frame-by-frame basis. This processing mechanism is self-contained for performance benefits when using code generation and for code simplicity. This script by default generates code for the transmitter and receiver functions; this is accomplished by using the codegen command provided by the MATLAB Coder product. The codegen command translates MATLAB functions to a C++ static or dynamic library, executable, or to a MEX file, producing a code for accelerated execution. The generated C code runs several times faster than the original MATLAB code. During operation, the receiver will display a series of plots illustrating certain synchronization results and effects on the signal.
  • 19. Summary This example utilizes several MATLAB System objects to simulate digital communication with OFDM over an AWGN channel. It shows how to model several parts of the OFDM system such as modulation, frequency estimation, timing recovery, and equalization. The simulation also displays information about the operation of the synchronization algorithms through a series of plots. This example also utilizes code generation, allowing the simulation to run several times faster than the original MATLAB code.
  • 20. REFERENCES 1H. Meyr, M. Moeneclaey, S.A. Fechtel, Digital Communications Receivers - Synchro- nization, Channel Estimation, and Signal Processing. Wiley 1998. 2U. Mengali, A.N. D'Adrea, Synchronization Techniques for Digital Receivers. Plenum Press 1997. 3L.P. Sabel, W.G. Cowley, "Block processing feedforward symbol timing estimator for digital modems," Electronic Letters, vol. 30, no. 16, pp. 1273- 1274, Aug. 1994. 4R. Hamila, J. Vesma, and M. Renfors, ”Polynomial-Based Maximum Likelihood Tech- nique for Synchronization in Digital Receivers,” IEEE Trans. Circuits Syst. II, vol. 49, pp. 567-576, Aug. 2002. 5L. Anttila, Baseband Signal Processing for a Narrowband Radio Modem. M.Sc. The- sis, TUT, Dept. of Electrical Engineering, Jan. 2004. 6F. M. Gardner, Frequency Detectors for Digital Demodulators via Maximum Likeli- hood Derivation, Final Report: Part II: ESTEC Contract No. 8022/88/NL/DG, Gardner Research Company, 1990. 7P. Z. Fan, M. Darnell, Sequence Design for Communications Applications, Research Studies Press, John Wiley & Sons Ltd, London, 1996. 8S. Kay, A Fast and Accurate Single Frequency Estimator, IEEE Transactions on Acoustics, Speech, and Signal Processing, Vol. 37, No. 12, pp. 1987-1990, December 1989. 9M. P. Fitz, Planar Filtered Techniques for Burst Mode Carrier Synchronization, paper 12.1.1, GLOBECOM ’91, Phoenix, Arizona, December 1991. 10U. Mengali, M. Morelli, Data-Aided Frequency Estimation for Burst Digital Trans- mission, IEEE Transactions on Communications, Vol. 45, No. 1, pp. 23-25, January 1997.