Introduction to Digital Communications System

Size: px
Start display at page:

Download "Introduction to Digital Communications System"

Transcription

1 Wireless Information Transmission System Lab. Introduction to Digital Communications System Institute of Communications Engineering National Sun Yat-sen University

2 Recommended Books Digital Communications / Fourth Edition (textbook) -- John G. Proakis, McGraw Hill Communication Systems / 4th Edition -- Simon Haykin, John Wiley & Sons, Inc. Digital Communications Fundamentals and Applications / 2nd Edition -- Bernard Sklar, Prentice Hall Principles of Communications / Fifth Edition -- Rodger E. Ziemer and William H. Tranter, John Wiley & Sons, Inc. Modern Digital and Analog Communication Systems -- B.P. Lathi, Holt, Rinehart and Winston, Inc. 2

3 Example of Communications System Local Loop Local Loop Local Loop Switch Transmission Equipment Central Office Switch Transmission Equipment Central Office Switch T1/E1 Facilities regenerator A/D Conversion (Digitization) T1/E1 Facilities regenerator A/D Conversion (Digitization) T1/E1 Facilities M U X SONET SDH Mobile Switching Center T1/E1 Facilities Base Station Transmission Equipment Central Office regenerator A/D Conversion (Digitization) Public Switched Telephone Network (PSTN) 3 Mobile Switching Center Base Station

4 Basic Digital Communication Nomenclature Textual Message: information comprised of a sequence of characters. Binary Digit (Bit): the fundamental information unit for all digital systems. Symbol (m i where i=1,2, M): for transmission of the bit stream; groups of k bits are combined to form new symbol from a finite set of M such symbols; M=2 k. Digital Waveform: voltage or current waveform representing a digital symbol. Data Rate: Symbol transmission is associated with a symbol duration T. Data rate R=k/T [bps]. Baud Rate: number of symbols transmitted per second [baud]. 4

5 Nomenclature Examples 5

6 Messages, Characters, and Symbols 6

7 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 7

8 Wireless Information Transmission System Lab. Format Institute of Communications Engineering National Sun Yat-sen University

9 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 9

10 Formatting and Baseband Transmission 10

11 Sampling Theorem 11

12 Sampling Theorem Sampling Theorem: A bandlimited signal having no spectral components above f m hertz can be determined uniquely by values sampled at uniform intervals of T s seconds, where 1 TS or sampling rate f S 2 f m 2 f m In sample-and-hold operation, a switch and storage mechanism form a sequence of samples of the continuous input waveform. The output of the sampling process is called pulse amplitude modulation (PAM). 12

13 Sampling Theorem 1 X S ( f ) = X ( f ) X δ ( f ) = X ( f nfs ) T 13 S n=

14 Spectra for Various Sampling Rates 14

15 Natural Sampling 15

16 Pulse Code Modulation (PCM) PCM is the name given to the class of baseband signals obtained from the quantized PAM signals by encoding each quantized sample into a digital word. The source information is sampled and quantized to one of L levels; then each quantized sample is digitally encoded into an l-bit (l=log 2 L) codeword. 16

17 Example of Constructing PCM Sequence 17

18 Uniform and Non-uniform Quantization 18

19 Statistical Distribution of Single-Talker Speech Amplitudes 50% of the time, speech voltage is less than ¼ RMS. Only 15% of the time, voltage exceeds RMS. Typical voice signal dynamic range is 40 db. 19

20 Problems with Linear Quantization Fact: Unacceptable S/N for small signals. Solution: Increasing quantization levels price is too high. Applying nonlinear quantization achieved by first distorting the original signal with a logarithmic compression characteristic and then using a uniform quantizer. At the receiver, an inverse compression characteristic, called expansion, is applied so that the overall transmission is not distorted. The processing pair is referred to as companding. 20

21 Implementation of Non-linear Quantizer 21

