Annex. 1.3 Measuring information

Size: px
Start display at page:

Download "Annex. 1.3 Measuring information"

Transcription

1 Annex This appendix discusses the interrelated concepts of information, information source, channel capacity, and bandwidth. The first three concepts relate to a digital channel, while bandwidth concerns an analog channel. e first discuss a mathematical model of a digital channel and its physical realization. e then study the analog channel. Lastly, we relate the digital and analog channels. 1.3 Measuring information A bit is a unit of measurement of information. If you ask me a binary question one whose answer is yes or no and I reply to you, my answer conveys one bit of information. ( Bit is an abbreviation of binary digit. ) Of course we may agree ahead of time to encode the answer. That is, we may agree that I will tell you the answer is 1 meaning yes or 0 meaning no. That is we can agree on a code expressed as a table: Code word Meaning 1 yes 0 no If you know the code, you can decode my answer. Of course, the code that we select will depend on the medium in which the answer is delivered. For example, if the answer is to be conveyed by the value of a voltage on a wire, the code might be: voltage high encodes yes and voltage low encodes no. If you ask me three binary questions, my answers convey three bits of information. You could have combined these three questions into one: Answer Q1 and Q2 and Q3 with one of eight possible alternatives: YYY if the answer to Q1 is Y, to Q2 is Y, to Q3 is Y; YYN if the answer to Q1 is Y, to Q2 is Y, to Q3 is N; and so on. So the answer to three binary questions conveys the same information as the answer to one eight-ary question (this is a question with eight possible answers). More generally if you ask me n binary questions, the same information can be conveyed by an answer to a 2 n -ary question one which has 2 n possible answers. So an answer to a 2 n -ary question conveys log 2 2 n = n bits of information. e can go the other way as well. That is, the information conveyed by an answer to a 2 n -ary question can also be conveyed by the answers to n binary questions. Let s see this for an 8-ary questions, whose possible answers are 0, 1,, 7. Consider the following code: 9

2 10 CHAPTER 1. COMMUNICATION SYSTEM Code word Meaning NNN 0 NNY 1 NYN 2 NYY 3 YNN 4 YNY 5 YYN 6 YYY 7 e can now encode the 8-ary question call it Q as three binary questions Q1, Q2, Q3. The binary question Q1 is: answer N if the answer to Q is 0,1,2, or 3 and Y if the answer to Q is 4,5,6, or 7; the binary question Q2 is: answer N if the answer to Q is 0,1,4, or 5 and answer Y otherwise; Q3 is: answer N if the answer to Q is 0,2,4, or 6, and answer Y otherwise. Evidently, if you know the answers to Q1, Q2, Q3 you know the answer to Q and vice versa. In general, then, an answer to a m-ary question conveys log 2 m bits of information. Example 1.3: Consider a gray scale picture with = 10 6 pixels or picture elements. Suppose each pixel has 64 possible gray scale values (that is, the intensity of black or white is divided into 64 levels). So a picture can have values (the picture is an answer to the question: hat are your 10 6 pixel values? ), and conveys log = bits or 8 Mb. This definition of bits of information has the following attractive additivity property. The answer to a m-ary question and the answer to a k-ary question conveys log 2 m +log 2 k bits. If you combine the two questions into one question, that combined question will have m k possible answers which conveys log 2 (mk) =log 2 m +log 2 k bits of information. So information in bits is preserved, no matter how you reformulate the question. The information you obtain from any set of questions depends on the number of possible answers: if there are m possible answers to the set of questions, the answers provide log 2 m bits of information. 1.4 Source Suppose you answer one binary question every second. Then you are conveying one bit of information every second. e say that you are conveying information at the rate of 1 bit per second or 1 bps. Suppose you answer one 4-ary question (a question with 4 possible answers) every second. Each answer conveys log 2 4=2bits of information, so you are conveying information at the rate of 2 bps.

3 1.5. DIGITAL CHANNELS 11 It is common in communications to call a device that answers questions on a periodic basis a source. In the preceding paragraph you are the source. A source has a certain information rate. Since that rate is measured in bits per second, we say that the source has a certain bit rate. Example 1.4: In digital telephony, voice is sampled 8,000 times per second, and each sample is quantized into one of 64 possible values. So each sample is an answer to a 64-ary question (namely, what is the value of this sample? ). Thus each sample conveys log 2 64 = 8 bits. The bit rate of the voice source is 8 bits/sample 8, 000 samples/sec = 64, 000 bps. If a source delivered 30 gray scale images of the kind described in example1.3, the rate of the source would be = 240 Mbps. Parallel composition of sources Just as the information conveyed by the answers to two questions is the sum of the information conveyed by each answer, the bit rate of two sources in parallel (considered as a single source) is the sum of the bit rates. Let s see how this works. Suppose we have source Source i that conveys information at rate r i bps, for i =1, 2. This means that every second Source i answers a question that has 2 r i possible answers. Consider a composite source Source which, every second, gives an answer to two questions, the first with 2 r 1 possible answers and the second with 2 r 2 possible answers. As we have seen, we could encode the two questions into one question with 2 r 1 2 r 2 possible answers. An answer to this composite question conveys log 2 (2 r 1 2 r 2 )=r 1 + r 2 bits. So the rate of the composite sources is r 1 + r 2 bps. Lastly, suppose we have a source that answers a 2 r -valued question once a second. So its rate is r bps. Now suppose this source becomes twice as fast, i.e. it answers two 2 r -valued questions each second. Then its rate is 2r bps. This is inuitively obvious, but we can also see this by observing that answering two 2 r -valued questions in one second conveys the same information as answering one 2 r 2 r -valued composite question, and such a source s information rate is log 2 (2 r 2 r )=2r bps. Thus the rate of a source is proportional to its speed. 1.5 Digital channels A digital channel is a device with an input port, an output port, and a set of symbols, Symbols, called the channel alphabet. The channel offers the following service: every second it accepts one symbol at its input port and delivers that symbol at its output port without error, and possibly after some delay. See figure 1.4. Suppose the alphabet Symbols contains N symbols. e say that the channel has capacity of log 2 N bits per second. Just as with a source, if the channel could send those symbols twice per second, its capacity would double. So the capacity of a channel can be expressed as Capacity = bits/symbol symbols/second. The first term on the right is log 2 N if there are N symbols in the alphabet. The unit of the second term is baud or baud rate (after a French engineer called Baudot). If the channel is binary, N =2, the first term is 1, and the baud rate of the channel is its bit rate.

