SlideShare une entreprise Scribd logo
1  sur  22
Télécharger pour lire hors ligne
TELE4653 Digital Modulation &
          Coding
                    Synchronization
                          Wei Zhang
                     w.zhang@unsw.edu.au


    School of Electrical Engineering and Telecommunications
              The University of New South Wales
Outline

 Carrier Phase Estimation
 Decision-Directed Loops
 Timing Estimation




                            TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.1/2
Signal Model
The received signal may be expressed as

           r(t) =     [sl (t − τ )ejφ + z(t)]ej2πfc t                                               (1)

where the carrier phase φ, due to the propagation delay τ is
φ = −2πfc τ .

           r(t) = s(t; φ, τ ) + n(t) = s(t; θ) + n(t)                                               (2)

where θ denotes the parameter vector {φ, τ }.
By performing an orthonormal expansion of r(t) using N
orthonormal functions {φn (t)}, we may represent r(t) by the
vector of coefficients (r1 r2 · · · rN ) r.

                                             TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.2/2
ML Estimation

Since the noise n(t) is white and zero-mean Gaussian, the joint
PDF p(r|θ) may be expressed as

                          N             N
                    1                        [rn − sn (θ)]2
       p(r|θ) =   √           exp −                                                                  (3)
                    2πσ                           2σ 2
                                       n=1

where rn = T0 r(t)φn (t)dt and sn (θ) = T0 s(t; θ)φn (t)dt, where
T0 is the integration interval. The maximization of p(r|θ) is
equivalent to the maximization of the likelihood function

                       1
          Λ(θ) = exp −              [r(t) − s(t; θ)]2 dt                                             (4)
                       N0      T0




                                              TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.3/2
Receiver Structure

Figure 5.1-1 shows a block diagram of a binary PSK receiver.
Figure 5.1-2 shows a block diagram of an M -ary PSK receiver.
Figure 5.1-3 shows a block diagram of an M -ary PAM receiver.
Figure 5.1-4 shows a block diagram of a QAM receiver.




                                       TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.4/2
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
Carrier Phase Estimation

Suppose we have an AM signal of the form

                  s(t) = A(t) cos(2πfc t + φ)                                                       (5)

If we demodulate the signal by multiplying s(t) with the carrier
reference

                                        ˆ
                    c(t) = cos(2πfc t + φ)                                                          (6)

and pass c(t)s(t) through a LP filter, we obtain
                         1             ˆ
                   y(t) = A(t) cos(φ − φ).                                                          (7)
                         2
A phase error of 30o results in a power loss of 1.25 dB.

                                             TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.9/2
Carrier Phase Estimation

The effect of carrier phase errors in QAM and M -ary PSK is
much more severe. The QAM and M -PSK signals may be
expressed as

       s(t) = A(t) cos(2πfc t + φ) − B(t) sin(2πfc t + φ).                                           (8)

The signal is demodulated by two quadrature carriers
                       ˆ                              ˆ
ci (t) = cos(2πfc t + φ) and cq (t) = − sin(2πfc t + φ). Multiplication
of s(t) with ci (t) and cq (t) followed by LP filtering, respectively,
yields
                       1               ˆ − 1 B(t) sin(φ − φ)ˆ
           yI (t) =      A(t) cos(φ − φ)                              (9)
                       2                    2
                       1                ˆ + 1 A(t) sin(φ − φ).
                                                            ˆ
          yQ (t) =       B(t) cos(φ − φ)                            (10)
                       2                    2
                                             TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.10/2
ML Phase Estimation

Assume τ = 0. The likelihood function Eq. (4) becomes

                  1
     Λ(φ) = exp −                    [r(t) − s(t; φ)]2 dt                                               (11)
                  N0            T0
                    1                 2      2
            = exp −                r (t)dt +                       r(t)s(t; φ)dt
                    N0          T0           N0              T0
                  1
                −            s2 (t; φ)dt                                                                (12)
                  N0    T0

The log-likelihood function is
                          2
                 ΛL (φ) =                 r(t)s(t; φ)dt                                                 (13)
                          N0         T0



                                                  TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.11/2
An Example

Consider the received signal as r(t) = A cos(2πfc t + φ) + n(t),
where φ is the unknown phase and can be estimated by
maximizing
                     2A
            ΛL (φ) =        r(t) cos(2πfc t + φ)dt             (14)
                     N 0 T0

                                               L (φ)
