EC302 Digital communications_module5_Part 3

STM_ECEThirdYear
9 Apr 202021:58

Summary

TLDRThis lecture delves into the critical role of synchronization in digital communication systems, emphasizing the necessity of aligning transmitter and receiver clocks to ensure accurate data transfer. It explores various synchronization techniques, including carrier synchronization for phase and frequency recovery, symbol synchronization which involves transmitting a clock signal with data, and frame synchronization that uses flags to mark the beginning and end of data packets. The lecture highlights the advantages of coherent detection over noncoherent methods, particularly in noise performance and bandwidth efficiency, and discusses the challenges posed by unsynchronized clocks, such as incorrect symbol decoding and data loss.

Takeaways

  • 📡 The lecture discusses the significance of synchronization in digital communication, focusing on carrier, symbol, and frame synchronization techniques.
  • 🌐 Spread spectrum techniques and PN0 noise sequences were covered in the previous lecture, setting the stage for this discussion on synchronization.
  • 📶 Synchronization is crucial for coherent detection in digital communication systems, where the receiver needs to recreate the carrier signal to correctly detect or decode the transmitted information.
  • 🔄 In non-coherent detection, one or more characteristics of the sample functions must be estimated, which is less efficient than coherent detection in terms of noise performance and bandwidth.
  • 🕰️ Synchronization ensures that the transmitter and receiver clocks are aligned, which is vital for the correct sampling and decoding of the transmitted symbols.
  • 🔗 Asynchronous communication is used when each symbol is independent and does not rely on previous symbols, whereas synchronous communication treats a set of symbols as a single entity.
  • 🛠️ The need for synchronization arises from potential clock discrepancies between the sender and receiver, which can lead to incorrect sampling and symbol decoding if not addressed.
  • 🔄 Carrier synchronization involves techniques like the squaring loop and Costas loop to recover the carrier's frequency and phase for coherent detection.
  • 📈 Symbol synchronization can be achieved by transmitting the clock signal along with the data, which is then extracted at the receiver, minimizing the time required for clock recovery.
  • 📋 Frame synchronization is essential in modern digital communication systems that transmit data in frames or packets, using flags to indicate the start and end of a frame for proper data decoding.

Q & A

  • What is the main topic of the lecture?

    -The main topic of the lecture is synchronization in digital communication systems, including the need for synchronization and the types of synchronization techniques such as carrier synchronization, symbol synchronization, and frame synchronization.

  • Why is synchronization important in digital communication?

    -Synchronization is important because it ensures that the transmitted data is correctly recovered at the receiver. Without proper synchronization, noise and distortions in the channel can lead to incorrect decoding of symbols, resulting in data loss and inefficient communication.

  • What are the two types of detection methods mentioned in the lecture?

    -The two types of detection methods mentioned are coherent detection and noncoherent detection. Coherent detection uses all possible sample functions, while noncoherent detection estimates one or more characteristics of the sample functions.

  • What is the difference between synchronous and asynchronous communication?

    -In synchronous communication, the transmitter and receiver clocks are closely synchronized, allowing for easier detection of signals. Asynchronous communication, on the other hand, treats each element of the transmission independently, without synchronization of transmitter and receiver clocks.

  • What is the purpose of a start bit and a stop bit in asynchronous transmission?

    -In asynchronous transmission, a start bit and a stop bit are used to indicate the beginning and end of data transmission. These bits help the receiver to identify when the actual data starts and ends, as the clock information is not transmitted with the data.

  • What is carrier synchronization and how is it achieved?

    -Carrier synchronization is the process of estimating and recovering the carrier frequency and phase at the receiver. It is achieved through methods like the squaring loop, where the received signal is squared and filtered to recover the carrier, or the Costas loop, which involves phase discrimination and a phase-locked loop (PLL).

  • What is symbol synchronization and how does it work?

    -Symbol synchronization involves the extraction of the clock signal from the received signal to sample the data at the correct instants. It is achieved by transmitting the clock along with the data signal and then using filtering techniques at the receiver to extract the clock for data recovery.

  • What is frame synchronization and why is it necessary?

    -Frame synchronization is the process of identifying the start and end of a data frame in packet-based communication systems. It is necessary to ensure that the data is correctly demodulated and decoded, preventing data loss and ensuring efficient communication.

  • How does the lack of synchronization between transmitter and receiver clocks affect data transmission?

    -The lack of synchronization between transmitter and receiver clocks can lead to incorrect sampling instances, causing the receiver to sample the signal at the wrong time. This can result in incorrect decoding of symbols and an increase in the number of bits received, as illustrated in the lecture with an example where an 8-bit transmission resulted in 9 bits received due to clock speed differences.

  • What are the two methods discussed for carrier synchronization in the lecture?

    -The two methods discussed for carrier synchronization are the squaring loop method, where the received signal is raised to the power of M and then filtered and phase-locked, and the Costas loop method, which involves multiplying the received signal with a carrier and using phase discrimination to recover the carrier.

