Wireless Communications

Size: px
Start display at page:

Download "Wireless Communications"

Transcription

1 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 Institute of Wireless Communication (WiCon) Department of Electrical and Computer Engineering TU Kaiserslautern SS 2018

2 Outline 1 Overview of Coding and Modulation 2 Speech Coding 3 Channel Coding 4 Modulation Schemes H. D. Schotten & B. Han Wireless Communications 2/ 33

3 Overview of Coding and Modulation Why Coding / Decoding Speech coding : lower bit rate, better speech quality (compression) Channel coding: error control Why Modulation / Demodulation Analog to digital Spectral efficiency Robustness to noise & interference H. D. Schotten & B. Han Wireless Communications 3/ 33

4 Speech Coding Methods & Attributes Methods Vocoders Waveform coding Hybrid coding Attributes Trans. bit rate Delay Complexity Quality QoS vs. bit rate Source: V. K. Garg, Wireless Communications and Networking H. D. Schotten & B. Han Wireless Communications 4/ 33

5 Speech Coding Vocoders: Parametric Digitizers Specified for Human Speech Using certain properties of the human speech production Excitation signals as source: vocal cord vibrates for voice sounds (quasi-periodic harmonics) no participation of vocal cord in unvoiced sound production (noise) Spectral shaping filter as vocal apparatus system: vocal tract, lip radian characteristics, etc. Parametric representation of speech signals 1 Partitioning the speech signal into segments of 5 to 20 ms. 2 Spectral analysis on speech segments to produce filter coefficients that minimize the prediction error, specifying the excitation parameters. 3 Quantizing and transmitting parameters for the decoder s synthesis. H. D. Schotten & B. Han Wireless Communications 5/ 33

6 Speech Coding Waveform Coding: General (Non-Parametric) Coding Independent of Signals Concept Consider the speech signal as a general waveform Map the input signal to a facsimile-like replica at the decoder s output Pros and Cons No understanding about the speech characteristic necessary Fine quality Poor coding efficiency Classification Time domain waveform coding Frequency domain waveform coding H. D. Schotten & B. Han Wireless Communications 6/ 33

7 Speech Coding Time Domain Waveform Codecs Nonlinear PCM Europe : A-law North America : µ-law Some ITU Codecs G.721: 32 kbps adaptive differential PCM (ADPCM) G.726: Variable-rate between 16 and 40 kbps G.727: Core bits and droppable enhancement bits Source: Wikipedia H. D. Schotten & B. Han Wireless Communications 7/ 33

8 Speech Coding Frequency Domain Waveform Codecs Concept Short-term spectral analysis on input signal Each time frame into several frequency-domain subbands Each subband encoded with some bits to fulfill quality requirements Scheme Specification Spectral analysis accuracy Bit allocation principle (fixed / adaptive / semi-adaptive) Well-Known Examples Sub-band coding (SBC) Adaptive transform coding (ATC) H. D. Schotten & B. Han Wireless Communications 8/ 33

9 Speech Coding Hybrid Coding: Combining Vocoder and Waveform Coding Pros and Cons Good speech quality Satisfying bit rate Higher complexity Linear-Prediction-Based Analysis-by-Synthesis (LPAS) codecs Most recent standardized speech codecs are LPAS codecs, including: ITU G723.1, G728 and G.729 GSM full-rate, half-rate, enhanced full-rate (EFR) and adaptive multiple rate (AMR) codec North America full-rate, half-rate and EFR for TDMA IS-136 and CDMA IS-95 systems Japanese PDC full-rate and half-rate H. D. Schotten & B. Han Wireless Communications 9/ 33

10 Speech Coding Linear-Prediction-Based Analysis-by-Sythesis (LPAS) Specifications Both analog and time domain waveform coded speech inputs An efficient vocoder for speech coding at rates between 4 and 16 kbps About 20 ms frame length Synthesize each frame with linear predictor (LP) A short-term (ST) filter for spectral envelope (vocal apparatus) and a long-term (LT) filter for fine spectral structure (excitation signal) Code-Excited Linear Predictive (CELP) Codecs A codebook instead of LT filter Pitch-based filter period contour matching as a challenge Relaxed CELP (RCELP): time wrapping to match pitch-period contours Algebraic CELP (ACELP): efficient codebook design to boost the search H. D. Schotten & B. Han Wireless Communications 10/ 33