A necessary condition for a maximum is that dΛdφ = 0, which
yields
                                   ˆ
                 r(t) sin(2πfc t + φML )dt = 0            (15)
                    T0

or, equivalently,

ˆ
φM L = − tan−1                r(t) sin(2πfc t)dt/        r(t) cos(2πfc t)dt                               (16)
                         T0                         T0

                                                    TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.12/2
PLL

Eq. (15) implies the use of a loop (PLL) to extract the estimate
as illustrated in Fig. 5.2-1.
Eq. (16) implies an implementation that uses quadrature carriers
to cross-correlated with r(t), as shown in Fig. 5.2-2.
Please refer to TELE3113 lecture notes for details of PLL.




                                       TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.13/2
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
Decision-Directed Loops

A problem may arise in maximizing log-likelihood function when
the signal s(t; φ) carries the information sequence {I n }. In
decision-directed parameter estimation, we assume that {I n }
has been estimated.
Consider linear modulation for which the received equivalent LP
signal may be expressed as

    rl (t) = e−jφ       In g(t − nT ) + z(t) = sl (t)e−jφ + z(t)                                    (17)
                    n

where sl (t) is a known signal if {In } is assumed known. The
log-likelihood function is
                           1
            ΛL (φ) =               rl (t)s∗ (t)dt ejφ
                                          l                   (18)
                           N 0 T0
                                              TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.16/2
Decision-Directed Loops

If we substitute sl (t) = n In g(t − nT ) into (18) and assume that
the observation interval T0 = KT , where K is a positive integer,
we obtain
                                        K−1
                                jφ 1             ∗
                ΛL (φ) =      e                 In y n                                                 (19)
                                  N0    n=0

                             (n+1)T
where, by definition, yn = nT        rl (t)g ∗ (t − nT )dt. The ML
estimate of φ is easily found (by differentiating the log-likelihood)
as
                            K−1                        K−1
      ˆ
      φM L = − tan−1               In y n
                                    ∗
                                            /                     In y n
                                                                   ∗
                                                                                                       (20)
                             n=0                       n=0

                                                 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.17/2
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
ML Timing Estimation

If the signal is a basedband PAM, represented as

                         r(t) = s(t; τ ) + n(t)                                                         (21)

where
                  s(t; τ ) =       In g(t − nT − τ ).                                                   (22)
                               n

The log-likelihood function is

                   ΛL (τ ) = CL              r(t)s(t; τ )dt                                             (23)
                                        T0

                               = CL          In yn (τ )                                                 (24)
                                        n

where yn (τ ) =   T0   r(t)g(t − nT − τ )dt.
                                                  TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.19/2
ML Timing Estimation

To get the estimate of τ , we take the differentiation of Λ L (τ ) and
obtain
                dΛL (τ )            d
                         =       In [yn (τ )] = 0.                                                (25)
                  dτ         n
                                   dτ

The implementation of the ML estimation of timing for baseband
PAM is illustrated in Fig. 5.3-1.




                                            TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.20/2
from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi

Contenu connexe

Tendances

DIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDDIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDAjay Kumar
 
Nyquist criterion for zero ISI
Nyquist criterion for zero ISINyquist criterion for zero ISI
Nyquist criterion for zero ISIGunasekara Reddy
 
Tele3113 wk1tue
Tele3113 wk1tueTele3113 wk1tue
Tele3113 wk1tueVin Voro
 
Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...IAEME Publication
 
Signal fundamentals
Signal fundamentalsSignal fundamentals
Signal fundamentalsLalit Kanoje
 
Tele3113 wk2wed
Tele3113 wk2wedTele3113 wk2wed
Tele3113 wk2wedVin Voro
 
Fft presentation
Fft presentationFft presentation
Fft presentationilker Şin
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transformNisarg Amin
 
Isi and nyquist criterion
Isi and nyquist criterionIsi and nyquist criterion
Isi and nyquist criterionsrkrishna341
 
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier AnalysisDSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier AnalysisAmr E. Mohamed
 

Tendances (17)

DIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDDIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPED
 
00e isi
00e isi00e isi
00e isi
 
Properties of Fourier transform
Properties of Fourier transformProperties of Fourier transform
Properties of Fourier transform
 