Outlines

00:00

📡 Introduction to Synchronization in Digital Communications

This paragraph introduces the topic of synchronization in digital communication systems. It explains the necessity of synchronization for the proper functioning of spread spectrum techniques and the role of PN0 noise sequences. The speaker outlines the agenda for the lecture, which includes discussing the need for synchronization, the types of synchronization techniques such as carrier, symbol, and frame synchronization, and the differences between coherent and noncoherent detection methods. The importance of synchronization in improving noise performance and bandwidth efficiency is highlighted.

05:03

🕰️ Synchronization Challenges in Digital Data Transfer

The second paragraph delves into the challenges of synchronizing sender and receiver clocks during the serial transfer of digital data. It explains how a lack of synchronization can lead to incorrect sampling instances, resulting in the wrong decoding of symbols. An example is provided to illustrate the consequences of a receiver's clock running faster than the transmitter's clock, leading to an incorrect bit sequence at the receiver. The paragraph emphasizes the need for synchronization to ensure accurate data transmission and reception.

10:04

🔄 Methods of Synchronization: Carrier, Symbol, and Frame

This paragraph discusses the different types of synchronization techniques used in digital communication systems. It explains carrier synchronization, which involves the recovery of carrier frequency and phase, and mentions two methods: the squaring loop and the Costas loop. Symbol synchronization is then described, where the clock is transmitted along with the data signal, allowing the receiver to extract the clock and recover the original information. Lastly, frame synchronization is introduced, which is necessary for modern digital communication systems that transmit data in frames or packets, using start and end flags to identify frame boundaries.

15:06

📶 Carrier Synchronization Techniques: Squaring Loop and Costas Loop

The fourth paragraph focuses on the technical details of carrier synchronization, specifically the squaring loop and Costas loop methods. It describes the squaring loop, where the received signal is raised to a power, filtered, and then used in a phase-locked loop (PLL) to recover the carrier signal. The Costas loop is also explained, where the received signal is split and multiplied with a carrier, and the phase difference is used to adjust the voltage-controlled oscillator (VCO) for synchronization. The paragraph provides a detailed technical overview of how these methods ensure accurate carrier recovery.

20:08

📜 Symbol and Frame Synchronization in Digital Communication

The final paragraph discusses symbol synchronization, where the clock is transmitted with the data signal, and the receiver extracts the clock for accurate data recovery. It also covers frame synchronization, which is crucial for modern digital communication systems that use packet transmission. The use of start and end flags (flags) to mark the beginning and end of a frame is explained, ensuring that the receiver can correctly identify and decode the transmitted data. The paragraph concludes by summarizing the importance of synchronization in maintaining efficient and accurate data transmission.

Mindmap

Keywords

💡Synchronization

