SlideShare uma empresa Scribd logo
1 de 60
Chapter 4 Digital Transmission
4.1  Line Coding Some Characteristics Line Coding Schemes Some Other Schemes
Figure 4.1   Line coding
Figure 4.2   Signal level versus data level
Figure 4.3   DC component
Figure 4.4   Lack of synchronization
Figure 4.5   Line coding schemes
Unipolar encoding uses only one voltage level. Note:
Figure 4.6   Unipolar encoding
Polar encoding uses two voltage levels (positive and negative). Note:
Figure 4.7   Types of polar encoding
In NRZ-L the level of the signal is dependent upon the state of the bit. Note:
In NRZ-I the signal is inverted if a 1 is encountered. Note:
Figure 4.8   NRZ-L and NRZ-I encoding
Figure 4.9   RZ encoding
A good encoded digital signal must contain a provision for synchronization. Note:
Figure 4.10   Manchester encoding
In Manchester encoding, the transition at the middle of the bit is used for both synchronization and bit representation. Note:
Figure 4.11   Differential Manchester encoding
In differential Manchester encoding, the transition at the middle of the bit is used only for synchronization.  The bit representation is defined by the inversion or noninversion at the beginning of the bit. Note:
In bipolar encoding, we use three levels: positive, zero,  and negative. Note:
Figure 4.12   Bipolar AMI encoding
Figure 4.13   2B1Q
Figure 4.14   MLT-3 signal
4.2  Block Coding Steps in Transformation Some Common Block Codes
Block Coding ,[object Object],[object Object],[object Object],[object Object]
Figure 4.15   Block coding
[object Object],[object Object],11101 1111 F 11100 1110 E 11011 1101 D ... ... ... 10100 0010 2 01001 0001 1 11110 0000 0 4B5B Code (Binary)‏ Data (Hex)‏ 4B5B Encoding Table
Figure 4.16   Substitution in block coding
Table 4.1  4B/5B encoding 11010 1100 01010 0100 11011 1101 01011 0101 11100 1110 01110 0110 11101 1111 01111 0111 10111 1011 10101 0011 10100 01001 11110 Code 10110 1010 0010 10011 1001 0001 10010 1000  0000 Code Data Data
Table 4.1  4B/5B encoding (Continued)‏ 10001 K (start delimiter)‏ 01101 T (end delimiter)‏ 11001 S (Set)‏ 00111 R (Reset)‏ 11000 J (start delimiter)‏ 00100 11111 00000 Code H (Halt)  I (Idle)  Q (Quiet)‏ Data
Figure 4.15  Using block coding 4B/5B with NRZ-I line coding scheme
Portion of 8B6T Code Table
Figure 4.17   Example of 8B/6T encoding
Scrambling ,[object Object],[object Object],[object Object],[object Object]
B8ZS Bipolar with 8 zero substitution4 Eight consecutive zero level voltages are replaced by the sequence 000VB0VB: V stands for voilation breaks AMI rule. Oppsite polarity from the previous.  B denotes bipolar. Whch is in accordance with AMI rule.
Figure 4.19  Two cases of B8ZS scrambling technique B8ZS substitutes eight consecutive zeros with 000VB0VB
Figure 4.20  Different situations in HDB3 scrambling technique HDB3 substitutes four consecutive zeros with 000V or B00V depending on the number of nonzero pulses after the last substitution.
4.3  Sampling Pulse Amplitude Modulation Pulse Code Modulation Sampling Rate: Nyquist Theorem How Many Bits per Sample? Bit Rate
Figure 4.18   PAM
Pulse amplitude modulation has some applications, but it is not used by itself in data communication. However, it is the first step in another very popular conversion method called  pulse code modulation. Note:
Figure 4.19   Quantized PAM signal
Figure 4.20   Quantizing by using sign and magnitude
Figure 4.21   PCM
Figure 4.22   From analog signal to PCM digital code
According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency. Note:
Figure 4.23   Nyquist theorem
Example 4 What sampling rate is needed for a signal with a bandwidth of 10,000 Hz (1000 to 11,000 Hz)?  Solution The sampling rate must be twice the highest frequency in the signal: Sampling rate = 2 x (11,000) = 22,000 samples/s
Example 5 A signal is sampled. Each sample requires at least 12 levels of precision (+0 to +5 and -0 to -5). How many bits should be sent for each sample? Solution We need 4 bits; 1 bit for the sign and 3 bits for the value. A 3-bit value can represent 2 3  = 8 levels (000 to 111), which is more than what we need. A 2-bit value is not enough since 2 2  = 4. A 4-bit value is too much because 2 4  = 16.
Example 6 We want to digitize the human voice. What is the bit rate, assuming 8 bits per sample? Solution The human voice normally contains frequencies from 0 to 4000 Hz.  Sampling rate = 4000 x 2 = 8000 samples/s Bit rate = sampling rate x number of bits per sample  = 8000 x 8 = 64,000 bps = 64 Kbps
Note that we can always change a band-pass signal to a low-pass signal before sampling. In this case, the sampling rate is twice the bandwidth. Note:
4.4  Transmission Mode Parallel Transmission Serial Transmission
Figure 4.24   Data transmission
Figure 4.25   Parallel transmission
Figure 4.26   Serial transmission
In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. Note:
Asynchronous here means “asynchronous at the byte level,” but the bits are still synchronized; their durations are the same. Note:
Figure 4.27   Asynchronous transmission
In synchronous transmission,  we send bits one after another without start/stop bits or gaps.  It is the responsibility of the receiver to group the bits. Note:
Figure 4.28   Synchronous transmission

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
UNIT-3 ppt.pptx
UNIT-3 ppt.pptxUNIT-3 ppt.pptx
UNIT-3 ppt.pptx
 