Hm2513521357
Hm2513521357Hm2513521357
Hm2513521357
 
Nyquist criterion for zero ISI
Nyquist criterion for zero ISINyquist criterion for zero ISI
Nyquist criterion for zero ISI
 
Tele3113 wk1tue
Tele3113 wk1tueTele3113 wk1tue
Tele3113 wk1tue
 
Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...
 
Signal fundamentals
Signal fundamentalsSignal fundamentals
Signal fundamentals
 
Tele3113 wk2wed
Tele3113 wk2wedTele3113 wk2wed
Tele3113 wk2wed
 
Lti system
Lti systemLti system
Lti system
 
Fft presentation
Fft presentationFft presentation
Fft presentation
 
Fft ppt
Fft pptFft ppt
Fft ppt
 
Dif fft
Dif fftDif fft
Dif fft
 
Nabaa
NabaaNabaa
Nabaa
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transform
 
Isi and nyquist criterion
Isi and nyquist criterionIsi and nyquist criterion
Isi and nyquist criterion
 
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier AnalysisDSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
 

En vedette

Kdc hbp – tam bình q.tđ
Kdc hbp – tam bình q.tđKdc hbp – tam bình q.tđ
Kdc hbp – tam bình q.tđtranduyen76
 
The UK Government's First World War centenary commemoration programme
The UK Government's First World War centenary commemoration programmeThe UK Government's First World War centenary commemoration programme
The UK Government's First World War centenary commemoration programmeonthewight
 
Innovation at OnTheWight - Presented at What's next for Community Journalism ...
Innovation at OnTheWight - Presented at What's next for Community Journalism ...Innovation at OnTheWight - Presented at What's next for Community Journalism ...
Innovation at OnTheWight - Presented at What's next for Community Journalism ...onthewight
 
2015 04-22 presintaasje rr f kl
2015 04-22 presintaasje rr f kl2015 04-22 presintaasje rr f kl
2015 04-22 presintaasje rr f klwimdboer
 
сараа...судалгаа
сараа...судалгаасараа...судалгаа
сараа...судалгааtsatsraletka
 
GT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology CourseGT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology Coursemconf
 
Overzicht van leermiddelen: een nieuw leermiddelenplein
Overzicht van leermiddelen: een nieuw leermiddelenpleinOverzicht van leermiddelen: een nieuw leermiddelenplein
Overzicht van leermiddelen: een nieuw leermiddelenpleinwimdboer
 
Tele3113 wk7tue
Tele3113 wk7tueTele3113 wk7tue
Tele3113 wk7tueVin Voro
 
Cities cooperation: the Redis Urbact project
Cities cooperation: the Redis Urbact projectCities cooperation: the Redis Urbact project
Cities cooperation: the Redis Urbact projectAlain Jordà
 
Introducing A Branded Cell Phone To Vietnam
Introducing A Branded Cell Phone To VietnamIntroducing A Branded Cell Phone To Vietnam
Introducing A Branded Cell Phone To Vietnamsedagokoglu
 
Kamaroninfo núm 24. abril 1998
Kamaroninfo núm 24. abril 1998Kamaroninfo núm 24. abril 1998
Kamaroninfo núm 24. abril 1998Josep Miquel
 
Presentació curs gran via març 2014
Presentació curs gran via març 2014Presentació curs gran via març 2014
Presentació curs gran via març 2014Josep Miquel
 
Chapter11 economics
Chapter11 economicsChapter11 economics
Chapter11 economicsVin Voro
 
2011 area celebrate service
2011 area celebrate service2011 area celebrate service
2011 area celebrate serviceArea-Team
 

En vedette (20)

Kdc hbp – tam bình q.tđ
Kdc hbp – tam bình q.tđKdc hbp – tam bình q.tđ
Kdc hbp – tam bình q.tđ
 
The UK Government's First World War centenary commemoration programme
The UK Government's First World War centenary commemoration programmeThe UK Government's First World War centenary commemoration programme
The UK Government's First World War centenary commemoration programme
 
Innovation at OnTheWight - Presented at What's next for Community Journalism ...
Innovation at OnTheWight - Presented at What's next for Community Journalism ...Innovation at OnTheWight - Presented at What's next for Community Journalism ...
Innovation at OnTheWight - Presented at What's next for Community Journalism ...
 