4 12 CHAPTER 1. COMMUNICATION SYSTEM... x 1 x 2 x 3 x 4... Channel... x 1 x 2 x 3 x 4... input port output port Figure 1.4: A digital channel accepts a sequence of symbols, x 1 x 2, at its input port, one symbol each second, and delivers it at its output port. Example 1.5: A voiceband modem connected to a telephone line accepts a 2 7 -valued symbol every 1/8000 sec. So its capacity is Modem Capacity = bits/symbol symbols/second = = 56 Kbps. So the modem implements a digital channel with a rate of 8000 baud and bps. An optical fiber channel from San Francisco to New York (5,000 km long) accepts a binary signal (Symbols = {pulse, nopulse}) every 10 9 sec in San Francisco where its input port is located and delivers it to its output port in New York after a delay of 5000/( )=16.6 ms. The capacity of this channel is Optical Capacity = bits/symbol symbols/second = =1Gbps. So a mathematical formulation of a digital channel consists of a symbol set Symbols and a symbol time T. The channel can transfer one symbol every T seconds. So its baud rate is 1/T and its capacity is 1 T log 2 N bps where N is the number of elements in Symbols. Symbol sets The symbol sets of a physical channel consist of distinguished waveforms. A common binary symbol set in an optical channel consists of two waveforms, pulse-on and pulse-off. If the channel has a symbol rate of T 1, the duration of these waveforms is T sec. In the optical channel of example 1.5, the duration is 10 9 s or 1 nanosecond. The waveforms of light intensity (emitted by a laser) are illustrated in the left-most panel of figure 1.5. This form of symbol generation is called on-off keying or OOK. The two symbols in the middle panel are sinusoids of the same frequency, but the lower sinusoid is 180 degrees out of phase from the first. (In an electronic circuit, these sinusoids are voltages.) The symbols are generated by phase-shift keying or PSK. Since there are only two symbols one also says binary PSK or BPSK. The two symbols on the right are sinuoids of different frequency, and are said to be generated by frequency-shift keying or FSK. The rate of a channel can be increased either by increasing the number of different symbols (with the same symbol time) or by decreasing the symbol time T. The number of different symbols is limited by noise, which prevents the receiver (at the output port) from distinguishing between them. The symbol rate T is limited by the speed of electronics. For example, the system bus speed in your computer may be 100 MHz, i.e. the bus can transfer 1 symbol every 10 ns. Parallel composition of channels hen we compose to sources of rates r 1 and r 2 bps in parallel we get a composite source of rate r 1 + r 2 bps. Similarly, if we compose two channels with capacity

5 1.5. DIGITAL CHANNELS 13 pulse-on T T T = 1 ns pulse-off T T T OOK BPSK FSK Figure 1.5: Symbol sets for OOK, BPSK and FSK. C 1 and C 2 bps in parallel, we get a channel of capacity C 1 + C 2 bps. This is an important way of constructing a higher capacity channel from lower capacity channels. Figure1.6 indicates how this is done. two symbols from Symbols 1 everyt 2 sec... x 1 x 2 x 3 x 4... Decoder Channel 1 Coder... x 1 x 2 x 3 x 4... Channel 2 one symbol from Symbols everyt 2 sec one symbol from Symbols 2 everyt 2 sec Figure 1.6: The parallel composition of two channels gives a channel whose capacity is the sum. Suppose channel i has symbol set Symbols i with N i elements and a symbol time of T i seconds, i =1, 2. For simplicity assume that T 2 is a multiple of T 1, say T 2 =2T 1. So channel 1 can transmit one symbol from Symbols 1 every T 1 seconds, and channel 2 can transmit one symbol from Symbols 2 every T 2 =2T 1 seconds. So the capacity of the first channel is 1 T 1 log 2 N 1, the capacity of the second channel is 1 T 2 log 2 N 2. e use a decoder/coder to compose these two in parallel to form a third channel whose symbol set