11 Channel Coding Error Control Coding: ARQ vs. FEC Automatic repeat request (ARQ) Detection-only Retransmit if any error detected Typical detection codes: parity bits, CRCs, cryptographic hash functions Three types of ARQ protocols: stop-and-wait, go-back-n, selective repeat Forward Error Correction Detection and correction Automatically repairing the corrupted bits Convolutional codes (bit-by-bit): Viterbi codes Block codes (block-by-block): Reed-Solomon (RS) codes, Turbo codes H. D. Schotten & B. Han Wireless Communications 11/ 33

12 Channel Coding Reed-Solomon (RS) Codes: Construction Overview Speech Coding Channel Coding Modulation n: symbol length of a codeword k: symbol length of a message Message as polynomial coefficients: m(x) = n 1 Design a generator polynomial: g(x) = n k i=0 i=n k g i x i m i x i Compute the remainder: r(x) = mod(m(x), g(x)) = n k 1 r i x i Codeword: c(x) = m(x) + r(x) Can detect up to n k symbol errors correct up to n k 2 i=0 H. D. Schotten & B. Han Wireless Communications 12/ 33

13 Channel Coding Reed-Solomon (RS) Codes: Codec Overview Speech Coding Channel Coding Modulation Systematic Encoder Decoder: Block Diagram H. D. Schotten & B. Han Wireless Communications 13/ 33

14 Channel Coding Convolutional Codes: Encoder Message shifts through a L-bit FIFO (shift register) bit-by-bit K=L+1 is called the constraint length Convolving the FIFO with different coefficients to generate parity bits Every message bit generates n parity bits, code rate r = 1 n Convolutional Encoder H. D. Schotten & B. Han Wireless Communications 14/ 33

15 Channel Coding Convolutional Codes: Decoder Task: to select the codeword from codebook with minimal distance to the received code Fast solution: Viterbi algorithm Advantage: soft decoding with low complexity (to be discussed later) Drawback: decoder complexity increases exponentially w.r.t. K H. D. Schotten & B. Han Wireless Communications 15/ 33

16 Channel Coding Turbo Codes: Encoder Consists of two parallel constituent encoders Encoder 1 encodes original message bits Encoder 2 encodes interleaved message bits Message bits and both parity bits transmitted together H. D. Schotten & B. Han Wireless Communications 16/ 33

17 Channel Coding Turbo Codes: Decoder Consists of two concatenated constituent decoders Makes use of the soft-information Feed-back architecture to iteratively improve both decoders H. D. Schotten & B. Han Wireless Communications 17/ 33

18 Channel Coding Turbo Codes: Performance Performance increases with the number of iterations Performance increases with the frame length Approaches the Shannon limit H. D. Schotten & B. Han Wireless Communications 18/ 33

19 Channel Coding Soft and Hard Decision Decoding Concept Hard Decision : binary ( 1 or 0 ) Soft Decision : confidence value for likelihood Input or output, e.g. soft-decision-input-soft-decision-output (SISO) Examples RS codes: hard decision code Turbo codes: soft decision code H. D. Schotten & B. Han Wireless Communications 19/ 33

20 Channel Coding Bit-Interleaving and De-Interleaving Overview Speech Coding Channel Coding Modulation Review: to convert burst error into bit errors Different implementations: algebraic, matrix, helical, random, etc. Example: 4 4 block interleaving Input: (row-by-row) Output: (column-by-column) Try with a 4-bit burst error? H. D. Schotten & B. Han Wireless Communications 20/ 33