22 22 Companding Characteristics In North America: μ-law compression: In Europe: A-law compression: < + = + + = 0 for 1 0 for 1 sgn where sgn ) (1 log )] / ( [1 log max max x x x x x x y y e e μ μ < + + < + = 1 1 sgn log 1 )] / ( [ log sgn log 1 ) / ( max max max max max max x x A x A x x A y A x x x A x x A y y e e e

23 Compression Characteristics Standard values of μ is 255 and A is

24 Wireless Information Transmission System Lab. Source Coding Institute of Communications Engineering National Sun Yat-sen University

25 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 25

26 Source Coding Source coding deals with the task of forming efficient descriptions of information sources. For discrete sources, the ability to form reduced data rate descriptions is related to the information content and the statistical correlation among the source symbols. For analog sources, the ability to form reduced data rate descriptions, subject to a fixed fidelity criterion I related to the amplitude distribution and the temporal correlation of the source waveforms. 26

27 Huffman Coding The Huffman code is source code whose average word length approaches the fundamental limit set by the entropy of a discrete memoryless source. The Huffman code is optimum in the sense that no other uniquely decodable set of code-words has smaller average code-word length for a given discrete memoryless source. 27

28 Huffman Encoding Algorithm 1. The source symbols are listed in order of decreasing probability. The two source symbols of lowest probability are assigned a 0 and a These two source symbols are regarded as being combined into a new source symbol with probability equal to the sum of the two original probabilities. The probability of the new symbol is placed in the list in accordance with its value. 3. The procedure is repeated until we are left with a final list of source statistics of only two for which a 0 and a 1 are assigned. 4. The code for each (original) source symbol is found by working backward and tracing the sequence of 0s and 1s assigned to that symbol as well as its successors. 28

29 Symbol S0 S1 S2 S3 S4 Symbol Example of Huffman Coding Probability Stage 1 Code Word Stage 2 Stage 3 Stage 4 S0 S1 S2 S3 S

30 Properties of Huffman Code Huffman encoding process is not unique. Code words for different Huffman encoding process can have different lengths. However, the average code-word length is the same. When a combined symbol is moved as high as possible, the resulting Huffman code has a significantly smaller variance than when it is moved as low as possible. Huffman code is a prefix code. A prefix code is defined as a code in which no code-word is the prefix of any other code-word. 30

31 Bit Compression Technologies for Voice Differential PCM (DPCM) Adaptive DPCM Delta Modulation (DM) Adaptive DM (ADM)... Speech Encoding 31

32 Differential PCM (DPCM) 32

33 Delta Modulation (DM) Delta modulation is a one-bit DPCM. Advantage: bit compression. Disadvantage: slope overload. 33

34 Speech Coding Objective Reduce the number of bits needed to be transmitted, therefore lowering the bandwidth required. 34

35 Voiced Sound Speech Properties Arises in generation of vowels and latter portion of some consonants. Displays long-term repetitive pattern corresponding to the duration of a pitch interval Pulse-like waveform. Unvoiced Sound Arises in pronunciation of certain consonants such as s, f, p, j, x,, etc. Noise-like waveform. 35

36 Categories of Speech Encoding Waveform Encoding Treats voice as analog signal and does not use properties of speech: Source Model Coding or Vocoding Treats properties of speech to preserve word information Hybrid or parametric methods Combines waveform and vocoding 36

37 Linear Predictive Coder (LPC) 37

38 Multi-Pulse Linear Predictive Coder (MP-LPC) 38

39 Regular Pulse Excited Long Term Prediction Coder (RPE-LPT) 39

40 Code-Excited Linear Predictive (CELP) 40

41 Speech Coder Complexity 41

42 Speech Processing for GSM Composition of the 13 kbps signal: 36 bits for filter parameters every 20 ms. 9 bits for LTP every 5 ms. 47 bits for RPE every 5 ms. Thus, in a 20 ms (2080-bit block, or 260 sample) interval, we need a total of 36+9*20/5+47*20/5=260 bits. Data Rate = 260/(20 ms) = 13 kbps. 42

43 Speech Processing for IS-54 Composition of the 7.95 kbps signal: 43 bits for filter parameters every 20 ms. 7 bits for LTP every 5 ms. 88 bits for codebook every 20 ms. Thus, in a 20 ms (2080-bit block, or 260 samples) interval, we need a total of: 43+7*20/5+88=159 bits. Data Rate = 159/(20ms) = 7.95 kbps. 43

44 Wireless Information Transmission System Lab. Channel Coding Institute of Communications Engineering National Sun Yat-sen University

45 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 45

46 Channel Coding Error detecting coding: Capability of detecting errors so that re-transmission or dropping can be done. Cyclic Redundancy Code (CRC) Error Correcting Coding: Capability of detecting and correcting errors. Block Codes: BCH codes, RS codes, etc. Convolutional codes. Turbo codes. Low Density Parity Check (LDPC) Code 46

47 CRC in WCDMA g CRC24 (D) = D 24 + D 23 + D 6 + D 5 + D + 1; g CRC16 (D) = D 16 + D 12 + D 5 + 1; g CRC12 (D) = D 12 + D 11 + D 3 + D 2 + D + 1; g CRC8 (D) = D 8 + D 7 + D 4 + D 3 + D

48 Channel Coding Adopted in WCDMA Type of TrCH BCH Coding scheme Coding rate PCH Convolutional 1/2 RACH coding CPCH, DCH, DSCH, FACH 1/3, 1/2 Turbo coding 1/3 No coding 48

49 Convolutional Coding in WCDMA Input D D D D D D D D (a) Rate 1/2 convolutional coder Output 0 G 0 = 561 (octal) Output 1 G 1 = 753 (octal) Input D D D D D D D D (b) Rate 1/3 convolutional coder Output 0 G 0 = 557 (octal) Output 1 G 1 = 663 (octal) Output 2 G 2 = 711 (octal) 49

50 Turbo Coder in WCDMA xk 1st constituent encoder zk Input xk D D D Input Turbo code internal interleaver Output 2nd constituent encoder z k Output x k D D D x k 50

51 Wireless Information Transmission System Lab. Interleaving Institute of Communications Engineering National Sun Yat-sen University

52 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 52

53 Bursty Error in Fading Channel 53

54 Interleaving Mechanism (1/2) x x Write Clock Bit Interleaver j x n-bit Shift registers y y Read Clock Bit Stream before entering bit interleaver: x=(a 11 a 12 a 1n a 21 a 22 a 2n a j1 a j2 a jn ) 54

55 Interleaving Mechanism (2/2) y Conceptually, the WRITE clock places the bit stream x by the row while the REA clock takes the bit stream y by the column: a a... a 21 j1 a a a j Bit stream at the output of the bit interleaver: = ( a a a a a... a... a a... a ) j j 2 1n 2n a a a 1n 2n... jn jn 55

56 Burst Error Protection with Interleaver 56

57 Wireless Information Transmission System Lab. Modulation Institute of Communications Engineering National Sun Yat-sen University

58 Typical Digital Communications System From Other Sources Information Bits Source Bits Channel Bits Format Digital Input m i Digital Output mˆ i Source Encoding Encryption Channel Encoding Bit Stream Interleaving Multiplexing Modulation (t) s i Synchronization ˆ ( t) s i Frequency Spreading Digital Waveform Multiple Access TX RF PA C H A N N E L Format Source Decoding Decryption Channel Decoding Deinterleaving Demultiplexing Demodulation Frequency Despreading Multiple Access RX RF IF Information Sink Source Bits Optional Essential Channel Bits To Other Destinations 58

59 Modulation Digital Modulation: digital symbols are transformed into waveforms that are compatible with the characteristics of the channel. In baseband modulation, these waveforms are pulses. In bandpass modulation, the desired information signal modulates a sinusoid called a carrier. For radio transmission, the carrier is converted in an electromagnetic (EM) wave. 59

60 Digital Modulations Basic digital modulated signal: v(t) = A(t) cos (ωt + θ) Where A(t) = Amplitude; ω = Frequency; θ = Phase; 60

61 Basic Digital Modulations 61

62 Extended Modulated Signals M-FSK Example: 16-FSK Every 4 bits is encoded as: A cos( ω jt) j = 1,2,, 16 Gray Coding. 62

63 Gray Coding. Extended Modulated Signals M-PSK Example: 16-PSK Every 4 bits is encoded as: A sin( ω t+ θ ) j = 1, 2,,16 j Dotted lines are decision boundaries. 63

64 Extended Modulated Signals 16-QAM Every 4 bits is represented by one point in the signal constellation. Every point has its unique amplitude and phase. 64

65 Quadrature Phase Shift Keying (QPSK) 65

66 Spectrum of QPSK Signals sinπ ( f fc) T s sinπ ( f fc) T s PQPSK ( f ) = E b + π ( f fc) T π ( f fc) T

67 Offset QPSK (OQPSK) For QPSK, the occasional phase shift of πradians can cause the signal envelope to pass through zero for just an instant. The amplification of the zero-crossings brings back the filtered sidelobes since the fidelity of the signal at small voltage levels is lost in transmission. To prevent the regeneration of sidelobes and spectral widening, it is imperative that QPSK signals that use pulse shaping be amplified only using linear amplifiers, which are less efficient. A modified form of QPSK, called offset QPSK (OQPSK) or staggered QPSK is less susceptible to these deleterious effects and supports more efficient amplification. OQPSK ensures there are fewer baseband signal transitions. Spectrum of an OQPSK signal is identical to that of QPSK. 67

68 Offset QPSK (OQPSK) The time offset waveforms that are applied to the in-phase and quadrature arms of an OQPSK modulator. Notice that a halfsymbol offset is used. 68

69 π/4-dqpsk 69

70 Inter-Symbol Interference (ISI) 70

71 Inter Symbol Interference (ISI) Inter-Symbol Interference (ISI) arises because of imperfections in the overall frequency response of the system. When a short pulse of duration T b seconds is transmitted through a band-limited system, the frequency components constituting the input pulse are differentially attenuated and differentially delayed by the system. Consequently, the pulse appearing at the output of the system is dispersed over an interval longer than T b seconds, thereby resulting in intersymbol interference. Even in the absence of noise, imperfect filtering and system bandwidth constraints lead to ISI. 71

72 Nyquist Channels for Zero ISI The Nyquist channel is not physically realizable since it dictates a rectangular bandwidth characteristic and an infinite time delay. Detection process would be very sensitive to small timing errors. Solution: Raised Cosine Filter. 72

73 73 Raised Cosine Filter : Factor - Off Roll Bandwidth : Excess 2 1 for for 2 2 for 0 ) 2 4 ( cos 1 ) ( W W W r W W T W W f W f W W W W f W W W W f f H = = > < < < + = π

74 Raised Cosine Filter Characteristics 74

75 Raised Cosine Filter Characteristics 75

76 Equalization In practical systems, the frequency response of the channel is not known to allow for a receiver design that will compensate for the ISI. The filter for handling ISI at the receiver contains various parameters that are adjusted with the channel characteristics. The process of correcting the channel-induced distortion is called equalization. 76

77 Equalization 77

78 Introduction to RAKE Receiver Multiple versions of the transmitted signal are seen at the receiver through the propagation channels. Very low correlation between successive chips is in CDMA spreading codes. If these multi-path components are delayed in time by more than a chip duration, they appear like uncorrelated noise at a CDMA receiver. Equalization is NOT necessary Combine Coherently 78

79 Introduction to RAKE Receiver To utilize the advantages of diversity techniques, channel parameters are necessary to be estimated. Arrival time of each path, Amplitude, and Phase. Maximal Ratio Combiner (MRC): The combiner that achieves the best performance is one in which each output is multiplied by the corresponding complexvalued (conjugate) channel gain. The effect of this multiplication is to compensate for the phase shift in the channel and to weight the signal by a factor that is proportional to the signal strength. 79

80 Maximum Ratio Combining (MRC) MRC: G i =A i e -jq i Coherent Combining G 1 G 2 G L Channel Estimation Best Performance Receiver 80

81 Maximum Ratio Combining (MRC) Received Envelope: r = G r Total Noise Power: SNR: Since SNR L 2 rl = = 2 σ 2 n 81 L l l l= 1 σ L n = Gl σ n, l l= 1 2 l= 1 L l= σ n, l L 2 L rl Gl r l Glσ n, l l= 1 l= 1 σ nl, L L G l G l r = l 2

82 82 Maximum Ratio Combining (MRC) *, *, 1 1 2, 2 1 2, , 2, 1 1 2, 2, 2 1 SNRs from all Sum of Output SNR With equality hold : Inequality: Chebychev's l l l n l l n l L l l L l l n l L l l n l L l L l l n l l n l L L l L l l n l l n l L l l l r G r k G SNR r G r G SNR r G r G = = = = = = = = = = = = σ σ σ σ σ σ σ σ

83 Advantages of RAKE Receiver Consider a receiver with only one finger: Once the output of a single correlator is corrupted by fading, large bit error is expected. Consider a RAKE receiver If the output of a single correlator is corrupted by fading, the others may NOT be. Diversity is provided by combining the outputs Overcome fading Improve CDMA reception 83

Introduction to Digital Communications System

Introduction to Digital Communications System Introduction to Digital Communications System Recommended Books Digital Communications / Fourth Edition (textbook) -- John G. Proakis, McGraw Hill Communication Systems / 4th Edition -- Simon Haykin, John

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

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

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

Syllabus. osmania university UNIT - I UNIT - II UNIT - III CHAPTER - 1 : INTRODUCTION TO DIGITAL COMMUNICATION CHAPTER - 3 : INFORMATION THEORY

Syllabus. osmania university UNIT - I UNIT - II UNIT - III CHAPTER - 1 : INTRODUCTION TO DIGITAL COMMUNICATION CHAPTER - 3 : INFORMATION THEORY i Syllabus osmania university UNIT - I CHAPTER - 1 : INTRODUCTION TO Elements of Digital Communication System, Comparison of Digital and Analog Communication Systems. CHAPTER - 2 : DIGITAL TRANSMISSION

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

EEE 309 Communication Theory

EEE 309 Communication Theory EEE 309 Communication Theory Semester: January 2016 Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET Email: mfarhadhossain@eee.buet.ac.bd Office: ECE 331, ECE Building Part 05 Pulse Code

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

Overview of Digital Mobile Communications

Overview of Digital Mobile Communications Overview of Digital Mobile Communications Dong In Kim (dikim@ece.skku.ac.kr) Wireless Communications Lab 1 Outline Digital Communications Multiple Access Techniques Power Control for CDMA IMT-2000 System

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

Wireless Communications

Wireless Communications Wireless Communications Lecture 5: Coding / Decoding and Modulation / Demodulation Module Representive: Prof. Dr.-Ing. Hans D. Schotten schotten@eit.uni-kl.de Lecturer: Dr.-Ing. Bin Han binhan@eit.uni-kl.de

More information

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc.

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. About Homework The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. Good news: No complicated mathematics and calculations! Concepts: Understanding and remember! Homework: review

More information

techniques are means of reducing the bandwidth needed to represent the human voice. In mobile

techniques are means of reducing the bandwidth needed to represent the human voice. In mobile 8 2. LITERATURE SURVEY The available radio spectrum for the wireless radio communication is very limited hence to accommodate maximum number of users the speech is compressed. The speech compression techniques

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

Voice Transmission --Basic Concepts--

Voice Transmission --Basic Concepts-- Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Telephone Handset (has 2-parts) 2 1. Transmitter

More information

DEPARTMENT OF COMPUTER GCE@Bodi_ SCIENCE GCE@Bodi_ AND ENIGNEERING GCE@Bodi_ GCE@Bodi_ GCE@Bodi_ Analog and Digital Communication GCE@Bodi_ DEPARTMENT OF CsE Subject Name: Analog and Digital Communication

More information

COMMUNICATION SYSTEMS

COMMUNICATION SYSTEMS COMMUNICATION SYSTEMS 4TH EDITION Simon Hayhin McMaster University JOHN WILEY & SONS, INC. Ш.! [ BACKGROUND AND PREVIEW 1. The Communication Process 1 2. Primary Communication Resources 3 3. Sources of

More information

EXPERIMENT WISE VIVA QUESTIONS

EXPERIMENT WISE VIVA QUESTIONS EXPERIMENT WISE VIVA QUESTIONS Pulse Code Modulation: 1. Draw the block diagram of basic digital communication system. How it is different from analog communication system. 2. What are the advantages of

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

UNIT I Source Coding Systems

UNIT I Source Coding Systems SIDDHARTH GROUP OF INSTITUTIONS: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code: DC (16EC421) Year & Sem: III-B. Tech & II-Sem Course & Branch: B. Tech

More information

EC6501 Digital Communication

EC6501 Digital Communication EC6501 Digital Communication UNIT -1 DIGITAL COMMUNICATION SYSTEMS Digital Communication system 1) Write the advantages and disadvantages of digital communication. [A/M 11] The advantages of digital communication

More information

QUESTION BANK. Staff In-Charge: M.MAHARAJA, AP / ECE

QUESTION BANK. Staff In-Charge: M.MAHARAJA, AP / ECE FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai -625 020 An ISO 9001:2008 Certified Institution QUESTION BANK Sub. Code : EC 2301 Class : III

More information

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure CHAPTER 2 Syllabus: 1) Pulse amplitude modulation 2) TDM 3) Wave form coding techniques 4) PCM 5) Quantization noise and SNR 6) Robust quantization Pulse amplitude modulation In pulse amplitude modulation,