Cmos fabrication
Cmos fabricationCmos fabrication
Cmos fabrication
 
WLAN
WLANWLAN
WLAN
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
wired and wireless networks
wired and wireless networkswired and wireless networks
wired and wireless networks
 
3. line coding( bipolar, multilevel, multitransition)
3. line coding( bipolar, multilevel, multitransition)3. line coding( bipolar, multilevel, multitransition)
3. line coding( bipolar, multilevel, multitransition)
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 
4. block coding
4. block coding 4. block coding
4. block coding
 
2.6 ethernet ieee 802.3
2.6 ethernet   ieee 802.32.6 ethernet   ieee 802.3
2.6 ethernet ieee 802.3
 
Control Unit Design
Control Unit DesignControl Unit Design
Control Unit Design
 
Ethernet
EthernetEthernet
Ethernet
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)
 
Difference among 8085,8086,80186,80286,80386 Microprocessor.pdf
Difference among 8085,8086,80186,80286,80386 Microprocessor.pdfDifference among 8085,8086,80186,80286,80386 Microprocessor.pdf
Difference among 8085,8086,80186,80286,80386 Microprocessor.pdf
 
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter PartPerformance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
 
Line coding
Line codingLine coding
Line coding
 
Fiber optics
Fiber opticsFiber optics
Fiber optics
 
Chapter 15
Chapter 15Chapter 15
Chapter 15
 

Semelhante a 1432.encoding concepts

Ch04
Ch04Ch04
Ch04
H K
 
Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and Networking
Edlynne Ogena
 
Digital Transmission
Digital TransmissionDigital Transmission
Digital Transmission
TechiNerd
 

Semelhante a 1432.encoding concepts (20)

Ch 04
Ch 04Ch 04
Ch 04
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Chapter 4 - Digital Transmission
Chapter 4 - Digital TransmissionChapter 4 - Digital Transmission
Chapter 4 - Digital Transmission
 
Ch04
Ch04Ch04
Ch04
 
04 digital transmission
04 digital transmission04 digital transmission
04 digital transmission
 
LECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bdLECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bd
 