2015 04-22 presintaasje rr f kl
2015 04-22 presintaasje rr f kl2015 04-22 presintaasje rr f kl
2015 04-22 presintaasje rr f kl
 
B2B Part II
B2B Part IIB2B Part II
B2B Part II
 
сараа...судалгаа
сараа...судалгаасараа...судалгаа
сараа...судалгаа
 
GT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology CourseGT-Mconf - Transfer of Technology Course
GT-Mconf - Transfer of Technology Course
 
Practica excel
Practica excelPractica excel
Practica excel
 
Overzicht van leermiddelen: een nieuw leermiddelenplein
Overzicht van leermiddelen: een nieuw leermiddelenpleinOverzicht van leermiddelen: een nieuw leermiddelenplein
Overzicht van leermiddelen: een nieuw leermiddelenplein
 
Tele3113 wk7tue
Tele3113 wk7tueTele3113 wk7tue
Tele3113 wk7tue
 
Spring Tour Trophy
Spring Tour TrophySpring Tour Trophy
Spring Tour Trophy
 
Cities cooperation: the Redis Urbact project
Cities cooperation: the Redis Urbact projectCities cooperation: the Redis Urbact project
Cities cooperation: the Redis Urbact project
 
Introducing A Branded Cell Phone To Vietnam
Introducing A Branded Cell Phone To VietnamIntroducing A Branded Cell Phone To Vietnam
Introducing A Branded Cell Phone To Vietnam
 
Kamaroninfo núm 24. abril 1998
Kamaroninfo núm 24. abril 1998Kamaroninfo núm 24. abril 1998
Kamaroninfo núm 24. abril 1998
 
Presentació curs gran via març 2014
Presentació curs gran via març 2014Presentació curs gran via març 2014
Presentació curs gran via març 2014
 
Chapter11 economics
Chapter11 economicsChapter11 economics
Chapter11 economics
 
2011 area celebrate service
2011 area celebrate service2011 area celebrate service
2011 area celebrate service
 
Lect09
Lect09Lect09
Lect09
 
Amsterdã
AmsterdãAmsterdã
Amsterdã
 
Nagasaki
NagasakiNagasaki
Nagasaki
 

Similaire à Tele4653 l5

Tele4653 l1
Tele4653 l1Tele4653 l1
Tele4653 l1Vin Voro
 
Tele4653 l3
Tele4653 l3Tele4653 l3
Tele4653 l3Vin Voro
 
7076 chapter5 slides
7076 chapter5 slides7076 chapter5 slides
7076 chapter5 slidesNguyen Mina
 
Tele4653 l4
Tele4653 l4Tele4653 l4
Tele4653 l4Vin Voro
 
Characterization of the Wireless Channel
Characterization of the Wireless ChannelCharacterization of the Wireless Channel
Characterization of the Wireless ChannelSuraj Katwal
 
Tele3113 wk6wed
Tele3113 wk6wedTele3113 wk6wed
Tele3113 wk6wedVin Voro
 
Tele3113 wk9wed
Tele3113 wk9wedTele3113 wk9wed
Tele3113 wk9wedVin Voro
 
Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...IAEME Publication
 
Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...IAEME Publication
 
Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...IAEME Publication
 
Spacecraft RF Communications Course Sampler
Spacecraft RF Communications Course SamplerSpacecraft RF Communications Course Sampler
Spacecraft RF Communications Course SamplerJim Jenkins
 
Signal and Systems part i
Signal and Systems part iSignal and Systems part i
Signal and Systems part iPatrickMumba7
 
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdfTsegaTeklewold1
 
Synchronization Issues in OFDM Systems
Synchronization Issues in OFDM SystemsSynchronization Issues in OFDM Systems
Synchronization Issues in OFDM SystemsDeeptanu Datta
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Alexander Litvinenko
 
LIBOR Market Model Presentation
LIBOR Market Model PresentationLIBOR Market Model Presentation
LIBOR Market Model PresentationStephan Chang
 

Similaire à Tele4653 l5 (20)

Tele4653 l1
Tele4653 l1Tele4653 l1
Tele4653 l1
 
Tele4653 l3
Tele4653 l3Tele4653 l3
Tele4653 l3
 
7076 chapter5 slides
7076 chapter5 slides7076 chapter5 slides
7076 chapter5 slides
 