More information

Detection and Estimation of Signals in Noise. Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia

Detection and Estimation of Signals in Noise. Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia Detection and Estimation of Signals in Noise Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia Vancouver, August 24, 2010 2 Contents 1 Basic Elements

More information

DIGITAL COMMINICATIONS

DIGITAL COMMINICATIONS Code No: R346 R Set No: III B.Tech. I Semester Regular and Supplementary Examinations, December - 23 DIGITAL COMMINICATIONS (Electronics and Communication Engineering) Time: 3 Hours Max Marks: 75 Answer

More information

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

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter CHAPTER 3 Syllabus 1) DPCM 2) DM 3) Base band shaping for data tranmission 4) Discrete PAM signals 5) Power spectra of discrete PAM signal. 6) Applications (2006 scheme syllabus) Differential pulse code

More information

Chapter-1: Introduction

Chapter-1: Introduction Chapter-1: Introduction The purpose of a Communication System is to transport an information bearing signal from a source to a user destination via a communication channel. MODEL OF A COMMUNICATION SYSTEM

More information

Communications I (ELCN 306)

Communications I (ELCN 306) Communications I (ELCN 306) c Samy S. Soliman Electronics and Electrical Communications Engineering Department Cairo University, Egypt Email: samy.soliman@cu.edu.eg Website: http://scholar.cu.edu.eg/samysoliman

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

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