Synchronization in the context of digital communications refers to the process of aligning the receiver's clock with the transmitter's clock to accurately detect and decode the transmitted data. It is crucial for maintaining the integrity of the signal and ensuring that the receiver samples the signal at the correct moments. In the video, synchronization is discussed as a fundamental requirement for coherent detection, where the receiver must recreate the carrier signal to correctly decode the information.

💡Spread Spectrum

Spread Spectrum is a technique used in digital communications to spread the signal over a wider frequency range than the minimum required bandwidth. This technique helps in reducing interference and improving signal reliability. The video script mentions the need for spread spectrum techniques and the importance of PN (Pseudorandom Noise) sequences in achieving this spread.

💡Coherent Detection

Coherent Detection is a method of signal detection where the receiver has knowledge of the carrier signal's phase and frequency, allowing for a more accurate and noise-resistant signal recovery. The video explains that coherent detection is possible when synchronization is achieved, as it enables the receiver to recreate the carrier signal for accurate decoding.

💡Noncoherent Detection

Noncoherent Detection is a detection method used when the receiver does not have precise knowledge of the carrier signal's phase and frequency. This method is less susceptible to noise and phase variations but is generally less efficient than coherent detection. The video contrasts coherent and noncoherent detection, highlighting the need for synchronization in coherent systems.

💡Carrier Synchronization

Carrier Synchronization is the process of estimating and aligning the carrier frequency and phase at the receiver to match those of the transmitter. This is essential for coherent detection. The video discusses two methods for carrier synchronization: the squaring loop and the Costas loop, both aiming to recreate the carrier signal for accurate signal decoding.

💡Symbol Synchronization

Symbol Synchronization involves aligning the receiver's sampling instants with the symbol transitions in the transmitted signal. This ensures that the receiver samples the signal at the correct points to recover the data. The video explains that symbol synchronization can be achieved by transmitting a clock signal along with the data, which is then extracted at the receiver.

💡Frame Synchronization

Frame Synchronization is the process of identifying the start and end of data frames in packet-based communication systems. This is achieved by using unique flags or markers that indicate the boundaries of the frames. The video script mentions that frame synchronization is necessary to prevent data loss and ensure efficient communication.

💡PN Sequences

PN (Pseudorandom Noise) Sequences are sequences of bits that appear random but are actually generated deterministically. They are used in spread spectrum communication to spread the signal over a wide frequency range. The video script touches upon the importance of PN sequences in spread spectrum, which is a technique discussed in the previous lecture.

💡Modulation

Modulation is the process of varying a carrier signal to represent the information-bearing signal. In digital communications, this involves converting digital data into a form suitable for transmission over a physical medium. The video script refers to modulation as a step in the transmission process where the data is prepared for sending over the channel.

💡Asynchronous Communication

Asynchronous Communication is a mode of data transmission where data elements are sent independently, without a continuous clock signal to synchronize the sender and receiver. The video script contrasts asynchronous with synchronous communication, explaining that in asynchronous systems, each symbol is independent and does not rely on the timing of previous symbols.

💡Synchronous Transmission

Synchronous Transmission is a mode of data transmission where the transmitter and receiver clocks are closely synchronized, allowing for the transmission of data blocks as a single entity. The video script discusses synchronous transmission as a method that requires precise clock synchronization to ensure that the data blocks are correctly received and decoded.

Highlights

Introduction to the need for spread spectrum techniques and the role of PN0 noise sequences.

Explaining the concept of synchronization in digital communication systems.

Differentiating between coherent and noncoherent detection methods.

The importance of synchronization for noise performance and bandwidth efficiency.

Definition and implications of synchronous and asynchronous communication.

Challenges posed by unsynchronized transmitter and receiver clocks.

Example illustrating the impact of clock desynchronization on data transmission.

Classification of synchronization techniques: carrier, symbol, and frame synchronization.

Carrier synchronization methods: squaring loop and Costas loop.

Explanation of the squaring loop method for carrier synchronization.

Costas loop method for carrier synchronization and its components.

Symbol synchronization and its role in multiplexing the clock with data.

