Principles Digital Communication System & Computer Networks (Charles River Media Computer Engineering)
Chapter 1: Basics of Communication Systems
- Listing C.1: To generate a bit stream of 1s and 0s.
- Listing C.2: To generate random numbers between –1 and +1 and display the waveform.
- Listing C.3: To simulate a transmission medium.
Chapter 5: Error Detection and Correction
- Listing 5.1: Program for calculation of CRC-16.
- Listing 5.2: Program for calculation of CRC-32.
Chapter 9: Carrier Modulation
- Listing C.4: Generation of ASK and FSK waveforms.
- Listing C.5: To generate a 1KHz sine wave.
Chapter 22: Transport Layer Protocols—TCP and UDP
- Listing C.6: UDP server software.
- Listing C.7: UDP Client software.
Chapter 24: The Wired Internet
- Listing C.8: XHTML code to display text.
- Listing C.9: XHTML code to play an audio file.
- Listing C.11: XHTML Code to display an image in the background.
- Listing C.12: XHTML code to display an image in the foreground.
Chapter 32: Global Positioning System
- Listing C.13: Location data from the GPS receiver.
- Listing C.14: Calculation of distance between two points given their latitude and longitude.
Chapter 38: Information Security
- Listing C.15: Encryption using RSA algorithm.
Appendix C: Solutions to Selected Exercises
- Listing C.1: To generate a bit stream of 1s and 0s.
- Listing C.2: To generate random numbers between –1 and +1 and display the waveform.
- Listing C.3: To simulate a transmission medium.
- Listing C.4: Generation of ASK and FSK waveforms.
- Listing C.5: To generate a 1KHz sine wave.
- Listing C.6: UDP server software.
- Listing C.7: UDP Client software.
- Listing C.8: XHTML code to display text.
- Listing C.9: XHTML code to play an audio file.
- Listing C.11: XHTML Code to display an image in the background.
- Listing C.12: XHTML code to display an image in the foreground.
- Listing C.13: Location data from the GPS receiver.
- Listing C.14: Calculation of distance between two points given their latitude and longitude.
- Listing C.15: Encryption using RSA algorithm.