UNIT-1. Basic signal processing operations in digital communication

UNIT-1. Basic signal processing operations in digital communication UNIT-1 Lecture-1 Basic signal processing operations in digital communication The three basic elements of every communication systems are Transmitter, Receiver and Channel. The Overall purpose of this system

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

TCET3202 Analog and digital Communications II

TCET3202 Analog and digital Communications II NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: SUBJECT CODE AND TITLE: COURSE DESCRIPTION: REQUIRED COURSE Electrical and Telecommunications Engineering Technology TCET3202

More information

END-OF-YEAR EXAMINATIONS ELEC321 Communication Systems (D2) Tuesday, 22 November 2005, 9:20 a.m. Three hours plus 10 minutes reading time.

END-OF-YEAR EXAMINATIONS ELEC321 Communication Systems (D2) Tuesday, 22 November 2005, 9:20 a.m. Three hours plus 10 minutes reading time. END-OF-YEAR EXAMINATIONS 2005 Unit: Day and Time: Time Allowed: ELEC321 Communication Systems (D2) Tuesday, 22 November 2005, 9:20 a.m. Three hours plus 10 minutes reading time. Total Number of Questions:

More information

Digital to Digital Encoding

Digital to Digital Encoding MODULATION AND ENCODING Data must be transformed into signals to send them from one place to another Conversion Schemes Digital-to-Digital Analog-to-Digital Digital-to-Analog Analog-to-Analog Digital to

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