Techniques for extracting the clock from the modulated waveform.

Frame synchronization and the use of flags to mark the start and end of data frames.

Importance of frame synchronization in modern digital communication systems.

Summary of the necessity and types of synchronization in digital communications.

Transcripts

play00:00

hello everyone welcome to the second

play00:03

lecture on EC 3:02 digital

play00:06

communications module files and the

play00:10

previous video I had covered about the

play00:13

need for spread spectrum technique and

play00:15

the importance of pn0 noise sequences in

play00:18

spread spectrum in this video I will be

play00:22

covering the topic of synchronization

play00:24

the need for synchronization and the

play00:27

types of synchronization techniques

play00:30

which would cover carrier

play00:32

synchronization symbol synchronization

play00:35

and strain synchronization so let's

play00:39

quickly begin in a digital communication

play00:42

system data is transmitted from one

play00:45

location to another by mapping the

play00:48

sequences paratus by coding the

play00:50

sequences into symbols be modulated we

play00:53

use a proper technique of modulation to

play00:56

transmit the signal depending on the

play00:59

conditions for the environment and the

play01:02

power transmitted power and the

play01:04

bandwidth availability now once the

play01:07

signal is transmitted at the receiver

play01:10

these symbols have to be recovered by

play01:14

some means so as it is propagated noise

play01:19

may be added in the channel and the

play01:22

signal may be distorted so we have to

play01:25

overcome such distortions and then

play01:28

detect the signals back in its original

play01:31

form now in the receiver or at the

play01:36

receiver we have two different ways of

play01:38

for detection possible one is coherent

play01:40

detection the other one is in

play01:43

noncoherent detection now coherent

play01:46

detection is where all the possible

play01:49

sample functions are known to us

play01:51

whereas in on coherent detection one or

play01:55

more characteristics of the sample

play01:56

functions are to be estimated now if you

play01:59

look at coherent or detection or a

play02:01

coherent receiver a very important or a

play02:05

very commonly used technique is

play02:09

synchronization

play02:12

that is the samples whichever we have

play02:14

received are again processed to get the

play02:19

reference signals for the correlator

play02:21

that is that nothing but a carrier

play02:23

signal is being recreated to detect our

play02:28

or decode it correctly we say

play02:32

synchronisation baseless rivers are more

play02:35

advantages over non-coherent ones in

play02:38

terms of noise performance and bandwidth

play02:40

efficiency if we say a synchronous

play02:44

communication what does it mean when

play02:46

there is no synchronization of

play02:48

transmitter and receiver clocks when we

play02:50

say synchronization it is all about the

play02:52

transmitter and receiver clocks the

play02:56

clock frequency so when there is no

play02:58

synchronization of transmitter and

play03:00

receiver clocks we call it as a

play03:02

synchronous transmission this mode is

play03:05

used when each element of the

play03:11

transmission I think I have not made a

play03:15

mistake I was saying about asynchronous

play03:18

communication when there is no

play03:20

synchronization of transmitter and

play03:21

receiver we call it as a synchronous

play03:23

mode of communication this mode is used

play03:27

when each element of the transmission

play03:30

should be treated independently that is

play03:33

they are all each symbol is independent

play03:35

of feature that they don't depend on the

play03:37

previous symbols are the successful

play03:40

symbols

play03:41

what about synchronous communication

play03:43

where there is a close synchronization

play03:48

of transmitter and receiver we call such

play03:51

a mode of transmission have synchronous

play03:52

transmission that is the complete block

play03:56

or the complete symbols or the set of

play04:00

symbols which we have received is

play04:02

considered to be one single entity of

play04:04

transmission so for a synchronous

play04:08

transmission in the receiver since they

play04:11

are not synchronous or since the clocks

play04:14

are Marta synchronized

play04:16

we'll have to find out some other way or

play04:19

means to actually detect the signals

play04:23

correctly when they're synchronized

play04:26

it becomes easier for us because we know