6 14 CHAPTER 1. COMMUNICATION SYSTEM is Symbols = Symbols 1 Symbols 1 Symbols 2 and which can transmit one symbol from Symbols every T 2 seconds. The number of elements in Symbols is N1 2 N 2. So the capacity of this channel is 1 log T 2 (N1 2 N 2)= 2 log 2 T 2 N log 2 T 2 N 2 = 1 log 2 T 2 N log 1 T 2 N 2, 2 which is the sum of the capacities of the two channels. Every T 2 seconds, the decoder accepts a symbol of the form s =(s 1,s 1,s 2) Symbols 1 Symbols 1 Symbols 2 = Symbols. It then transmits the two symbols s 1,s 1 over the first channel and the symbol s 2 over the second channel. The three symbols are collected from the two output ports and combined together by the coder. Example 1.6: By composing 64 binary channels, each with a rate of 100 Mbps, you can get a bus with a capacity of 6.4 Gbps. Your computer has many such buses as shown in figure 1.7. Suppose we have a source with rate R bps and a channel of capacity C bps. e want to transmit the symbol stream emitted by the source through the channel and receive it from the channel output. Evidently, to do this we must have R C, (1.3) i.e. the channel capacity must exceed the (information) rate of the source. The symbol sets and the symbol periods of the source and the channel may be different. So again we ll need a coder/decoder pair to match the symbols and times as shown in figure 1.8. Suppose there are Nsource symbols in Symbols source with symbol time Tsource, and N channel symbols in Symbols channel with symbol time T channel. By hypothesis, R = 1 Tsource log 2 Nsource C = 1 T channel log 2 N channel. Suppose for simplicity that the symbol times are rationally related, mtsource = nt channel. Since R C, we must have Nsource m N channel n. Hence we can encode blocks of m symbols from the source emitted in time mtsource into blocks of n channel symbols. The coder in figure 1.8 does this, and the decoder takes those length-n blocks of channel symbols and recovers the length-m blocks of source symbols. 1.6 Analog channels An analog channel is an LTI system, characterized by its frequency response. e assume an ideal bandpass channel whose frequency response is constant, so it is characterized by its bandwidth

7 1.6. ANALOG CHANNELS 15 Figure 1.7: Your computer has many buses made of parallel channels. Source Coder Channel Decoder Symbols source Symbol time T source Rate R bps Symbols channel Symbol time T channel Rate C bps Figure 1.8: To compose a source with rate R bps with a channel with capacity C R may require a coder/decoder pair to match the symbols and symbol times.