PULSE CODE MODULATION (PCM)

PULSE CODE MODULATION (PCM) PULSE CODE MODULATION (PCM) 1. PCM quantization Techniques 2. PCM Transmission Bandwidth 3. PCM Coding Techniques 4. PCM Integrated Circuits 5. Advantages of PCM 6. Delta Modulation 7. Adaptive Delta Modulation

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

Physical Layer: Modulation, FEC. Wireless Networks: Guevara Noubir. S2001, COM3525 Wireless Networks Lecture 3, 1

Physical Layer: Modulation, FEC. Wireless Networks: Guevara Noubir. S2001, COM3525 Wireless Networks Lecture 3, 1 Wireless Networks: Physical Layer: Modulation, FEC Guevara Noubir Noubir@ccsneuedu S, COM355 Wireless Networks Lecture 3, Lecture focus Modulation techniques Bit Error Rate Reducing the BER Forward Error

More information

Problem Sheet 1 Probability, random processes, and noise

Problem Sheet 1 Probability, random processes, and noise Problem Sheet 1 Probability, random processes, and noise 1. If F X (x) is the distribution function of a random variable X and x 1 x 2, show that F X (x 1 ) F X (x 2 ). 2. Use the definition of the cumulative

More information

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( )

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( ) CHAPTER 2 Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication (2170710) Syllabus Chapter-2.3 Modulation Techniques Reasons for Choosing Encoding Techniques Digital data,

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

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A EC 6501 DIGITAL COMMUNICATION 1.What is the need of prediction filtering? UNIT - II PART A [N/D-16] Prediction filtering is used mostly in audio signal processing and speech processing for representing