play04:29

when the carrier carrier or our

play04:33

frequencies or the carrier signals time

play04:36

periods starts and ends right so it's

play04:39

possible for us to actually detect it

play04:42

but whereas in a synchronous mode things

play04:46

that they are not synchronized we need

play04:48

to find another alternative source to

play04:51

actually detect these signals signals

play04:53

correctly

play04:56

what does it need for synchronizing if

play04:58

we look at the actual need for

play04:59

synchronization there are several points

play05:03

which make it clear why it is essential

play05:05

for the serial transfer of data of

play05:08

digital data the one major problem we

play05:11

would say is the sender and receiver

play05:13

clocks may not run synchronous so and so

play05:16

the sampling instance the instant at

play05:19

which we sample the signal will vary

play05:22

will shift from the beginning of a

play05:25

signal if suppose we have toasting

play05:27

sample it at the beginning of the signal

play05:29

and then the signals or the clocks are

play05:32

not synchronized what happens is the

play05:34

samples may be taken and at the end of

play05:37

the signal which is completely wrong and

play05:38

we don't get the symbols decoded

play05:42

correctly so let's let's take an example

play05:46

of some sequences of which is trans to

play05:50

transmitter and what happens at the

play05:52

receiver if they're not synchronized

play05:54

okay so let's take an example of but

play05:58

let's imagine a communication system the

play06:00

two equipments where or where two

play06:04

equipments are being transmitted

play06:05

transmitting information and their

play06:09

clocks are there's a major difference in

play06:11

the speed of their system clocks let's

play06:13

say the receivers clock was running at

play06:16

around 12.5% ahead of time that is 12.5%

play06:23

ahead of time the receiver is receiver

play06:26

clock is 12.5% ahead of the transmitter

play06:31

clock in such a scenario what happens

play06:34

that means there's no synchronization

play06:36

between the transmitter

play06:37

Randy receiver rockabilly considered

play06:39

we'll take an example the first one is a

play06:44

transmitted signal and the second one

play06:46

the we are going to draw is the receive

play06:49

sing no cut considering this condition

play06:52

that is the receiver clock is 12.5%

play06:54

times faster than the transmitter clock

play06:57

so clock frequencies faster which means

play07:00

the time period is going to be smaller

play07:04

yeah

play07:06

so here over here what happens is this

play07:14

signal sings are not synchronized what

play07:18

happens is they're coded this way that

play07:23

is this time period or this time axis is

play07:26

not maintained see it exits and then you

play07:29

see over here you get this kind of a

play07:34

signal which does not follow the time

play07:36

period for off the transmitted signal so

play07:39

you get something of this the amplitude

play07:41

is going to be the same there's no much

play07:43

variation in the amplitude let's not

play07:45

take that into consideration enough they

play07:47

can't sit talking about the time periods

play07:49

or detecting it in proper time intervals

play07:51

now suppose this is the way you have

play07:54

decoded it because of this condition now

play07:57

what happens over here if you read this

play07:59

out over here it is 1 0 its 1 ok 0 0 0

play08:10

this is 0 so in this time period

play08:14

actually this isn't far not of delay

play08:17

yeah so we hear this is going to be 0

play08:21

and this is going to be 1 if we check

play08:23

this out our coded value 0 what we

play08:28

transmitted what was 1 0 1 0 0 0 0 1 ok

play08:35

what you've received is 1 0 1 0 0 0 0 1

play08:40

2 3 4 5 zeros and a one here let's not

play08:45

take this value the last bit is 1 so

play08:48

check out these two sequences it's a

play08:50

or is it descent you can see there is

play08:53

one extra bit right so though we have

play08:56

transmitted how many bits there eight

play08:58

bits in the receiver we have to be coded

play09:01

to be nine bits due to this error or

play09:05

this rate of difference in get speeds

play09:08

off the clock of transmitter and

play09:10

receiver now whatever

play09:11

8% 8-bit is sent but in the receiver we