Lecture 3.ppt
Lecture 3.pptLecture 3.ppt
Lecture 3.ppt
 
Chapter 4 digital transmission computer_network
Chapter 4 digital transmission  computer_networkChapter 4 digital transmission  computer_network
Chapter 4 digital transmission computer_network
 
Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and Networking
 
04 Digital Transmission
04 Digital Transmission04 Digital Transmission
04 Digital Transmission
 
Digital Transmission
Digital TransmissionDigital Transmission
Digital Transmission
 
Ch04
Ch04Ch04
Ch04
 
Line_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pgLine_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pg
 
line coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingline coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of coding
 
Ch04
Ch04Ch04
Ch04
 
Lecture 09
Lecture 09Lecture 09
Lecture 09
 
Ch3 Digital Transmission.ppt
Ch3 Digital Transmission.pptCh3 Digital Transmission.ppt
Ch3 Digital Transmission.ppt
 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...
 
Data Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSIONData Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSION
 
Ch4 1 v1
Ch4 1 v1Ch4 1 v1
Ch4 1 v1
 

Mais de techbed

1456.base boot
1456.base boot1456.base boot
1456.base boot
techbed
 
1455.ata atapi standards - 1-7
1455.ata atapi standards - 1-71455.ata atapi standards - 1-7
1455.ata atapi standards - 1-7
techbed
 
1454.ata features
1454.ata features1454.ata features
1454.ata features
techbed
 
Flash cs4 tutorials_2009
Flash cs4 tutorials_2009Flash cs4 tutorials_2009
Flash cs4 tutorials_2009
techbed
 
Photoshop tut
Photoshop tutPhotoshop tut
Photoshop tut
techbed
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applications
techbed
 
Lab 7b) test a web application
Lab 7b) test a web applicationLab 7b) test a web application
Lab 7b) test a web application
techbed
 
Lab 7a) debug a web application
Lab 7a) debug a web applicationLab 7a) debug a web application
Lab 7a) debug a web application
techbed
 
What is struts_en
What is struts_enWhat is struts_en
What is struts_en
techbed
 
Part 7 packaging and deployment
Part 7 packaging and deploymentPart 7 packaging and deployment
Part 7 packaging and deployment
techbed
 
Lab 6) package and deploy a j2 ee application
Lab 6) package and deploy a j2 ee applicationLab 6) package and deploy a j2 ee application
Lab 6) package and deploy a j2 ee application
techbed
 
Lab 5b) create a java server faces application
Lab 5b) create a java server faces applicationLab 5b) create a java server faces application
Lab 5b) create a java server faces application
techbed
 
Lab 5a) create a struts application
Lab 5a) create a struts applicationLab 5a) create a struts application
Lab 5a) create a struts application
techbed
 
First java-server-faces-tutorial-en
First java-server-faces-tutorial-enFirst java-server-faces-tutorial-en
First java-server-faces-tutorial-en
techbed
 
Part 5 running java applications
Part 5 running java applicationsPart 5 running java applications
Part 5 running java applications
techbed
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databases
techbed
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web development
techbed
 
Lab 4) working with databases
Lab 4) working with databasesLab 4) working with databases
Lab 4) working with databases
techbed
 
Lab 3) create a web application
Lab 3) create a web applicationLab 3) create a web application
Lab 3) create a web application
techbed
 
Part 2 java development
Part 2 java developmentPart 2 java development
Part 2 java development
techbed
 

Mais de techbed (20)

1456.base boot
1456.base boot1456.base boot
1456.base boot
 
1455.ata atapi standards - 1-7
1455.ata atapi standards - 1-71455.ata atapi standards - 1-7
1455.ata atapi standards - 1-7
 
1454.ata features
1454.ata features1454.ata features
1454.ata features
 
Flash cs4 tutorials_2009
Flash cs4 tutorials_2009Flash cs4 tutorials_2009
Flash cs4 tutorials_2009
 
Photoshop tut
Photoshop tutPhotoshop tut
Photoshop tut
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applications
 