21 Modulation Schemes Basics of Digital Modulation Overview Digital bits to analog symbols with better frequency efficiency s(t) = a e jϕ = a e jωt+θ0 Three basic forms: ASK, PSK, FSK ASK + PSK QAM Error rate depends on average SNR and constellation BPSK as Example s(t) = { A e jωct+θ0 = A e jϕ(t) nt t < (n + 1)T, n : b n = 0 A e jωct+θ0 = A e j(ϕ(t)+π) nt t < (n + 1)T, n : b n = 1 Difference BASK / BPSK? H. D. Schotten & B. Han Wireless Communications 21/ 33

22 Modulation Schemes BER vs. SNR BPSK as Example Overview Speech Coding Channel Coding Modulation r(t) = s(t) + n(t), n N (0, σ 2 ) Demodulator synchronized so that s 0 = A, s 1 = A upon b: f (r s 0 ) = 1 (r A)2 e 2σ 2 2πσ 2 f (r s 1 ) = 1 (r+a)2 e 2σ 2 2πσ 2 Source: gaussianwaves.com H. D. Schotten & B. Han Wireless Communications 22/ 33

23 Modulation Schemes BER vs. SNR BPSK as Example Overview Speech Coding Channel Coding Modulation { Thresholding decision at B: p(e s 0 ) = + p(r s B 0 )dr p(e s 1 ) = B p(r s 1)dr p(e) = p(e s 0 )p(s 0 ) + p(e s 1 )p(s 1 ) When p(e s 0 ) = p(e s 1 ) = 0.5, p(e) is minimized at B = 0 Proof: solve dp(e) db = p(r s 1)p(s 1 ) p(r s 0 )p(s 0 ) = 0 The minimized error probability (BER) is p min (e) = 1 2 erfc ( A ( A) 2 2σ ) = 12 erfc ( ) A 2 2σ 2 H. D. Schotten & B. Han Wireless Communications 23/ 33

24 Modulation Schemes BER vs. SNR Higher Modulation Order Overview Speech Coding Channel Coding Modulation Power efficiency: γ = d 2 min 4E b ( ) BER: P b M 1 2 erfc γ E b N 0 (closely approx. for high SNR) Modulation Spectral efficiency (η) Power Efficiency (γ) 3 log PAM 2 log 2 M 2 M M 2 1 PSK log 2 M sin 2 ( ) π M log2 M 3 log QAM log 2 M 2 M FSK 2 log 2 M M 2M log 2 M H. D. Schotten & B. Han Wireless Communications 24/ 33

25 Modulation Schemes Phase Shift Keying: QPSK Overview Speech Coding Channel Coding Modulation Q I ±π phase change possible (zero-crossing / out-of-band error) H. D. Schotten & B. Han Wireless Communications 25/ 33

26 Modulation Schemes Phase Shift Keying: OQPSK Overview Speech Coding Channel Coding Modulation Q I Coherent receiver needed (detection error under fading) H. D. Schotten & B. Han Wireless Communications 26/ 33

27 Modulation Schemes Phase Shift Keying: π/4-dqpsk Overview Speech Coding Channel Coding Modulation Input Bits Phase Change 00 π/4 01 3π/4 10 π/4 11 3π/4 ±π/4 and ±3π/4 phase changes possible Coherent or incoherent (benefit under multi-path fading) H. D. Schotten & B. Han Wireless Communications 27/ 33

28 Modulation Schemes Phase Shift Keying: MSK & GMSK (a): QPSK; (b) OQPSK; (e) MSK Source:The Infinite Bit MSK: Half-sinusoid instead of rectangular bit-window Lower side lobe level Not enough yet Any post-modulation filtering leads to envelope variations GMSK: pre-modulation filtering with Gaussian filter H. D. Schotten & B. Han Wireless Communications 28/ 33

29 Modulation Schemes Quadrature Amplitude Modulation Overview Speech Coding Channel Coding Modulation Q I Commonly rectangular, non-rectangular also available Better error rate performance than PSK Amplitude variation regardless of filtering problems in nonlinear amplifiers and on fading channels Rectangular 16-QAM Q I Circular 16-QAM H. D. Schotten & B. Han Wireless Communications 29/ 33

30 Modulation Schemes M-ary Frequency Shift Keying Signal 2Es s i (t) = cos(2πf i t) 1 i M T s f i = f c + (2i 1 M) f f c = carrier frequency f = frequency step M = number of different symbols E s = symbol energy T s = symbolduration Pros & Cons Constant envelope (for low-cost nonlinear amplifiers) Coherent or incoherent detection lower bandwidth efficiency Question How to visualize the constellation? H. D. Schotten & B. Han Wireless Communications 30/ 33

31 Modulation Schemes Modulation Selection Spectral efficiency (bps/hz) Transmission quality Good BER performance Low adjacent-channel interference Applicability in different environments (urban, suburban, rural) Phase noise (jitter) / amplitude noise Linear / nonlinear amplifiers Fading Doppler effect etc. Simple implementation H. D. Schotten & B. Han Wireless Communications 31/ 33

32 Modulation Schemes Synchronization What Carrier synchronization Bit synchronization Word synchronization How Phase-Locked Loop (PLL) Matched filter + PLL Shift register + auto-correlator H. D. Schotten & B. Han Wireless Communications 32/ 33

33 Modulation Schemes Equalization Slow fading: a linear time-invariant (LTI) system h(t) where r(t) = + Resulting in: Compensable symbol distortion Inter-symbol interference (ISI) s(t)h(t τ)dτ Compensation: with an inverse system h 1 (t) Adaptive implementation: adjustable FIR filter to minimize the measure Mean square error (MSE) etc. LTI equalizers cannot fully compensate distortions caused by fast fading H. D. Schotten & B. Han Wireless Communications 33/ 33

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

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

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

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

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

Objectives. Presentation Outline. Digital Modulation Revision

Objectives. Presentation Outline. Digital Modulation Revision Digital Modulation Revision Professor Richard Harris Objectives To identify the key points from the lecture material presented in the Digital Modulation section of this paper. What is in the examination

More information

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

More information

EE482: Digital Signal Processing Applications

EE482: Digital Signal Processing Applications Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE482: Digital Signal Processing Applications Spring 2014 TTh 14:30-15:45 CBC C222 Lecture 12 Speech Signal Processing 14/03/25 http://www.ee.unlv.edu/~b1morris/ee482/

More information

EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A

EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A EC 6501 DIGITAL COMMUNICATION UNIT - IV PART A 1. Distinguish coherent vs non coherent digital modulation techniques. [N/D-16] a. Coherent detection: In this method the local carrier generated at the receiver

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

Introduction to Digital Communications System

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

More information

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

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

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing 16.548 Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing Outline! Introduction " Pushing the Bounds on Channel Capacity " Theory of Iterative Decoding " Recursive Convolutional Coding

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

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

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

Mobile Communication An overview Lesson 03 Introduction to Modulation Methods

Mobile Communication An overview Lesson 03 Introduction to Modulation Methods Mobile Communication An overview Lesson 03 Introduction to Modulation Methods Oxford University Press 2007. All rights reserved. 1 Modulation The process of varying one signal, called carrier, according

More information

Chapter IV THEORY OF CELP CODING

Chapter IV THEORY OF CELP CODING Chapter IV THEORY OF CELP CODING CHAPTER IV THEORY OF CELP CODING 4.1 Introduction Wavefonn coders fail to produce high quality speech at bit rate lower than 16 kbps. Source coders, such as LPC vocoders,

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

CDMA Tutorial April 29, Michael Souryal April 29, 2006

CDMA Tutorial April 29, Michael Souryal April 29, 2006 Michael Souryal April 29, 2006 Common Components Encoding, modulation, spreading Common Features/Functionality Power control, diversity, soft handoff System Particulars cdmaone (IS-95) cdma2000 Sources:

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

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

Lecture 12: Summary Advanced Digital Communications (EQ2410) 1

Lecture 12: Summary Advanced Digital Communications (EQ2410) 1 : Advanced Digital Communications (EQ2410) 1 Monday, Mar. 7, 2016 15:00-17:00, B23 1 Textbook: U. Madhow, Fundamentals of Digital Communications, 2008 1 / 15 Overview 1 2 3 4 2 / 15 Equalization Maximum

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

3. 3. Noncoherent Binary Modulation Techniques

3. 3. Noncoherent Binary Modulation Techniques 3. 3. Noncoherent Binary Modulation Techniques A digital communication receiver with no provision make for carrier phase recovery is said to be noncoherent. A. Noncoherent Orthogonal Modulation Scheme.

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

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

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

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

More information

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont.

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont. TSTE17 System Design, CDIO Lecture 5 1 General project hints 2 Project hints and deadline suggestions Required documents Modulation, cont. Requirement specification Channel coding Design specification

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

Principles of Communications

Principles of Communications Principles of Communications Meixia Tao Shanghai Jiao Tong University Chapter 8: Digital Modulation Techniques Textbook: Ch 8.4 8.5, Ch 10.1-10.5 1 Topics to be Covered data baseband Digital modulator

More information

Performance Analysis of OFDM System with QPSK for Wireless Communication

Performance Analysis of OFDM System with QPSK for Wireless Communication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. I (May-Jun.2016), PP 33-37 www.iosrjournals.org Performance Analysis

More information

ISHIK UNIVERSITY Faculty of Science Department of Information Technology Fall Course Name: Wireless Networks

ISHIK UNIVERSITY Faculty of Science Department of Information Technology Fall Course Name: Wireless Networks ISHIK UNIVERSITY Faculty of Science Department of Information Technology 2017-2018 Fall Course Name: Wireless Networks Agenda Lecture 4 Multiple Access Techniques: FDMA, TDMA, SDMA and CDMA 1. Frequency

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

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

Wireless Communication Fading Modulation

Wireless Communication Fading Modulation EC744 Wireless Communication Fall 2008 Mohamed Essam Khedr Department of Electronics and Communications Wireless Communication Fading Modulation Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5

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

Chapter 3 Convolutional Codes and Trellis Coded Modulation

Chapter 3 Convolutional Codes and Trellis Coded Modulation Chapter 3 Convolutional Codes and Trellis Coded Modulation 3. Encoder Structure and Trellis Representation 3. Systematic Convolutional Codes 3.3 Viterbi Decoding Algorithm 3.4 BCJR Decoding Algorithm 3.5

More information

Revision of Lecture Eleven

Revision of Lecture Eleven Revision of Lecture Eleven Previous lecture we have concentrated on carrier recovery for QAM, and modified early-late clock recovery for multilevel signalling as well as star 16QAM scheme Thus we have

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

Digital modulation techniques

Digital modulation techniques Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband channels Signal space representation Optimal

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 2: Modulation and Demodulation Reference: Chap. 5 in Goldsmith s book Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Modulation From Wikipedia: The process of varying

More information

ECE 6640 Digital Communications

ECE 6640 Digital Communications ECE 6640 Digital Communications Dr. Bradley J. Bazuin Assistant Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Chapter 8 8. Channel Coding: Part

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

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

Chapter 4. Part 2(a) Digital Modulation Techniques

Chapter 4. Part 2(a) Digital Modulation Techniques Chapter 4 Part 2(a) Digital Modulation Techniques Overview Digital Modulation techniques Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency Shift Keying (FSK) Quadrature

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

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

Typical Wireless Communication System

Typical Wireless Communication System Wireless Communication Fundamentals Part II David Tipper Associate Professor Graduate Telecommunications and Networking Program University it of Pittsburgh Telcom 2700 Slides 3 Typical Wireless Communication

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

Trellis-Coded Modulation [TCM]

Trellis-Coded Modulation [TCM] Trellis-Coded Modulation [TCM] Limitations of conventional block and convolutional codes on bandlimited channels Basic principles of trellis coding: state, trellis, and set partitioning Coding gain with

More information

CH 4. Air Interface of the IS-95A CDMA System

CH 4. Air Interface of the IS-95A CDMA System CH 4. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

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

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

TCM-coded OFDM assisted by ANN in Wireless Channels

TCM-coded OFDM assisted by ANN in Wireless Channels 1 Aradhana Misra & 2 Kandarpa Kumar Sarma Dept. of Electronics and Communication Technology Gauhati University Guwahati-781014. Assam, India Email: aradhana66@yahoo.co.in, kandarpaks@gmail.com Abstract

More information

Contents Chapter 1: Introduction... 2

Contents Chapter 1: Introduction... 2 Contents Chapter 1: Introduction... 2 1.1 Objectives... 2 1.2 Introduction... 2 Chapter 2: Principles of turbo coding... 4 2.1 The turbo encoder... 4 2.1.1 Recursive Systematic Convolutional Codes... 4

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

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

Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August December 2003

Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August December 2003 Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August 2002 - December 2003 1 2E1511 - Radio Communication (6 ECTS) The course provides basic knowledge about models

More information

Performance comparison of convolutional and block turbo codes

Performance comparison of convolutional and block turbo codes Performance comparison of convolutional and block turbo codes K. Ramasamy 1a), Mohammad Umar Siddiqi 2, Mohamad Yusoff Alias 1, and A. Arunagiri 1 1 Faculty of Engineering, Multimedia University, 63100,

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

Principles of Communications

Principles of Communications Principles of Communications Weiyao Lin Shanghai Jiao Tong University Chapter 8: Digital Modulation Techniques Textbook: Ch 8.4.8.7 2009/2010 Meixia Tao @ SJTU 1 Topics to be Covered data baseband Digital

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

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

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

Communication Theory

Communication Theory Communication Theory Adnan Aziz Abstract We review the basic elements of communications systems, our goal being to motivate our study of filter implementation in VLSI. Specifically, we review some basic

More information

Enhanced Waveform Interpolative Coding at 4 kbps

Enhanced Waveform Interpolative Coding at 4 kbps Enhanced Waveform Interpolative Coding at 4 kbps Oded Gottesman, and Allen Gersho Signal Compression Lab. University of California, Santa Barbara E-mail: [oded, gersho]@scl.ece.ucsb.edu Signal Compression

More information

Amplitude Frequency Phase

Amplitude Frequency Phase Chapter 4 (part 2) Digital Modulation Techniques Chapter 4 (part 2) Overview Digital Modulation techniques (part 2) Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency

More information

Overview of Code Excited Linear Predictive Coder

Overview of Code Excited Linear Predictive Coder Overview of Code Excited Linear Predictive Coder Minal Mulye 1, Sonal Jagtap 2 1 PG Student, 2 Assistant Professor, Department of E&TC, Smt. Kashibai Navale College of Engg, Pune, India Abstract Advances

More information

Cellular systems & GSM Wireless Systems, a.a. 2014/2015

Cellular systems & GSM Wireless Systems, a.a. 2014/2015 Cellular systems & GSM Wireless Systems, a.a. 2014/2015 Un. of Rome La Sapienza Chiara Petrioli Department of Computer Science University of Rome Sapienza Italy 2 Voice Coding 3 Speech signals Voice coding:

More information

Chapter 2: Wireless Transmission. Mobile Communications. Spread spectrum. Multiplexing. Modulation. Frequencies. Antenna. Signals

Chapter 2: Wireless Transmission. Mobile Communications. Spread spectrum. Multiplexing. Modulation. Frequencies. Antenna. Signals Mobile Communications Chapter 2: Wireless Transmission Frequencies Multiplexing Signals Spread spectrum Antenna Modulation Signal propagation Cellular systems Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

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

Digital Television Lecture 5

Digital Television Lecture 5 Digital Television Lecture 5 Forward Error Correction (FEC) Åbo Akademi University Domkyrkotorget 5 Åbo 8.4. Error Correction in Transmissions Need for error correction in transmissions Loss of data during

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

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

Robust Reed Solomon Coded MPSK Modulation

Robust Reed Solomon Coded MPSK Modulation ITB J. ICT, Vol. 4, No. 2, 2, 95-4 95 Robust Reed Solomon Coded MPSK Modulation Emir M. Husni School of Electrical Engineering & Informatics, Institut Teknologi Bandung, Jl. Ganesha, Bandung 432, Email:

More information

comparasion to BPSK, to distinguish those symbols, therefore, the error performance is degraded. Fig 2 QPSK signal constellation

comparasion to BPSK, to distinguish those symbols, therefore, the error performance is degraded. Fig 2 QPSK signal constellation Study of Digital Modulation Schemes using DDS 1. Introduction Phase shift keying(psk) is a simple form of data modulation scheme in which the phase of the transmitted signal is varied to convey information.

More information

Digital Modulators & Line Codes

Digital Modulators & Line Codes Digital Modulators & Line Codes Professor A. Manikas Imperial College London EE303 - Communication Systems An Overview of Fundamental Prof. A. Manikas (Imperial College) EE303: Dig. Mod. and Line Codes

More information

CH 5. Air Interface of the IS-95A CDMA System

CH 5. Air Interface of the IS-95A CDMA System CH 5. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

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

Power Efficiency of LDPC Codes under Hard and Soft Decision QAM Modulated OFDM

Power Efficiency of LDPC Codes under Hard and Soft Decision QAM Modulated OFDM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 5 (2014), pp. 463-468 Research India Publications http://www.ripublication.com/aeee.htm Power Efficiency of LDPC Codes under

More information

Advanced channel coding : a good basis. Alexandre Giulietti, on behalf of the team

Advanced channel coding : a good basis. Alexandre Giulietti, on behalf of the team Advanced channel coding : a good basis Alexandre Giulietti, on behalf of the T@MPO team Errors in transmission are fowardly corrected using channel coding e.g. MPEG4 e.g. Turbo coding e.g. QAM source coding

More information

Systems for Audio and Video Broadcasting (part 2 of 2)

Systems for Audio and Video Broadcasting (part 2 of 2) Systems for Audio and Video Broadcasting (part 2 of 2) Ing. Karel Ulovec, Ph.D. CTU in Prague, Faculty of Electrical Engineering xulovec@fel.cvut.cz Only for study purposes for students of the! 1/30 Systems

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

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 PRELIMINARIES

WIRELESS COMMUNICATIONS PRELIMINARIES WIRELESS COMMUNICATIONS Preliminaries Radio Environment Modulation Performance PRELIMINARIES db s and dbm s Frequency/Time Relationship Bandwidth, Symbol Rate, and Bit Rate 1 DECIBELS Relative signal strengths

More information

Chapter 7 Multiple Division Techniques for Traffic Channels

Chapter 7 Multiple Division Techniques for Traffic Channels Introduction to Wireless & Mobile Systems Chapter 7 Multiple Division Techniques for Traffic Channels Outline Introduction Concepts and Models for Multiple Divisions Frequency Division Multiple Access

More information

ERROR CONTROL CODING From Theory to Practice

ERROR CONTROL CODING From Theory to Practice ERROR CONTROL CODING From Theory to Practice Peter Sweeney University of Surrey, Guildford, UK JOHN WILEY & SONS, LTD Contents 1 The Principles of Coding in Digital Communications 1.1 Error Control Schemes

More information

CDMA Principle and Measurement

CDMA Principle and Measurement CDMA Principle and Measurement Concepts of CDMA CDMA Key Technologies CDMA Air Interface CDMA Measurement Basic Agilent Restricted Page 1 Cellular Access Methods Power Time Power Time FDMA Frequency Power

More information

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc.

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc. Transceiver and System Design for Digital Communications Scott R. Bullock, P.E. Third Edition B SCITEQ PUBLISHtN^INC. SciTech Publishing, Inc. Raleigh, NC Contents Preface xvii About the Author xxiii Transceiver

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

Implementation of Different Interleaving Techniques for Performance Evaluation of CDMA System

Implementation of Different Interleaving Techniques for Performance Evaluation of CDMA System Implementation of Different Interleaving Techniques for Performance Evaluation of CDMA System Anshu Aggarwal 1 and Vikas Mittal 2 1 Anshu Aggarwal is student of M.Tech. in the Department of Electronics

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

TELE4652 Mobile and Satellite Communications

TELE4652 Mobile and Satellite Communications Mobile and Satellite Communications Lecture 7 Modulation Modulation he process of inserting our information signal onto a carrier wave he carrier wave is better suited to propagation over the channel Systematically

More information

ATSC 3.0 Physical Layer Overview

ATSC 3.0 Physical Layer Overview ATSC 3.0 Physical Layer Overview Agenda Terminology Real world concerns Technology to combat those concerns Summary Basic Terminology What is OFDM? What is FEC? What is Shannon s Theorem? What does BER

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

Link Adaptation in Mobile Communication Networks

Link Adaptation in Mobile Communication Networks Link Adaptation in Mobile Communication Networks Assoc. prof. Vladimír Wieser, PhD. Department of Telecommunication and Multimedia University of Zilina (vladimir.wieser@fel.uniza.sk) Department of Telecommunications

More information

ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP

ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP A. Spanias, V. Atti, Y. Ko, T. Thrasyvoulou, M.Yasin, M. Zaman, T. Duman, L. Karam, A. Papandreou, K. Tsakalis

More information