8 16 CHAPTER 1. COMMUNICATION SYSTEM Hz and its center frequency f c Hz. e also say that the analog channel has capacity of Hz. For a baseband channel (center frequency 0), this means the frequency response { K, f, H baseband (f) =. 0, otherwise For a bandpass channel this means the frequency response H bandpass (f) ={ K, f ± fc 2 0, otherwise. Observe that bandwidth is the width of the positive frequencies. (If you count negative frequencies as well, the bandwidth is 2.) See top of figure 1.9. e ignore the constant K, so the channel may be identified with its spectrum, i.e. the set of frequencies that the channel transmits without change. The spectrum is shown as the shaded area. The bandwidth of an analog source x ContSignals is similarly defined. e consider its Fourier transform (FT) X : Reals Complex. If it is a baseband signal, its bandwidth is the least frequency such that X(f) =0, f >. If it is a bandpass source, with center frequency f c, its bandwidth is the least frequency such that { f fc > X(f) =0, if 2, f > 0 f + f c > 2, f < 0. e can connect an (analog) source x ContSignals to an (analog) channel with bandwidth channel. Suppose the source has FT X, X : Reals Complex, and bandwidth source. and the channel has frequency response H : Reals Complex. Then the output of the channel y : Reals Complex is the signal with FT Y, f Reals, X(f)H(f). In order that x can be recovered from y two conditions must be satisfied. First, we must have source channel. (1.4) It must also be the case that the frequencies in X must be in the spectrum of the channel, i.e. {f Reals X(f) > 0} {f Reals H(f) > 0}. (1.5) Condition (1.4) is the counterpart of the rate condition (1.3) for digital channels. Condition (1.5) is the counterpart of the requirement that to connect a discrete source to a digital channel the two symbol sets should match. If (1.4) holds but (1.5) does not, we can use a modulator to move the spectrum of X so that (1.5) holds. The modulator is the counterpart of the coder in fig 1.8. See figure 1.1.

9 1.7. TRANSMITTING AN ANALOG SOURCE OVER A DIGITAL CHANNEL 17 H baseband H bandpass K f f c f X X f f c f Figure 1.9: Bandwidth of a baseband channel (top, left) and bandpass channel (top, right), and bandwidth of a source (bottom). 1.7 Transmitting an analog source over a digital channel e have an analog real-valued source x ContSignals with FT X and bandwidth x Hz, and we wish to transmit it over a digital channel with capacity C bps. How do we do this? The idea is this. e first sample x and convert it into a discrete-time signal. Next we quantize the samples using an analog-to-digital converter or ADC. This gives a digital source which we connect to the digital channel. At the output port we reconstruct the original analog signal. Let s suppose x : Reals Reals is a baseband signal, so X(f) =0for f >. e sample this at a rate at least 2, i.e. the sampling period must satisfy the Nyquist condition T s 1 2. (1.6) The resulting signal is a discrete-time signal, x d : Integers Reals, where the nth sample is x d (n) =x(nt s ),n Integers. The Nyquist-Shannon theorem guarantees that because of (1.6) we can recover x from the sampled signal x d. More precisely we can use the following procedure to recover x. See figure1.10. e first construct a continuous-time signal x dc ContSignals, t Reals, x dc (t) = n= x(n)δ(t nt s ), and pass it through an low-pass filter with frequency response H lp, { 1, f, H lp (f) = 0, otherwise

10 18 CHAPTER 1. COMMUNICATION SYSTEM Call the resulting signal y. Then there is a constant K such that t Reals, y(t) =Kx(t). t n t t x T s x d x dc impulse sampler generator low pass filter H lp y Figure 1.10: If an analog signal is sampled at twice its bandwidth, the original signal can be recovered from the sampled signal. However, we cannot directly connect the discrete-time signal x d to the digital channel. The symbol set of x d is the set Reals which has infinitely many values, so its rate is infinite. e need to quantize these values. e choose an N-bit quantizer, i.e. we quantize the set Reals into 2 N values. That is, we choose a quantization function A 3-bit quantizer is shown in figure Quantizer : Reals {0, 1} N. hen we pass the discrete-time signal x d through the quantizer, we get a digital source x dq, n Integers, x dq (n) =Quantizer(x d (n)). The symbol set of this source is {0, 1} N and the symbol time is the sampling period T s. So the rate of this source is N T s bps. e require that this rate be smaller than the capacity C bps of the digital channel. If that is the case, the output of the channel is the input x dq (possibly with delay). e decode the symbols and obtain a discrete-time signal y d and pass it through a pulse generator and low-pass filter. The output of the low-pass filter is proportional to the original analog input x, 3-bit quantizer 111 x d x dq Digital channel from sampler x dq Impulse gen & LPF y ADC DAC Figure 1.11: A 3-bit quantizer and the associated digital-to-analog converter (DAC)

11 1.8. TRANSMITING A DIGITAL SOURCE OVER AN ANALOG CHANNEL 19 except that the quantization introduces an error. The finer the quantization the lower this error, but the larger is the rate of the digital source x dq. Thus we have the condition N 1 T s C, for transmitting an analog source with sampling period T s and N-bit quantizer over a digital channel with capacity C bps. If T s = 1 2, this becomes 2N C. 1.8 Transmiting a digital source over an analog channel e have a digital source with symbol set Symbols s and symbol time T that we wish to transmit over an analog channel with bandwidth c Hz. e study this in more detail in chapter 4.

Basic Concepts in Data Transmission

Basic Concepts in Data Transmission Basic Concepts in Data Transmission EE450: Introduction to Computer Networks Professor A. Zahid A.Zahid-EE450 1 Data and Signals Data is an entity that convey information Analog Continuous values within

More information

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two Chapter Two Layout: 1. Introduction. 2. Pulse Code Modulation (PCM). 3. Differential Pulse Code Modulation (DPCM). 4. Delta modulation. 5. Adaptive delta modulation. 6. Sigma Delta Modulation (SDM). 7.

More information

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Kuang Chiu Huang TCM NCKU Spring/2008 Goals of This Class Through the lecture of fundamental information for data and signals,

More information

Chapter 2. Physical Layer

Chapter 2. Physical Layer Chapter 2 Physical Layer Lecture 1 Outline 2.1 Analog and Digital 2.2 Transmission Media 2.3 Digital Modulation and Multiplexing 2.4 Transmission Impairment 2.5 Data-rate Limits 2.6 Performance Physical

More information

Signal Characteristics

Signal Characteristics Data Transmission The successful transmission of data depends upon two factors:» The quality of the transmission signal» The characteristics of the transmission medium Some type of transmission medium

More information

SEN366 Computer Networks

SEN366 Computer Networks SEN366 Computer Networks Prof. Dr. Hasan Hüseyin BALIK (5 th Week) 5. Signal Encoding Techniques 5.Outline An overview of the basic methods of encoding digital data into a digital signal An overview of

More information

Digital communication

Digital communication Chapter 4 Digital communication A digital is a discrete-time binary m : Integers Bin = {0, 1}. To transmit such a it must first be transformed into a analog. The is then transmitted as such or modulated

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

Stream Information. A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time

Stream Information. A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time , German University in Cairo Stream Information A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time Th e s p ee ch s i g n al l e

More information

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications DIGITAL COMMUNICATIONS SYSTEMS MSc in Electronic Technologies and Communications Bandpass binary signalling The common techniques of bandpass binary signalling are: - On-off keying (OOK), also known as

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

Outline. EECS 3213 Fall Sebastian Magierowski York University. Review Passband Modulation. Constellations ASK, FSK, PSK.

Outline. EECS 3213 Fall Sebastian Magierowski York University. Review Passband Modulation. Constellations ASK, FSK, PSK. EECS 3213 Fall 2014 L12: Modulation Sebastian Magierowski York University 1 Outline Review Passband Modulation ASK, FSK, PSK Constellations 2 1 Underlying Idea Attempting to send a sequence of digits through

More information

Downloaded from 1

Downloaded from  1 VII SEMESTER FINAL EXAMINATION-2004 Attempt ALL questions. Q. [1] How does Digital communication System differ from Analog systems? Draw functional block diagram of DCS and explain the significance of

More information

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61)

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) Module 1 1. Explain Digital communication system with a neat block diagram. 2. What are the differences between digital and analog communication systems?

More information

The quality of the transmission signal The characteristics of the transmission medium. Some type of transmission medium is required for transmission:

The quality of the transmission signal The characteristics of the transmission medium. Some type of transmission medium is required for transmission: Data Transmission The successful transmission of data depends upon two factors: The quality of the transmission signal The characteristics of the transmission medium Some type of transmission medium is

More information

UNIT TEST I Digital Communication

UNIT TEST I Digital Communication Time: 1 Hour Class: T.E. I & II Max. Marks: 30 Q.1) (a) A compact disc (CD) records audio signals digitally by using PCM. Assume the audio signal B.W. to be 15 khz. (I) Find Nyquist rate. (II) If the Nyquist

More information

Class 4 ((Communication and Computer Networks))

Class 4 ((Communication and Computer Networks)) Class 4 ((Communication and Computer Networks)) Lesson 5... SIGNAL ENCODING TECHNIQUES Abstract Both analog and digital information can be encoded as either analog or digital signals. The particular encoding

More information

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F , KARUR DT.

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F , KARUR DT. CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F. 639 114, KARUR DT. DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING COURSE MATERIAL Subject Name: Analog & Digital

More information

Department of Electronics and Communication Engineering 1

Department of Electronics and Communication Engineering 1 UNIT I SAMPLING AND QUANTIZATION Pulse Modulation 1. Explain in detail the generation of PWM and PPM signals (16) (M/J 2011) 2. Explain in detail the concept of PWM and PAM (16) (N/D 2012) 3. What is the

More information

Chapter 3 Data and Signals

Chapter 3 Data and Signals Chapter 3 Data and Signals 3.2 To be transmitted, data must be transformed to electromagnetic signals. 3-1 ANALOG AND DIGITAL Data can be analog or digital. The term analog data refers to information that

More information

Physical Layer: Outline

Physical Layer: Outline 18-345: Introduction to Telecommunication Networks Lectures 3: Physical Layer Peter Steenkiste Spring 2015 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital networking Modulation Characterization

More information

Chapter 3 Data and Signals 3.1

Chapter 3 Data and Signals 3.1 Chapter 3 Data and Signals 3.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Note To be transmitted, data must be transformed to electromagnetic signals. 3.2

More information

Data Communications and Networks

Data Communications and Networks Data Communications and Networks Abdul-Rahman Mahmood http://alphapeeler.sourceforge.net http://pk.linkedin.com/in/armahmood abdulmahmood-sss twitter.com/alphapeeler alphapeeler.sourceforge.net/pubkeys/pkey.htm

More information

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c) King Saud University College of Computer and Information Sciences Information Technology Department First Semester 1436/1437 IT224: Networks 1 Sheet# 10 (chapter 3-4-5) Multiple-Choice Questions 1. Before