Lab 7b) test a web application
Lab 7b) test a web applicationLab 7b) test a web application
Lab 7b) test a web application
 
Lab 7a) debug a web application
Lab 7a) debug a web applicationLab 7a) debug a web application
Lab 7a) debug a web application
 
What is struts_en
What is struts_enWhat is struts_en
What is struts_en
 
Part 7 packaging and deployment
Part 7 packaging and deploymentPart 7 packaging and deployment
Part 7 packaging and deployment
 
Lab 6) package and deploy a j2 ee application
Lab 6) package and deploy a j2 ee applicationLab 6) package and deploy a j2 ee application
Lab 6) package and deploy a j2 ee application
 
Lab 5b) create a java server faces application
Lab 5b) create a java server faces applicationLab 5b) create a java server faces application
Lab 5b) create a java server faces application
 
Lab 5a) create a struts application
Lab 5a) create a struts applicationLab 5a) create a struts application
Lab 5a) create a struts application
 
First java-server-faces-tutorial-en
First java-server-faces-tutorial-enFirst java-server-faces-tutorial-en
First java-server-faces-tutorial-en
 
Part 5 running java applications
Part 5 running java applicationsPart 5 running java applications
Part 5 running java applications
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databases
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web development
 
Lab 4) working with databases
Lab 4) working with databasesLab 4) working with databases
Lab 4) working with databases
 
Lab 3) create a web application
Lab 3) create a web applicationLab 3) create a web application
Lab 3) create a web application
 
Part 2 java development
Part 2 java developmentPart 2 java development
Part 2 java development
 

Último

IATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdffIATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdff
17thcssbs2
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
中 央社
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 

Último (20)

MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfDanh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
 
Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Word Stress rules esl .pptx
Word Stress rules esl               .pptxWord Stress rules esl               .pptx
Word Stress rules esl .pptx
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdfPost Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
IATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdffIATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdff
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 