play09:15

are we have obtained nine bits when we

play09:17

decoded it yes this happens because it

play09:21

doesn't the receiver clock does not

play09:23

follow the time period of the

play09:24

transmitter block so this is the problem

play09:27

of if the transmitter receiver is not

play09:30

synchronized now if you consider the

play09:35

different types of synchronization how

play09:37

are they actually classified see when

play09:39

covariant detection is used we we need

play09:42

to know both the frequency and the phase

play09:44

of the carrier only then can be detected

play09:46

correctly right so the estimation of

play09:48

carrier phase and frequency is called

play09:51

carrier recovery or carrier

play09:53

synchronization that is if we are able

play09:56

to correctly obtain the frequency and

play10:00

phase of the carrier or the method used

play10:04

to actually find the frequency and phase

play10:06

of the carrier is perfect when scarier

play10:08

synchronization and to perform again the

play10:14

second one if we have to perform the

play10:16

modulation in case of a synchronous mode

play10:20

what happens we don't have this carrier

play10:22

clock synchronized sight so we need to

play10:24

find an alternative method so that

play10:26

alternative method is to use suppose we

play10:31

have some set of data I need to transmit

play10:34

hello yeah so I need to transmit hello

play10:38

and what I do is I am using an a'

play10:41

synchronous mode of transmission what I

play10:44

do is I actually insert a dark bit and a

play10:49

stop bit

play10:50

this is a start bit and this is the stop

play10:53

bit the reason why I am inserting the

play10:56

start bit and stop it are for the

play10:59

receiver to know when

play11:01

since we don't know the time interval or

play11:04

the rate at which that it is being

play11:07

modulated we have not aware of the

play11:09

carrier at all so we insert a start and

play11:12

a stop bit at the transmission side so

play11:15

that the receiver can actually identify

play11:17

when does this actual data start and

play11:20

when is it going to end so one major

play11:25

point you have to keep in mind see if

play11:27

you don't use a same set of information

play11:29

for start and stop bits the reason

play11:31

because we cannot to the receiver cannot

play11:33

identify if this is a stop bit or a

play11:35

start bit if we use the same set of

play11:37

values

play11:38

so whatever start value value they use

play11:41

for start it should be the opposite of

play11:43

what we use for stop so both are

play11:46

different so that we can identify if

play11:48

it's a start bit or a stop it so this

play11:51

method is used for s think Rinna's mode

play11:53

of transmission next this type of

play12:00

detection is the third-best symbol

play12:03

synchronization and the third one we

play12:05

have a frame or chip synchronization

play12:07

frame synchronization is also called

play12:09

shift synchronization where in modern

play12:11

digital we consider the modern

play12:13

communication system modern digital

play12:14

communication systems then we transmit

play12:17

the data in the form of frames or

play12:18

packets so since we transmitted in the

play12:22

form of packets of frames we need to

play12:25

synchronize them when there's a start of

play12:27

a frame and when doesn't end

play12:29

so this synchronization technique is

play12:31

referred to as frame synchronization or

play12:33

chip synchronization so in so 3 times

play12:36

carrier synchronization where the clock

play12:38

frequency and phase are to be recovered

play12:40

second is a simple synchronization where

play12:43

you have to be transmitted bits to know

play12:48

where when and where to sample the

play12:50

signal signal and third one is the frame

play12:52

synchronization so let's quickly move on

play12:54

to the carrier the first one which is

play12:56

carrier synchronization carrier

play13:01

synchronization we have two methods one

play13:03

was empty power method empty power loop

play13:09

okay and the second one is cost as loop

play13:13

cost as low

play13:15

maybe I'm not aware of those names but

play13:17

when I start explaining you what these

play13:19

are you feel that you have already

play13:21

covered it previously in few techniques

play13:23

of detection and transmitting BPSK where

play13:27

you could not use a coherent detection

play13:29

we had gone for a non coherent one and

play13:32

castas also we had gone through PLL so