Tele4653 l4
Tele4653 l4Tele4653 l4
Tele4653 l4
 
Characterization of the Wireless Channel
Characterization of the Wireless ChannelCharacterization of the Wireless Channel
Characterization of the Wireless Channel
 
Tele3113 wk6wed
Tele3113 wk6wedTele3113 wk6wed
Tele3113 wk6wed
 
Tele3113 wk9wed
Tele3113 wk9wedTele3113 wk9wed
Tele3113 wk9wed
 
M6.pdf
M6.pdfM6.pdf
M6.pdf
 
Kanal wireless dan propagasi
Kanal wireless dan propagasiKanal wireless dan propagasi
Kanal wireless dan propagasi
 
Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...Comparison and analysis of combining techniques for spatial multiplexing spac...
Comparison and analysis of combining techniques for spatial multiplexing spac...
 
Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...
 
Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...Comparison and analysis of combining techniques for spatial multiplexingspace...
Comparison and analysis of combining techniques for spatial multiplexingspace...
 
Spacecraft RF Communications Course Sampler
Spacecraft RF Communications Course SamplerSpacecraft RF Communications Course Sampler
Spacecraft RF Communications Course Sampler
 
Signal and Systems part i
Signal and Systems part iSignal and Systems part i
Signal and Systems part i
 
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf
8fbf4451c622e6efbcf7452222d21ea5_MITRES_6_007S11_hw02.pdf
 
Synchronization Issues in OFDM Systems
Synchronization Issues in OFDM SystemsSynchronization Issues in OFDM Systems
Synchronization Issues in OFDM Systems
 
A Note on TopicRNN
A Note on TopicRNNA Note on TopicRNN
A Note on TopicRNN
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
 
Signal & system
Signal & systemSignal & system
Signal & system
 
LIBOR Market Model Presentation
LIBOR Market Model PresentationLIBOR Market Model Presentation
LIBOR Market Model Presentation
 

Plus de Vin Voro

Tele3113 tut6
Tele3113 tut6Tele3113 tut6
Tele3113 tut6Vin Voro
 
Tele3113 tut5
Tele3113 tut5Tele3113 tut5
Tele3113 tut5Vin Voro
 
Tele3113 tut4
Tele3113 tut4Tele3113 tut4
Tele3113 tut4Vin Voro
 
Tele3113 tut1
Tele3113 tut1Tele3113 tut1
Tele3113 tut1Vin Voro
 
Tele3113 tut3
Tele3113 tut3Tele3113 tut3
Tele3113 tut3Vin Voro
 
Tele3113 tut2
Tele3113 tut2Tele3113 tut2
Tele3113 tut2Vin Voro
 
Tele3113 wk11tue
Tele3113 wk11tueTele3113 wk11tue
Tele3113 wk11tueVin Voro
 
Tele3113 wk10wed
Tele3113 wk10wedTele3113 wk10wed
Tele3113 wk10wedVin Voro
 
Tele3113 wk10tue
Tele3113 wk10tueTele3113 wk10tue
Tele3113 wk10tueVin Voro
 
Tele3113 wk11wed
Tele3113 wk11wedTele3113 wk11wed
Tele3113 wk11wedVin Voro
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wedVin Voro
 
Tele3113 wk9tue
Tele3113 wk9tueTele3113 wk9tue
Tele3113 wk9tueVin Voro
 
Tele3113 wk8wed
Tele3113 wk8wedTele3113 wk8wed
Tele3113 wk8wedVin Voro
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wedVin Voro
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wedVin Voro
 
Tele3113 wk6tue
Tele3113 wk6tueTele3113 wk6tue
Tele3113 wk6tueVin Voro
 
Tele3113 wk5tue
Tele3113 wk5tueTele3113 wk5tue
Tele3113 wk5tueVin Voro
 
Tele3113 wk4wed
Tele3113 wk4wedTele3113 wk4wed
Tele3113 wk4wedVin Voro
 
Tele3113 wk4tue
Tele3113 wk4tueTele3113 wk4tue
Tele3113 wk4tueVin Voro
 
Tele3113 wk5wed
Tele3113 wk5wedTele3113 wk5wed
Tele3113 wk5wedVin Voro
 

Plus de Vin Voro (20)

Tele3113 tut6
Tele3113 tut6Tele3113 tut6
Tele3113 tut6
 