More information

PRINCIPLES OF COMMUNICATIONS

PRINCIPLES OF COMMUNICATIONS PRINCIPLES OF COMMUNICATIONS Systems, Modulation, and Noise SIXTH EDITION INTERNATIONAL STUDENT VERSION RODGER E. ZIEMER University of Colorado at Colorado Springs WILLIAM H. TRANTER Virginia Polytechnic

More information

Digital Communication (650533) CH 3 Pulse Modulation

Digital Communication (650533) CH 3 Pulse Modulation Philadelphia University/Faculty of Engineering Communication and Electronics Engineering Digital Communication (650533) CH 3 Pulse Modulation Instructor: Eng. Nada Khatib Website: http://www.philadelphia.edu.jo/academics/nkhatib/

More information

Lecture #2. EE 471C / EE 381K-17 Wireless Communication Lab. Professor Robert W. Heath Jr.

Lecture #2. EE 471C / EE 381K-17 Wireless Communication Lab. Professor Robert W. Heath Jr. Lecture #2 EE 471C / EE 381K-17 Wireless Communication Lab Professor Robert W. Heath Jr. Preview of today s lecture u Introduction to digital communication u Components of a digital communication system

More information

Lesson 8 Speech coding

Lesson 8 Speech coding Lesson 8 coding Encoding Information Transmitter Antenna Interleaving Among Frames De-Interleaving Antenna Transmission Line Decoding Transmission Line Receiver Information Lesson 8 Outline How information

More information

Communication Systems