play13:35

cute and all that so so I'm sure or

play13:38

you'll be familiar with these pumps and

play13:39

when I start explaining you the first

play13:41

concept is empower loop this is the

play13:47

block diagram for our carrier

play13:49

synchronization but you can see the SIP

play13:51

signal is raised to its mPower if it is

play13:56

safe ms2 then it's called a squaring

play13:58

device so it's raised to a power of M

play14:01

and then which is passed to a bandpass

play14:03

filter and here if you say this what is

play14:06

this all about if you crawl you have a

play14:10

close look this is a mixer you have a

play14:12

low-pass filter and you have a VCO

play14:14

voltage control oscillator this is

play14:15

nothing but your phase locked loop right

play14:19

so here whatever signal is being

play14:21

received it's raised with M power and

play14:24

here we actually lock it to a particular

play14:27

carrier frequency and then if things we

play14:32

have raised it to its empower we need to

play14:34

get back the signal so what we do is we

play14:36

give it to a frequency divider divide by

play14:38

M here are you get the reference signal

play14:42

this reference signal is used at the as

play14:45

carrier to detect recover the original

play14:48

information so this is a k-11 one of the

play14:51

methods of carrier synchronization where

play14:54

empower this method is called empower

play14:56

loop where it signal is raised to its

play14:58

empower and then it is filtered off and

play15:01

is given to a PLL where it the phase is

play15:03

locked and then it's possible frequency

play15:06

divided where phase and the frequency is

play15:08

decided of the carrier so reference

play15:11

signal is used as a carrier signal so

play15:13

this is one of the men this is the

play15:15

second method

play15:16

castas loop who sells loop we can see

play15:20

that feather such as a signal is being

play15:22

split into two parts and each separately

play15:25

multiplied with a carrier

play15:28

oh yeah the scheduled signal is taken

play15:30

from this output of the VCO signal

play15:34

multiplied with the carrier so this

play15:35

carrier is one nine minus ninety that is

play15:37

90 degree out of phase compared to this

play15:39

carrier and the output is here there's a

play15:43

phase to termination or face

play15:45

discrimination the two signals

play15:46

difference in those two signals is

play15:48

identified and given correspondingly a

play15:50

voltage is being supplied over here so

play15:54

this is the second method that's

play15:56

Acosta's loop for carrier

play15:58

synchronization I and I am sure this

play16:00

figure as well is familiar to you you

play16:03

learn to turn some of the detection

play16:04

methods already next we move on to the

play16:08

tower same next one symbol

play16:10

synchronization symbol synchronization

play16:14

here the simple synchronization our

play16:17

technique what happens is the clock has

play16:20

been transmitted along with the data

play16:22

bearing signal in multiplexed form and

play16:24

then at the receiver the clock is

play16:26

extracted by prompted filtering of the

play16:29

modulated waveform now this it a

play16:32

minimizes the time required for carrier

play16:35

all clock recovery because in the

play16:37

previous series the carrier was not

play16:38

transmitted along with the signal

play16:41

it was extracted out from there is a

play16:44

receive signal so there is in symbol

play16:46

synchronization what we do is we send

play16:49

the carrier also along with the data

play16:50

signal but here the negative or the

play16:52

drawback was a fraction of the

play16:54

transmitted power this all has to be

play16:57

allocated for transmitting the clock we

play16:59

cannot use it user entire powers for

play17:01

transmitting the data when as a part of

play17:03

set has to be allocated to transmit the

play17:09

clock to explain simple symbol

play17:13

synchronization let me consider a few

play17:16

waveforms which will help you get a

play17:18

clear picture on this concept

play17:21

consider this waveform we have this bit

play17:24

stream given as 1 0 0 1 1 1 0 & 1 and

play17:28

this is the top part and let's consider

play17:31

we have used bipolar encoding scheme so

play17:37

here if you see whenever there is one

play17:39

and the clock goes high you get the

play17:42

output

play17:43

