03 - Singal Encoding Techniques
03 - Singal Encoding Techniques
1
Signal Encoding Techniques
2
3
4
5
Digital Data, Digital Signals
6
7
8
9
10
Loss of Sync in NRZ-L
• This issue arises when the receiver can no longer accurately determine the
timing of the bits being sent, which results in errors in decoding the
transmitted data.
• If the data contains a long string of consecutive '1's or '0's, the signal stays constant
at one level for an extended period.
11
Example
• Suppose you transmit the data "11110000" using NRZ-L. The signal
would remain at the high level for four bits (due to the four
consecutive '1's), then drop to the low level for the next four bits (for
the '0's).
• If the receiver's clock drifts slightly, it may lose track of how many bits
have been transmitted during each of these long, flat sections,
leading to synchronization errors.
12
13
14
15
16
17
18
19
20
Digital Data, Analog Signals
21
22
23
24
25
Analog Data, Digital Signals
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
You have an audio file with a duration of 5 minutes. The audio is sampled using Pulse Code Modulation
(PCM) at a sampling rate of 44,100 samples per second and with a bit depth of 16 bits per sample.
Calculate the size of the audio file
43
44
45
46
47
Analog Data, Analog Signals
48
49
50
51
52