Communication Systems Electronics Engineering Communication Systems Comprehensive Theory with Solved Examples and Practice Questions Publications Publications MADE EASY Publications Corporate Office: 44-A/4, Kalu Sarai (Near

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION DIGITAL COMMUNICATION TRAINING LAB Digital communication has emerged to augment or replace the conventional analog systems, which had been used widely a few decades back. Digital communication has demonstrated

More information

EC 2301 Digital communication Question bank

EC 2301 Digital communication Question bank EC 2301 Digital communication Question bank UNIT I Digital communication system 2 marks 1.Draw block diagram of digital communication system. Information source and input transducer formatter Source encoder

More information

Quick Introduction to Communication Systems

Quick Introduction to Communication Systems Quick Introduction to Communication Systems p. 1/26 Quick Introduction to Communication Systems Aly I. El-Osery, Ph.D. elosery@ee.nmt.edu Department of Electrical Engineering New Mexico Institute of Mining

More information

DE63 DIGITAL COMMUNICATIONS DEC 2014

DE63 DIGITAL COMMUNICATIONS DEC 2014 Q.2 a. Draw the bandwidth efficiency curve w.r.t E b /N o. Compute the value of E b /N o required to achieve the data rate equal to the channel capacity if the channel bandwidth tends to infinity b. A

More information

Communication Systems

Communication Systems Electrical Engineering Communication Systems Comprehensive Theory with Solved Examples and Practice Questions Publications Publications MADE EASY Publications Corporate Office: 44-A/4, Kalu Sarai (Near

More information

ECEn 665: Antennas and Propagation for Wireless Communications 131. s(t) = A c [1 + αm(t)] cos (ω c t) (9.27)

ECEn 665: Antennas and Propagation for Wireless Communications 131. s(t) = A c [1 + αm(t)] cos (ω c t) (9.27) ECEn 665: Antennas and Propagation for Wireless Communications 131 9. Modulation Modulation is a way to vary the amplitude and phase of a sinusoidal carrier waveform in order to transmit information. When

More information

Signal Encoding Techniques

Signal Encoding Techniques 2 Techniques ITS323: to Data Communications CSS331: Fundamentals of Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 3 August 2015

More information

Contents Preview and Introduction Waveform Encoding

Contents Preview and Introduction Waveform Encoding Contents 1 Preview and Introduction... 1 1.1 Process of Communication..... 1 1.2 General Definition of Signal..... 3 1.3 Time-Value Definition of Signals Analog and Digital..... 6 1.3.1 Continuous Time

More information

3/26/18. Lecture 3 EITN STRUCTURE OF A WIRELESS COMMUNICATION LINK

3/26/18. Lecture 3 EITN STRUCTURE OF A WIRELESS COMMUNICATION LINK Lecture 3 EITN75 208 STRUCTURE OF A WIRELESS COMMUNICATION LINK 2 A simple structure Speech Data A/D Speech encoder Encrypt. Chann. encoding Modulation Key Speech D/A Speech decoder Decrypt. Chann. decoding

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK. Subject Name: Digital Communication Techniques

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK. Subject Name: Digital Communication Techniques KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK Subject Code: EC1351 Year/Sem: III/IV Subject Name: Digital Communication Techniques UNIT I PULSE MODULATION

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

10 Speech and Audio Signals

10 Speech and Audio Signals 0 Speech and Audio Signals Introduction Speech and audio signals are normally converted into PCM, which can be stored or transmitted as a PCM code, or compressed to reduce the number of bits used to code

More information

APPLICATIONS OF DSP OBJECTIVES

APPLICATIONS OF DSP OBJECTIVES APPLICATIONS OF DSP OBJECTIVES This lecture will discuss the following: Introduce analog and digital waveform coding Introduce Pulse Coded Modulation Consider speech-coding principles Introduce the channel

More information

28. What is meant by repetition rate of the AM envelope? (ADC,AU-2010) 29. Describe the upper and lower sidebands. (ADC, AU-2010) 30.

28. What is meant by repetition rate of the AM envelope? (ADC,AU-2010) 29. Describe the upper and lower sidebands. (ADC, AU-2010) 30. Institute of Road and Transport Technology, Erode Department of Electronics and Communication Engineering Class/Sem: 2 nd Year Information Technology-3rd Semester Subject: Principles of Communication (IT)

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 03 ELECTRONICS AND COMMUNICATION ENGINEERING TUTORIAL QUESTION BANK Name : DIGITAL COMMUNICATIONS Code : A6020 Class : III -

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

Chapter 2: Fundamentals of Data and Signals

Chapter 2: Fundamentals of Data and Signals Chapter 2: Fundamentals of Data and Signals TRUE/FALSE 1. The terms data and signal mean the same thing. F PTS: 1 REF: 30 2. By convention, the minimum and maximum values of analog data and signals are

More information

SCHEME OF COURSE WORK. Course Code : 13EC1114 L T P C : ELECTRONICS AND COMMUNICATION ENGINEERING

SCHEME OF COURSE WORK. Course Code : 13EC1114 L T P C : ELECTRONICS AND COMMUNICATION ENGINEERING SCHEME OF COURSE WORK Course Details: Course Title : DIGITAL COMMUNICATIONS Course Code : 13EC1114 L T P C 4 0 0 3 Program Specialization Semester Prerequisites Courses to which it is a prerequisite :

More information

ECE 4600 Communication Systems

ECE 4600 Communication Systems ECE 4600 Communication Systems Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Course Topics Course Introduction

More information

UNIT III -- DATA AND PULSE COMMUNICATION PART-A 1. State the sampling theorem for band-limited signals of finite energy. If a finite energy signal g(t) contains no frequency higher than W Hz, it is completely

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

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

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

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

CODING TECHNIQUES FOR ANALOG SOURCES

CODING TECHNIQUES FOR ANALOG SOURCES CODING TECHNIQUES FOR ANALOG SOURCES Prof.Pratik Tawde Lecturer, Electronics and Telecommunication Department, Vidyalankar Polytechnic, Wadala (India) ABSTRACT Image Compression is a process of removing

More information

Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels

Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels 1 Modern Quadrature Amplitude Modulation Principles and Applications for Fixed and Wireless Channels W.T. Webb, L.Hanzo Contents PART I: Background to QAM 1 Introduction and Background 1 1.1 Modulation

More information

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Electronics and communication Department

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Electronics and communication Department Appendix - F GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Electronics and Department Academic Year: 2016-17 Semester: EVEN 6. COURSE PLAN Semester: VI Subject Code: 10EC61 Name of Subject: Digital Communication

More information

Revision of Lecture 3

Revision of Lecture 3 Revision of Lecture 3 Modulator/demodulator Basic operations of modulation and demodulation Complex notations for modulation and demodulation Carrier recovery and timing recovery This lecture: bits map

More information

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM Rashmi Pandey Vedica Institute of Technology, Bhopal Department of Electronics & Communication rashmipandey07@rediffmail.com

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

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

17. Delta Modulation

17. Delta Modulation 7. Delta Modulation Introduction So far, we have seen that the pulse-code-modulation (PCM) technique converts analogue signals to digital format for transmission. For speech signals of 3.2kHz bandwidth,

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

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages.

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages. Chapter 2: Fundamentals of Data and Signals Data Communications and Computer Networks A Business Users Approach 8th Edition White TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/data-communications-computer-networksbusiness-users-approach-8th-edition-white-test-bank/

More information

Principles of Communications

Principles of Communications 1 Principles of Communications Lin DAI 2 Lecture 1. Overview of Communication Systems Block Diagram of Communication Systems Noise and Distortion 3 SOURCE Source Info. Transmitter Transmitted signal Received

More information

Chapter 1 Introduction

Chapter 1 Introduction Wireless Information Transmission System Lab. Chapter 1 Introduction National Sun Yat-sen University Table of Contents Elements of a Digital Communication System Communication Channels and Their Wire-line

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

Revision of Wireless Channel

Revision of Wireless Channel Revision of Wireless Channel Quick recap system block diagram CODEC MODEM Wireless Channel Previous three lectures looked into wireless mobile channels To understand mobile communication technologies,

More information

KINGS DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING DIGITAL COMMUNICATION TECHNIQUES YEAR/SEM: III / VI BRANCH : ECE PULSE MODULATION

KINGS DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING DIGITAL COMMUNICATION TECHNIQUES YEAR/SEM: III / VI BRANCH : ECE PULSE MODULATION KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING SUB.NAME : EC1351 DIGITAL COMMUNICATION TECHNIQUES BRANCH : ECE YEAR/SEM: III / VI UNIT I PULSE MODULATION PART A (2

More information

Signal Encoding Techniques

Signal Encoding Techniques Signal Encoding Techniques Overview Have already noted previous chapters that both analog and digital information can be encoded as either analog or digital signals: Digital data, digital signals: simplest

More information

AMSEC/ECE

AMSEC/ECE EC6501 -DIGITAL COMMUNICATION UNIT-I SAMPLING & QUANTIZATION 1. Define Dirac comb or ideal sampling function. What is its Fourier Transform? Dirac comb is nothing but a periodic impulse train in which

More information

3.6 Intersymbol interference. 1 Your site here

3.6 Intersymbol interference. 1 Your site here 3.6 Intersymbol intererence 1 3.6 Intersymbol intererence what is intersymbol intererence and what cause ISI 1. The absolute bandwidth o rectangular multilevel pulses is ininite. The channels bandwidth

More information

7.1 Introduction 7.2 Why Digitize Analog Sources? 7.3 The Sampling Process 7.4 Pulse-Amplitude Modulation Time-Division i i Modulation 7.

7.1 Introduction 7.2 Why Digitize Analog Sources? 7.3 The Sampling Process 7.4 Pulse-Amplitude Modulation Time-Division i i Modulation 7. Chapter 7 Digital Representation of Analog Signals Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Contents 7.1 Introduction 7.2

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

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY CS6304- ANALOG AND DIGITAL COMMUNICATION BE-CSE/IT SEMESTER III REGULATION 2013 Faculty

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY CS6304- ANALOG AND DIGITAL COMMUNICATION BE-CSE/IT SEMESTER III REGULATION 2013 Faculty DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY CS6304- ANALOG AND DIGITAL COMMUNICATION BE-CSE/IT SEMESTER III REGULATION 2013 Faculty Name: S.Kalpana, AP/ECE QUESTION BANK UNIT I ANALOG

More information

: DIGITAL COMMUNICATION

: DIGITAL COMMUNICATION SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF ECE COURSE PLAN Course Code : EC0307 Course Title : DIGITAL COMMUNICATION Semester : V Course Time : JULY NOVEMBER 2012 Location : S.R.M.TECH

More information

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 QUESTION BANK DEPARTMENT: ECE SEMESTER: V SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 BASEBAND FORMATTING TECHNIQUES 1. Why prefilterring done before sampling [AUC NOV/DEC 2010] The signal

More information

ELEC 7073 Digital Communication III

ELEC 7073 Digital Communication III ELEC 7073 Digital Communication III Lecturers: Dr. S. D. Ma and Dr. Y. Q. Zhou (sdma@eee.hku.hk; yqzhou@eee.hku.hk) Date & Time: Tuesday: 7:00-9:30pm Place: CYC Lecture Room A Notes can be obtained from:

More information

Chapter-3 Waveform Coding Techniques

Chapter-3 Waveform Coding Techniques Chapter-3 Waveform Coding Techniques PCM [Pulse Code Modulation] PCM is an important method of analog to-digital conversion. In this modulation the analog signal is converted into an electrical waveform

More information

Year : TYEJ Sub: Digital Communication (17535) Assignment No. 1. Introduction of Digital Communication. Question Exam Marks

Year : TYEJ Sub: Digital Communication (17535) Assignment No. 1. Introduction of Digital Communication. Question Exam Marks Assignment 1 Introduction of Digital Communication Sr. Question Exam Marks 1 Draw the block diagram of the basic digital communication system. State the function of each block in detail. W 2015 6 2 State

More information

Wireless Systems. Objectives of the course

Wireless Systems. Objectives of the course Wireless Systems http://www.commsys.isy.liu.se/en/student/kurser/tsks03 Jerzy Dąbrowski Communication Systems Department of Electrical Engineering LinköpingUniversity Objectives of the course Understand

More information