Tele3113 tut5
Tele3113 tut5Tele3113 tut5
Tele3113 tut5
 
Tele3113 tut4
Tele3113 tut4Tele3113 tut4
Tele3113 tut4
 
Tele3113 tut1
Tele3113 tut1Tele3113 tut1
Tele3113 tut1
 
Tele3113 tut3
Tele3113 tut3Tele3113 tut3
Tele3113 tut3
 
Tele3113 tut2
Tele3113 tut2Tele3113 tut2
Tele3113 tut2
 
Tele3113 wk11tue
Tele3113 wk11tueTele3113 wk11tue
Tele3113 wk11tue
 
Tele3113 wk10wed
Tele3113 wk10wedTele3113 wk10wed
Tele3113 wk10wed
 
Tele3113 wk10tue
Tele3113 wk10tueTele3113 wk10tue
Tele3113 wk10tue
 
Tele3113 wk11wed
Tele3113 wk11wedTele3113 wk11wed
Tele3113 wk11wed
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wed
 
Tele3113 wk9tue
Tele3113 wk9tueTele3113 wk9tue
Tele3113 wk9tue
 
Tele3113 wk8wed
Tele3113 wk8wedTele3113 wk8wed
Tele3113 wk8wed
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wed
 
Tele3113 wk7wed
Tele3113 wk7wedTele3113 wk7wed
Tele3113 wk7wed
 
Tele3113 wk6tue
Tele3113 wk6tueTele3113 wk6tue
Tele3113 wk6tue
 
Tele3113 wk5tue
Tele3113 wk5tueTele3113 wk5tue
Tele3113 wk5tue
 
Tele3113 wk4wed
Tele3113 wk4wedTele3113 wk4wed
Tele3113 wk4wed
 
Tele3113 wk4tue
Tele3113 wk4tueTele3113 wk4tue
Tele3113 wk4tue
 
Tele3113 wk5wed
Tele3113 wk5wedTele3113 wk5wed
Tele3113 wk5wed
 

Dernier

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactisticshameyhk98
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 