1432.encoding concepts

  • 1. Chapter 4 Digital Transmission
  • 2. 4.1 Line Coding Some Characteristics Line Coding Schemes Some Other Schemes
  • 3. Figure 4.1 Line coding
  • 4. Figure 4.2 Signal level versus data level
  • 5. Figure 4.3 DC component
  • 6. Figure 4.4 Lack of synchronization
  • 7. Figure 4.5 Line coding schemes
  • 8. Unipolar encoding uses only one voltage level. Note:
  • 9. Figure 4.6 Unipolar encoding
  • 10. Polar encoding uses two voltage levels (positive and negative). Note:
  • 11. Figure 4.7 Types of polar encoding
  • 12. In NRZ-L the level of the signal is dependent upon the state of the bit. Note:
  • 13. In NRZ-I the signal is inverted if a 1 is encountered. Note:
  • 14. Figure 4.8 NRZ-L and NRZ-I encoding
  • 15. Figure 4.9 RZ encoding
  • 16. A good encoded digital signal must contain a provision for synchronization. Note:
  • 17. Figure 4.10 Manchester encoding
  • 18. In Manchester encoding, the transition at the middle of the bit is used for both synchronization and bit representation. Note:
  • 19. Figure 4.11 Differential Manchester encoding
  • 20. In differential Manchester encoding, the transition at the middle of the bit is used only for synchronization. The bit representation is defined by the inversion or noninversion at the beginning of the bit. Note:
  • 21. In bipolar encoding, we use three levels: positive, zero, and negative. Note:
  • 22. Figure 4.12 Bipolar AMI encoding
  • 23. Figure 4.13 2B1Q
  • 24. Figure 4.14 MLT-3 signal
  • 25. 4.2 Block Coding Steps in Transformation Some Common Block Codes
  • 26.
  • 27. Figure 4.15 Block coding
  • 28.
  • 29. Figure 4.16 Substitution in block coding
  • 30. Table 4.1 4B/5B encoding 11010 1100 01010 0100 11011 1101 01011 0101 11100 1110 01110 0110 11101 1111 01111 0111 10111 1011 10101 0011 10100 01001 11110 Code 10110 1010 0010 10011 1001 0001 10010 1000 0000 Code Data Data
  • 31. Table 4.1 4B/5B encoding (Continued)‏ 10001 K (start delimiter)‏ 01101 T (end delimiter)‏ 11001 S (Set)‏ 00111 R (Reset)‏ 11000 J (start delimiter)‏ 00100 11111 00000 Code H (Halt) I (Idle) Q (Quiet)‏ Data
  • 32. Figure 4.15 Using block coding 4B/5B with NRZ-I line coding scheme
  • 33. Portion of 8B6T Code Table
  • 34. Figure 4.17 Example of 8B/6T encoding
  • 35.
  • 36. B8ZS Bipolar with 8 zero substitution4 Eight consecutive zero level voltages are replaced by the sequence 000VB0VB: V stands for voilation breaks AMI rule. Oppsite polarity from the previous. B denotes bipolar. Whch is in accordance with AMI rule.
  • 37. Figure 4.19 Two cases of B8ZS scrambling technique B8ZS substitutes eight consecutive zeros with 000VB0VB
  • 38. Figure 4.20 Different situations in HDB3 scrambling technique HDB3 substitutes four consecutive zeros with 000V or B00V depending on the number of nonzero pulses after the last substitution.
  • 39. 4.3 Sampling Pulse Amplitude Modulation Pulse Code Modulation Sampling Rate: Nyquist Theorem How Many Bits per Sample? Bit Rate
  • 40. Figure 4.18 PAM
  • 41. Pulse amplitude modulation has some applications, but it is not used by itself in data communication. However, it is the first step in another very popular conversion method called pulse code modulation. Note:
  • 42. Figure 4.19 Quantized PAM signal
  • 43. Figure 4.20 Quantizing by using sign and magnitude
  • 44. Figure 4.21 PCM
  • 45. Figure 4.22 From analog signal to PCM digital code
  • 46. According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency. Note:
  • 47. Figure 4.23 Nyquist theorem
  • 48. Example 4 What sampling rate is needed for a signal with a bandwidth of 10,000 Hz (1000 to 11,000 Hz)? Solution The sampling rate must be twice the highest frequency in the signal: Sampling rate = 2 x (11,000) = 22,000 samples/s
  • 49. Example 5 A signal is sampled. Each sample requires at least 12 levels of precision (+0 to +5 and -0 to -5). How many bits should be sent for each sample? Solution We need 4 bits; 1 bit for the sign and 3 bits for the value. A 3-bit value can represent 2 3 = 8 levels (000 to 111), which is more than what we need. A 2-bit value is not enough since 2 2 = 4. A 4-bit value is too much because 2 4 = 16.
  • 50. Example 6 We want to digitize the human voice. What is the bit rate, assuming 8 bits per sample? Solution The human voice normally contains frequencies from 0 to 4000 Hz. Sampling rate = 4000 x 2 = 8000 samples/s Bit rate = sampling rate x number of bits per sample = 8000 x 8 = 64,000 bps = 64 Kbps
  • 51. Note that we can always change a band-pass signal to a low-pass signal before sampling. In this case, the sampling rate is twice the bandwidth. Note:
  • 52. 4.4 Transmission Mode Parallel Transmission Serial Transmission
  • 53. Figure 4.24 Data transmission
  • 54. Figure 4.25 Parallel transmission
  • 55. Figure 4.26 Serial transmission
  • 56. In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. Note:
  • 57. Asynchronous here means “asynchronous at the byte level,” but the bits are still synchronized; their durations are the same. Note:
  • 58. Figure 4.27 Asynchronous transmission
  • 59. In synchronous transmission, we send bits one after another without start/stop bits or gaps. It is the responsibility of the receiver to group the bits. Note:
  • 60. Figure 4.28 Synchronous transmission