1 and then 0 here it goes 0 so and

play17:48

whenever the clock goes I it goes to 0

play17:50

and it comes back sorry it goes to minus

play17:53

1 and comes back to 0 similar way we can

play17:57

quote the sass I hope it's clear

play18:01

whenever the clock OSA in the value of 0

play18:03

it goes to minus 1 and comes back it is

play18:05

returned to 0 form so it's coming back

play18:07

to 0 and here again the clock is there

play18:10

and it's high so it repeats this way no

play18:17

way it is negative and away its positive

play18:20

so this is how you get the coded signal

play18:22

now send this coded signal this is a

play18:24

signal which is being transmitted right

play18:26

so from this signal what we do is we

play18:29

perform some filtering technique and we

play18:33

extract the clock pulse that is let's

play18:36

say we have extracted the clock clock

play18:40

pulse to be the same so we have the

play18:48

clock pulses loving extracted this way

play18:52

yes so how do you this this is being

play18:56

extracted or the flam the received

play18:58

signal using some filtering techniques

play19:00

and other using the same time period so

play19:02

you can see whenever it goes high or low

play19:04

you get a clock pulse right so whenever

play19:07

it goes high or low you get a clock

play19:08

pulse so this is being extracted two

play19:10

different techniques of filtering and

play19:12

all that now from this clock pulse how

play19:14

do we recover they received coming sorry

play19:17

the bitstream

play19:17

which is transmitted so you can see over

play19:19

here there's a clock pulse which is

play19:21

fatter and it going low over here but

play19:27

just from this actually we take this

play19:30

value

play19:36

we'll get it this way something similar

play19:40

to those transmitted midstream but it is

play19:42

little shifted because this is the time

play19:44

axis actually and so you have a gap over

play19:46

here this small gap yeah so it is we are

play19:50

receiving the signal but still due to

play19:53

some disturbances caused in the channel

play19:56

we are getting a shifted little not too

play19:58

much still we can recover or get back

play20:00

this signal properly so this is the

play20:03

method of single symbol synchronization

play20:04

where you extract the clock is being

play20:08

filtered out filled clock is also

play20:10

transmitted along with the signal so

play20:12

which is being filtered out and then run

play20:13

the clock we have obtained the bitstream

play20:17

so this method is called symbol

play20:19

synchronization the next one that's

play20:21

frame synchronization frame

play20:27

synchronization and now as I told you in

play20:30

modern digital communication systems we

play20:32

already start on the data transfer is

play20:34

done in the form of packets so for that

play20:37

for transmitted in the form of packets

play20:39

we also have gain we have to synchronize

play20:41

them right so we use some frames or bits

play20:45

at the start and end to actually detect

play20:49

the start and end of the frame we call

play20:52

them

play20:52

we call those start and end bits as

play20:55

flags yeah

play20:57

so there are fertilized Flags do you

play20:59

have a start flag and the f9 flag now

play21:02

these start and end flags are assigned

play21:05

to both the ends so that the start flag

play21:08

indicates the start of a frame and n

play21:10

flag indicates the end of the frame no

play21:14

this is how the receiver actually

play21:15

identifies the frame or actually detects

play21:20

and the demodulates

play21:22

or decodes the message being received so

play21:24

we need to ensure that they are

play21:27

synchronized properly otherwise we it

play21:31

may then do the loss of data and in

play21:34

efficient communication or transmission

play21:36

may take place so this is all about

play21:39

synchronization topic we have covered

play21:41

three types in detail and and the need

play21:46

for synchronization

play21:47

have been discussed I hope the video is

play21:49

clear to you thank you for watching and

play21:52

we'll see in the next video soon

Rate This

5.0 / 5 (0 votes)

相关标签
Digital CommunicationSynchronizationSpread SpectrumCarrier RecoverySymbol TimingPN SequencesSignal IntegrityCommunication SystemsModulation TechniquesPhase Locked Loop
您是否需要英文摘要?