Dernier (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 

Tele4653 l5

  • 1. TELE4653 Digital Modulation & Coding Synchronization Wei Zhang w.zhang@unsw.edu.au School of Electrical Engineering and Telecommunications The University of New South Wales
  • 2. Outline Carrier Phase Estimation Decision-Directed Loops Timing Estimation TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.1/2
  • 3. Signal Model The received signal may be expressed as r(t) = [sl (t − τ )ejφ + z(t)]ej2πfc t (1) where the carrier phase φ, due to the propagation delay τ is φ = −2πfc τ . r(t) = s(t; φ, τ ) + n(t) = s(t; θ) + n(t) (2) where θ denotes the parameter vector {φ, τ }. By performing an orthonormal expansion of r(t) using N orthonormal functions {φn (t)}, we may represent r(t) by the vector of coefficients (r1 r2 · · · rN ) r. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.2/2
  • 4. ML Estimation Since the noise n(t) is white and zero-mean Gaussian, the joint PDF p(r|θ) may be expressed as N N 1 [rn − sn (θ)]2 p(r|θ) = √ exp − (3) 2πσ 2σ 2 n=1 where rn = T0 r(t)φn (t)dt and sn (θ) = T0 s(t; θ)φn (t)dt, where T0 is the integration interval. The maximization of p(r|θ) is equivalent to the maximization of the likelihood function 1 Λ(θ) = exp − [r(t) − s(t; θ)]2 dt (4) N0 T0 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.3/2
  • 5. Receiver Structure Figure 5.1-1 shows a block diagram of a binary PSK receiver. Figure 5.1-2 shows a block diagram of an M -ary PSK receiver. Figure 5.1-3 shows a block diagram of an M -ary PAM receiver. Figure 5.1-4 shows a block diagram of a QAM receiver. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.4/2
  • 6. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 7. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 8. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 9. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 10. Carrier Phase Estimation Suppose we have an AM signal of the form s(t) = A(t) cos(2πfc t + φ) (5) If we demodulate the signal by multiplying s(t) with the carrier reference ˆ c(t) = cos(2πfc t + φ) (6) and pass c(t)s(t) through a LP filter, we obtain 1 ˆ y(t) = A(t) cos(φ − φ). (7) 2 A phase error of 30o results in a power loss of 1.25 dB. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.9/2
  • 11. Carrier Phase Estimation The effect of carrier phase errors in QAM and M -ary PSK is much more severe. The QAM and M -PSK signals may be expressed as s(t) = A(t) cos(2πfc t + φ) − B(t) sin(2πfc t + φ). (8) The signal is demodulated by two quadrature carriers ˆ ˆ ci (t) = cos(2πfc t + φ) and cq (t) = − sin(2πfc t + φ). Multiplication of s(t) with ci (t) and cq (t) followed by LP filtering, respectively, yields 1 ˆ − 1 B(t) sin(φ − φ)ˆ yI (t) = A(t) cos(φ − φ) (9) 2 2 1 ˆ + 1 A(t) sin(φ − φ). ˆ yQ (t) = B(t) cos(φ − φ) (10) 2 2 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.10/2
  • 12. ML Phase Estimation Assume τ = 0. The likelihood function Eq. (4) becomes 1 Λ(φ) = exp − [r(t) − s(t; φ)]2 dt (11) N0 T0 1 2 2 = exp − r (t)dt + r(t)s(t; φ)dt N0 T0 N0 T0 1 − s2 (t; φ)dt (12) N0 T0 The log-likelihood function is 2 ΛL (φ) = r(t)s(t; φ)dt (13) N0 T0 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.11/2
  • 13. An Example Consider the received signal as r(t) = A cos(2πfc t + φ) + n(t), where φ is the unknown phase and can be estimated by maximizing 2A ΛL (φ) = r(t) cos(2πfc t + φ)dt (14) N 0 T0 L (φ) A necessary condition for a maximum is that dΛdφ = 0, which yields ˆ r(t) sin(2πfc t + φML )dt = 0 (15) T0 or, equivalently, ˆ φM L = − tan−1 r(t) sin(2πfc t)dt/ r(t) cos(2πfc t)dt (16) T0 T0 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.12/2
  • 14. PLL Eq. (15) implies the use of a loop (PLL) to extract the estimate as illustrated in Fig. 5.2-1. Eq. (16) implies an implementation that uses quadrature carriers to cross-correlated with r(t), as shown in Fig. 5.2-2. Please refer to TELE3113 lecture notes for details of PLL. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.13/2
  • 15. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 16. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 17. Decision-Directed Loops A problem may arise in maximizing log-likelihood function when the signal s(t; φ) carries the information sequence {I n }. In decision-directed parameter estimation, we assume that {I n } has been estimated. Consider linear modulation for which the received equivalent LP signal may be expressed as rl (t) = e−jφ In g(t − nT ) + z(t) = sl (t)e−jφ + z(t) (17) n where sl (t) is a known signal if {In } is assumed known. The log-likelihood function is 1 ΛL (φ) = rl (t)s∗ (t)dt ejφ l (18) N 0 T0 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.16/2
  • 18. Decision-Directed Loops If we substitute sl (t) = n In g(t − nT ) into (18) and assume that the observation interval T0 = KT , where K is a positive integer, we obtain K−1 jφ 1 ∗ ΛL (φ) = e In y n (19) N0 n=0 (n+1)T where, by definition, yn = nT rl (t)g ∗ (t − nT )dt. The ML estimate of φ is easily found (by differentiating the log-likelihood) as K−1 K−1 ˆ φM L = − tan−1 In y n ∗ / In y n ∗ (20) n=0 n=0 TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.17/2
  • 19. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi
  • 20. ML Timing Estimation If the signal is a basedband PAM, represented as r(t) = s(t; τ ) + n(t) (21) where s(t; τ ) = In g(t − nT − τ ). (22) n The log-likelihood function is ΛL (τ ) = CL r(t)s(t; τ )dt (23) T0 = CL In yn (τ ) (24) n where yn (τ ) = T0 r(t)g(t − nT − τ )dt. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.19/2
  • 21. ML Timing Estimation To get the estimate of τ , we take the differentiation of Λ L (τ ) and obtain dΛL (τ ) d = In [yn (τ )] = 0. (25) dτ n dτ The implementation of the ML estimation of timing for baseband PAM is illustrated in Fig. 5.3-1. TELE4653 - Digital Modulation & Coding - Lecture 5. March 29, 2010. – p.20/2
  • 22. from Digital Communications (5th Ed.) – John G. Proakis and Masoud Salehi