More information

Data Encoding g(p (part 2)

Data Encoding g(p (part 2) Data Encoding g(p (part 2) CSE 3213 Instructor: U.T. Nguyen 10/11/2007 12:44 PM 1 Analog Data, Digital Signals (5.3) 2 1 Analog Data, Digital Signals Digitization Conversion of analog data into digital

More information

Principles of Communications ECS 332

Principles of Communications ECS 332 Principles of Communications ECS 332 Asst. Prof. Dr. Prapun Suksompong prapun@siit.tu.ac.th 5. Angle Modulation Office Hours: BKD, 6th floor of Sirindhralai building Wednesday 4:3-5:3 Friday 4:3-5:3 Example

More information

Physical Layer. Networks: Physical Layer 1

Physical Layer. Networks: Physical Layer 1 Physical Layer Networks: Physical Layer 1 Physical Layer Part 1 Definitions Nyquist Theorem - noiseless Shannon s Result with noise Analog versus Digital Amplifier versus Repeater Networks: Physical Layer

More information

ANALOGUE AND DIGITAL COMMUNICATION

ANALOGUE AND DIGITAL COMMUNICATION ANALOGUE AND DIGITAL COMMUNICATION Syed M. Zafi S. Shah Umair M. Qureshi Lecture xxx: Analogue to Digital Conversion Topics Pulse Modulation Systems Advantages & Disadvantages Pulse Code Modulation Pulse

More information

Chapter 5 Analog Transmission

Chapter 5 Analog Transmission 5-1 DIGITAL-TO-ANALOG CONVERSION Chapter 5 Analog Transmission Digital-to-analog conversion is the process of changing one of the characteristics of an analog signal depending on the information in digital

More information

Lecture Fundamentals of Data and signals

Lecture Fundamentals of Data and signals IT-5301-3 Data Communications and Computer Networks Lecture 05-07 Fundamentals of Data and signals Lecture 05 - Roadmap Analog and Digital Data Analog Signals, Digital Signals Periodic and Aperiodic Signals

More information

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A SOME PHYSICAL LAYER ISSUES Lecture Notes 2A Delays in networks Propagation time or propagation delay, t prop Time required for a signal or waveform to propagate (or move) from one point to another point.

More information

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst EITF25 Internet Techniques and Applications L2: Physical layer Stefan Höst Data vs signal Data: Static representation of information For storage Signal: Dynamic representation of information For transmission

More information

Sampling and Reconstruction of Analog Signals

Sampling and Reconstruction of Analog Signals Sampling and Reconstruction of Analog Signals Chapter Intended Learning Outcomes: (i) Ability to convert an analog signal to a discrete-time sequence via sampling (ii) Ability to construct an analog signal

More information

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011 Islamic University of Gaza Faculty of Engineering Electrical Engineering Department Spring-2011 DSP Laboratory (EELE 4110) Lab#4 Sampling and Quantization OBJECTIVES: When you have completed this assignment,

More information

Fundamentals of Digital Communication

Fundamentals of Digital Communication Fundamentals of Digital Communication Network Infrastructures A.A. 2017/18 Digital communication system Analog Digital Input Signal Analog/ Digital Low Pass Filter Sampler Quantizer Source Encoder Channel

More information

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter DATA AND SIGNALS 1 من 42

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter DATA AND SIGNALS 1 من 42 3.1 DATA AND SIGNALS 1 من 42 Communication at application, transport, network, or data- link is logical; communication at the physical layer is physical. we have shown only ; host- to- router, router-to-

More information

CHAPTER 2 DIGITAL MODULATION

CHAPTER 2 DIGITAL MODULATION 2.1 INTRODUCTION CHAPTER 2 DIGITAL MODULATION Referring to Equation (2.1), if the information signal is digital and the amplitude (lv of the carrier is varied proportional to the information signal, a

More information

Digital Modulation Schemes

Digital Modulation Schemes Digital Modulation Schemes 1. In binary data transmission DPSK is preferred to PSK because (a) a coherent carrier is not required to be generated at the receiver (b) for a given energy per bit, the probability

More information

Lecture 3 Concepts for the Data Communications and Computer Interconnection

Lecture 3 Concepts for the Data Communications and Computer Interconnection Lecture 3 Concepts for the Data Communications and Computer Interconnection Aim: overview of existing methods and techniques Terms used: -Data entities conveying meaning (of information) -Signals data

More information

ECE5713 : Advanced Digital Communications

ECE5713 : Advanced Digital Communications ECE5713 : Advanced Digital Communications Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Advanced Digital Communications, Spring-2015, Week-8 1 In-phase and Quadrature (I&Q) Representation Any bandpass

More information

Communications IB Paper 6 Handout 3: Digitisation and Digital Signals

Communications IB Paper 6 Handout 3: Digitisation and Digital Signals Communications IB Paper 6 Handout 3: Digitisation and Digital Signals Jossy Sayir Signal Processing and Communications Lab Department of Engineering University of Cambridge jossy.sayir@eng.cam.ac.uk Lent

More information

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego October 3, 2016 1 Continuous vs. Discrete signals

More information

EEE482F: Problem Set 1

EEE482F: Problem Set 1 EEE482F: Problem Set 1 1. A digital source emits 1.0 and 0.0V levels with a probability of 0.2 each, and +3.0 and +4.0V levels with a probability of 0.3 each. Evaluate the average information of the source.

More information

In this lecture. System Model Power Penalty Analog transmission Digital transmission

In this lecture. System Model Power Penalty Analog transmission Digital transmission System Model Power Penalty Analog transmission Digital transmission In this lecture Analog Data Transmission vs. Digital Data Transmission Analog to Digital (A/D) Conversion Digital to Analog (D/A) Conversion

More information

Sixth Semester B.E. Degree Examination, May/June 2010 Digital Communication Note: Answer any FIVEfull questions, selecting at least TWO questionsfrom each part. PART-A a. With a block diagram, explain

More information

Data Communications & Computer Networks

Data Communications & Computer Networks Data Communications & Computer Networks Chapter 3 Data Transmission Fall 2008 Agenda Terminology and basic concepts Analog and Digital Data Transmission Transmission impairments Channel capacity Home Exercises

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmission Fundamentals Characterization of Communication Channels Fundamental Limits in Digital Transmission CSE 323, Winter 200 Instructor: Foroohar Foroozan Chapter 3 Digital Transmission

More information

Fundamentals of Data and Signals

Fundamentals of Data and Signals Fundamentals of Data and Signals Chapter 2 Learning Objectives After reading this chapter, you should be able to: Distinguish between data and signals and cite the advantages of digital data and signals

More information

II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing

II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing Class Subject Code Subject II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing 1.CONTENT LIST: Introduction to Unit I - Signals and Systems 2. SKILLS ADDRESSED: Listening 3. OBJECTIVE

More information

EEE 309 Communication Theory

EEE 309 Communication Theory EEE 309 Communication Theory Semester: January 2017 Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET Email: mfarhadhossain@eee.buet.ac.bd Office: ECE 331, ECE Building Types of Modulation

More information

Chapter 3 Data Transmission COSC 3213 Summer 2003

Chapter 3 Data Transmission COSC 3213 Summer 2003 Chapter 3 Data Transmission COSC 3213 Summer 2003 Courtesy of Prof. Amir Asif Definitions 1. Recall that the lowest layer in OSI is the physical layer. The physical layer deals with the transfer of raw

More information

Data Communication. Chapter 3 Data Transmission

Data Communication. Chapter 3 Data Transmission Data Communication Chapter 3 Data Transmission ١ Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, coaxial cable, optical fiber Unguided medium e.g. air, water, vacuum ٢ Terminology

More information

ECE 4203: COMMUNICATIONS ENGINEERING LAB II

ECE 4203: COMMUNICATIONS ENGINEERING LAB II DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECE 4203: COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2017/2018 DIGITAL MODULATIONS INTRODUCTION In many digital communication systems, cable (as for data

More information

Module 3 : Sampling and Reconstruction Problem Set 3

Module 3 : Sampling and Reconstruction Problem Set 3 Module 3 : Sampling and Reconstruction Problem Set 3 Problem 1 Shown in figure below is a system in which the sampling signal is an impulse train with alternating sign. The sampling signal p(t), the Fourier

More information

EE3723 : Digital Communications

EE3723 : Digital Communications EE3723 : Digital Communications Week 8-9: Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Muhammad Ali Jinnah University, Islamabad - Digital Communications - EE3723 1 In-phase and Quadrature (I&Q) Representation

More information

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Direct link. Point-to-point.

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Direct link. Point-to-point. Terminology (1) Chapter 3 Data Transmission Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water, vacuum Spring 2012 03-1 Spring 2012 03-2 Terminology

More information

1. What is the bandwidth of a signal that ranges from 40 KHz to 4 MHz? a MHz (4M -40K) b. 36 MHz c. 360 KHz d. 396 KHz

1. What is the bandwidth of a signal that ranges from 40 KHz to 4 MHz? a MHz (4M -40K) b. 36 MHz c. 360 KHz d. 396 KHz Question 1: Choose the correct answer 1. What is the bandwidth of a signal that ranges from 40 KHz to 4 MHz? a. 3.96 MHz (4M -40K) b. 36 MHz c. 360 KHz d. 396 KHz 2. Consider a noiseless channel with a

More information

Lecture 2: Links and Signaling"

Lecture 2: Links and Signaling Lecture 2: Links and Signaling" CSE 123: Computer Networks Alex C. Snoeren HW 1 out tomorrow, due next 10/9! Lecture 2 Overview" Signaling Types of physical media Shannon s Law and Nyquist Limit Encoding

More information

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2 Data and Signals - Theoretical Concepts! What are the major functions of the network access layer? Reference: Chapter 3 - Stallings Chapter 3 - Forouzan Study Guide 3 1 2! What are the major functions

More information

QUESTION BANK (VI SEM ECE) (DIGITAL COMMUNICATION)

QUESTION BANK (VI SEM ECE) (DIGITAL COMMUNICATION) QUESTION BANK (VI SEM ECE) (DIGITAL COMMUNICATION) UNIT-I: PCM & Delta modulation system Q.1 Explain the difference between cross talk & intersymbol interference. Q.2 What is Quantization error? How does

More information

Part II Data Communications

Part II Data Communications Part II Data Communications Chapter 3 Data Transmission Concept & Terminology Signal : Time Domain & Frequency Domain Concepts Signal & Data Analog and Digital Data Transmission Transmission Impairments

More information

CHAPTER 4. PULSE MODULATION Part 2

CHAPTER 4. PULSE MODULATION Part 2 CHAPTER 4 PULSE MODULATION Part 2 Pulse Modulation Analog pulse modulation: Sampling, i.e., information is transmitted only at discrete time instants. e.g. PAM, PPM and PDM Digital pulse modulation: Sampling

More information

Transmission Fundamentals

Transmission Fundamentals College of Computer & Information Science Wireless Networks Northeastern University Lecture 1 Transmission Fundamentals Signals Data rate and bandwidth Nyquist sampling theorem Shannon capacity theorem

More information

a. Find the minimum number of samples per second needed to recover the signal without loosing information.

a. Find the minimum number of samples per second needed to recover the signal without loosing information. 1. The digital signal X(t) given below. X(t) 1 0 1 2 3 4 5 7 8 t (msec) a. If the carrier is sin (2000 π t), plot Amplitude Shift Keying (ASK) Modulated signal. b. If digital level 1 is represented by

More information

Data Communications and Networking (Module 2)

Data Communications and Networking (Module 2) Data Communications and Networking (Module 2) Chapter 5 Signal Encoding Techniques References: Book Chapter 5 Data and Computer Communications, 8th edition, by William Stallings 1 Outline Overview Encoding

More information

Lecture 2: Links and Signaling. CSE 123: Computer Networks Stefan Savage

Lecture 2: Links and Signaling. CSE 123: Computer Networks Stefan Savage Lecture 2: Links and Signaling CSE 123: Computer Networks Stefan Savage Lecture 2 Overview Signaling Channel characteristics Types of physical media Modulation Narrowband vs. Broadband Encoding schemes

More information

Lecture 3: Data Transmission

Lecture 3: Data Transmission Lecture 3: Data Transmission 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Data Transmission DATA RATE LIMITS Transmission Impairments Examples DATA TRANSMISSION The successful transmission of data

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name...ID... Section...Seat No... Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 1/2009 Course Title Instructor : ITS323 Introduction to Data Communications

More information

Ș.l. dr. ing. Lucian-Florentin Bărbulescu

Ș.l. dr. ing. Lucian-Florentin Bărbulescu Ș.l. dr. ing. Lucian-Florentin Bărbulescu 1 Data: entities that convey meaning within a computer system Signals: are the electric or electromagnetic impulses used to encode and transmit data Characteristics

More information

ECE230X Lectures 10-11

ECE230X Lectures 10-11 ECE230X Lectures 10-11 Data and Computer Communications Eighth Edition By William Stallings Section 5.2 Digital Data, Analog Signals D. Richard Brown III Worcester Polytechnic Institute Electrical and

More information

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 ECE 556 BASICS OF DIGITAL SPEECH PROCESSING Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 Analog Sound to Digital Sound Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre

More information

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26!

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26! CSE 123: Computer Networks Alex C. Snoeren Project 1 out Today, due 10/26! Signaling Types of physical media Shannon s Law and Nyquist Limit Encoding schemes Clock recovery Manchester, NRZ, NRZI, etc.

More information

Digital Processing of Continuous-Time Signals

Digital Processing of Continuous-Time Signals Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION TE 302 DISCRETE SIGNALS AND SYSTEMS Study on the behavior and processing of information bearing functions as they are currently used in human communication and the systems involved. Chapter 1: INTRODUCTION

More information

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition Chapter Two Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User's Approach Seventh Edition After reading this chapter, you should be able to: Distinguish between

More information

Chapter 3. Data Transmission

Chapter 3. Data Transmission Chapter 3 Data Transmission Reading Materials Data and Computer Communications, William Stallings Terminology (1) Transmitter Receiver Medium Guided medium (e.g. twisted pair, optical fiber) Unguided medium

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering Cohorts: BCNS/17A/FT & BEE/16B/FT Examinations for 2016-2017 Semester 2 & 2017 Semester 1 Resit Examinations for BEE/12/FT

More information

Computer Networks. Practice Set I. Dr. Hussein Al-Bahadili

Computer Networks. Practice Set I. Dr. Hussein Al-Bahadili بسم االله الرحمن الرحيم Computer Networks Practice Set I Dr. Hussein Al-Bahadili (1/11) Q. Circle the right answer. 1. Before data can be transmitted, they must be transformed to. (a) Periodic signals

More information

Point-to-Point Communications

Point-to-Point Communications Point-to-Point Communications Key Aspects of Communication Voice Mail Tones Alphabet Signals Air Paper Media Language English/Hindi English/Hindi Outline of Point-to-Point Communication 1. Signals basic

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at certain rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth requirement

More information

Level 6 Graduate Diploma in Engineering Communication systems

Level 6 Graduate Diploma in Engineering Communication systems 9210-118 Level 6 Graduate Diploma in Engineering Communication systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler, drawing

More information

MODULATION AND MULTIPLE ACCESS TECHNIQUES

MODULATION AND MULTIPLE ACCESS TECHNIQUES 1 MODULATION AND MULTIPLE ACCESS TECHNIQUES Networks and Communication Department Dr. Marwah Ahmed Outlines 2 Introduction Digital Transmission Digital Modulation Digital Transmission of Analog Signal

More information

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is a process of mixing a signal with a sinusoid to produce

More information

CS420/520 Axel Krings Page 1 Sequence 8

CS420/520 Axel Krings Page 1 Sequence 8 Chapter 8: Multiplexing CS420/520 Axel Krings Page 1 Multiplexing What is multiplexing? Frequency-Division Multiplexing Time-Division Multiplexing (Synchronous) Statistical Time-Division Multiplexing,

More information

Computer Networks - Xarxes de Computadors

Computer Networks - Xarxes de Computadors Computer Networks - Xarxes de Computadors Outline Course Syllabus Unit 1: Introduction Unit 2. IP Networks Unit 3. Point to Point Protocols -TCP Unit 4. Local Area Networks, LANs 1 Outline Introduction

More information

Data Transmission (II)

Data Transmission (II) Agenda Lecture (02) Data Transmission (II) Analog and digital signals Analog and Digital transmission Transmission impairments Channel capacity Shannon formulas Dr. Ahmed ElShafee 1 Dr. Ahmed ElShafee,

More information

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035)

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035) EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June 2007 101902 COMMUNICATIONS IV (ELEC ENG 4035) Official Reading Time: Writing Time: Total Duration: 10 mins 120 mins 130 mins Instructions: This is a closed

More information

Modulation and Coding Tradeoffs

Modulation and Coding Tradeoffs 0 Modulation and Coding Tradeoffs Contents 1 1. Design Goals 2. Error Probability Plane 3. Nyquist Minimum Bandwidth 4. Shannon Hartley Capacity Theorem 5. Bandwidth Efficiency Plane 6. Modulation and

More information

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Simplex. Direct link.

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Simplex. Direct link. Chapter 3 Data Transmission Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water, vacuum Corneliu Zaharia 2 Corneliu Zaharia Terminology

More information

Lecture 10. Digital Modulation

Lecture 10. Digital Modulation Digital Modulation Lecture 10 On-Off keying (OOK), or amplitude shift keying (ASK) Phase shift keying (PSK), particularly binary PSK (BPSK) Frequency shift keying Typical spectra Modulation/demodulation

More information

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity Data Transmission Contents Data Signal Transmission Transmission Impairments Channel Capacity 2 Data/Signal/Transmission Data: entities that convey meaning or information Signal: electric or electromagnetic

More information

MULTIMEDIA SYSTEMS

MULTIMEDIA SYSTEMS 1 Department of Computer Engineering, Faculty of Engineering King Mongkut s Institute of Technology Ladkrabang 01076531 MULTIMEDIA SYSTEMS Pk Pakorn Watanachaturaporn, Wt ht Ph.D. PhD pakorn@live.kmitl.ac.th,

More information

EIE 441 Advanced Digital communications

EIE 441 Advanced Digital communications EIE 441 Advanced Digital communications MACHED FILER 1. Consider the signal s ( ) shown in Fig. 1. 1 t (a) Determine the impulse response of a filter matched to this signal and sketch it as a function

More information

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F , KARUR DT.

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F , KARUR DT. CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY NH-67, TRICHY MAIN ROAD, PULIYUR, C.F. 639 114, KARUR DT. DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING COURSE MATERIAL Subject Name: Digital Communication

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at required rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth, power requirements

More information

Columbia University. Principles of Communication Systems ELEN E3701. Spring Semester May Final Examination

Columbia University. Principles of Communication Systems ELEN E3701. Spring Semester May Final Examination 1 Columbia University Principles of Communication Systems ELEN E3701 Spring Semester- 2006 9 May 2006 Final Examination Length of Examination- 3 hours Answer All Questions Good Luck!!! I. Kalet 2 Problem

More information

Digital Processing of

Digital Processing of Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold circuit 2. What is the difference between natural sampling

More information