An Efficient Educational Approach for the Study of 16 QAM and Block Codes

Size: px
Start display at page:

Download "An Efficient Educational Approach for the Study of 16 QAM and Block Codes"

Transcription

1 An Efficient Educational Approach for the Study of 16 QAM and Block Codes Luciano L. Mendes and Geraldo G. R. Gomes Abstract: The main purpose of this paper is to show how some programs developed in the wireless research group can improve the apprenticeship and the teaching of digital modulation techniques and cyclic block codes in AWGN channels. Index Terms Educational programs, digital modulation, cyclic block code. I. INTRODUCTION Today, the necessity of digital communication at high rates has provided a great interest on digital modulation techniques. Because of it, the knowledge of the variables that define the digital communications scenario is a major requirement for students of Telecommunication Engineering. Thus, with the objective to improve the apprenticeship and teaching process of those techniques, this paper presents some didactics computational tools that present the principles of a 16 QAM digital modulation transmitted through an AWGN channel. This paper also presents a program that demonstrates how the cyclic block codes work. The blocks codes are used for detection and even correction of errors introduced by the channel noise. Any other digital modulation scheme can be simulated using the programs presented in this paper as support. The programs have been developed for MATLAB 5.3 using the graphic user interface for a better interaction with the user. The programs are: 16qam.m; 16qam_awgn.m; code74.m; described in details following. II. GENERATION OF A 16QAM SYSTEM First, the program 16qam.m has been developed to demonstrate how a 16 QAM constellation is generated. The program is based on the constellation shown in Fig. 1. Manuscript received on July 21,2001. Luciano L. Mendes, INATEL, Rua João de Camargo 510, (035) , lucianol@inatel.br; Geraldo G. R. Gomes, INATEL, Rua João de Camargo 510, (035) , ge@inatel.br. Fig QAM constellation with Gray code. The Fig. 1 shows some important characteristics for the generation of a 16QAM constellation, where each symbol is defined by four data bits. The orthogonal plain of this constellation is formed by a sine and a cosine. Thus, any symbol can be represented by the vector sum of the orthogonal signals. Note that the two least significant bits define the position on the x-axis and the two most significant bits define the position of the symbol on the y-axis. So, the definition of any symbol in the time domain can be easily obtained. For example, a symbol defined by the coordinates (-3; 3) can be represented in the time domain as shown in (1): s sin cos ( t) = cos( ϖ t) + 3 sin( ϖ t) 3 (1) The program 16qam.m allows the user to enter with the four data bits to define which symbol must be simulated. The symbol generated is shown in a graphic and it stays plotted until the button Limpar a Tela is not pressed. The Fig. 2 shows the result of a simulation where all the 16 symbols have been simulated.

2 cloud of 1000 symbols around these coordinates. Thus, the original coordinate of the transmitted symbol becomes the mean value of the noisy symbols. In this case, the noise has a Gaussian distribution so the distribution of the symbols around the original coordinates is also Gaussian. Note that the distance between two adjacent symbols is always two. With this condition, we can define the boundaries of the transmitted symbol using (2): Decision Boundaries = Original Coordinates +/- 1 (2) Fig. 2 Simulation with 16qam.m. The program also allow the user observe the influence of Gray code on the definition of each symbol. When the Gray code is applied, only one bit changes from an adjacent symbol to another. The advantage of Gray code for probability of bit error is approached in the next section. III. INFLUENCE OF WHITE NOISE Once known how to define a 16QAM constellation, the user can study the influence of the additive white Gaussian noise (AWGN) on the symbols. The program 16qam_awgn.m has been developed to show which factors contribute with the degradation of the signal by the noise and the consequences of this influence in the probability of bit error. Fig. 3 shows the result of a simulation where the symbol generated by the bits [ ] has been transmitted 1000 times with a signal to noise ratio of 6 db. For the symbol [ ], the decision boundaries (2; 2), (2; 0), (0; 0) e (0; 2) are the vertices of a square. The area of this square is defined as decision region of the transmitted symbol, in this case, the symbol [ ]. If the received symbol has coordinates inside of the decision region, the receiver decides that the transmitted symbol was [ ]. Otherwise, a symbol error occurs. Using Gray code, when a symbol error between two adjacent symbols occurs, only one bit is wrong. This characteristic improves the quality of the system, once the most common symbol errors in an AWGN channel are adjacent symbol errors. Another characteristic that influences on the probability of a symbol error is the amount of neighbors around the symbol. The symbol that has more neighbors has a bigger probability of error. The program allows the user explore the influences of Eb/No ratio on the symbols. Fig. 4 shows the result of a simulation where Eb/No=15dB and Fig. 5 shows the result of a simulation where Eb/No=0dB. Fig. 4 Influence of noise with Eb/No=15dB. Fig. 3 Influence of noise with Eb/No=6dB. According to Fig. 1, the original coordinates for the symbol defined by the bits [ ] are (1; 1). The Fig. 3 shows a

3 Fig. 5 Influence of noise with Eb/No=0dB. Observing Fig. 3, 4 and 5, the user can visualize how the signal to noise ratio determines the dispersion of the symbols around the mean value. The signal to noise ratio is proportional to the noise variance and variations in this ratio provokes variations in the influence of the noise in the transmitted symbols. The probability density function of a noisy symbol can be written as: 2 1 ( ) 1 x µ p x = exp (3) 2πσ 2 σ Where: µ is the mean value; σ is the standard deviation and x is the random variable. Once µ is the original coordinates of the transmitted symbol, the standard deviation is defines as: No σ = (4) 2 The program shows a graphic where the user can visualize the influence of Eb/No ratio on the probability of bit error. This simulation can facilitate the apprenticeship of the concept of probability density function. IV. BLOCK CODES Presented the consequences of AWGN in the digital communications, the program code74.m is introduced to show how to improve the quality of a system in an AWGN scenario. To make this improvement, the system uses parity bits that allow the detection and correction of errors by the receiver. The program code74.m simulates a cyclic block code denominated Hamming (7,4). A (7,4) code is a block code that generates a vector of seven bits using four data bits. It means that this code introduces three parity bits. Note that 128 vectors can be obtained using seven bits but only sixteen can be defined by four data bits. These sixteen vectors are denominated code vectors or code words. The parity bits are introduced by a Generator Matrix. These parity bits allow those error patterns to be algebraically detected and corrected automatically. The decoder verifies if the received vector is a code vector or not. If the received vector is a code vector, then the parity is removed and the information is obtained. If the received vector is not a code vector, then the decoder approximates the received vector to the nearest code vector. Thus, the decoder always supplies a code vector at the output. The capability of error detection and error correction of a code is defined as a function of the minimum distance between two code words. The parameter d min determines this minimum distance of the code. For the (7,4) code this parameter is equal to three. Once known the value of d min the capability of error detection and error correction can be defined (5) and (6): cd = d min 1 (5) d 1 t = min (6) 2 Equation (5) defines the number of bit errors that can be detected in a vector and (6) defines the number of bit errors that can be corrected in a vector. The (7,4) code is able to detect two errors and to correct one error introduced by the channel. The decodification of the received vectors is done by a Parity Verifier Matrix that calculates the error syndrome for each vector. The error syndrome is a word with the same length of parity. The all-null syndrome is used to define that the received vector is a code vector, presumed to be equal to the transmitted vector. Each one of the other possible syndromes is associated with only one error patter that can be corrected. In this example, there are three bits for syndrome, so seven no null syndromes can be defined. Each code vector has seven bits, so each syndrome can be associated to an error pattern of one bit and it allows the automatic detection and correction of one bit error that occurs in any position in the received vector. Note that if two or more bit errors are introduced in the code vector, the decoder will not be able to correct these errors. The program code74.m has been developed to allow simulations to verify how this code works and its capabilities of error detection and error correction, as shown in Fig. 6.

4 Fig. 6 (7,4) Hamming Code. From the data vector given by the user, the coder generates the code vector to be transmitted, where the first three bits are the parity bit. The code vector is transmitted and summed with AWG noise. Thus, the code vector composted by integers numbers (0 or 1) is received as a vector composted by real random numbers. The decoder has to approximate the real values to the nearest integers (0 or 1). The received vector, which is the result of this approximation, is used in the process that determines the syndrome. Once the syndrome is calculated, the error pattern that must be summed with the received vector to generate a code vector at the decoder output can be defined. Fig. 6 shows that the syndrome is an all-null vector so no errors occurred due the noise in the channel. Note that an all-null syndrome does not guarantee that the received vector is equal to the transmitted vector. If three bits are changed by the noise in the channel, the received vector can be a code vector, but it is different from the transmitted vector. In this case, the syndrome is also a null syndrome but there are errors in the received vector. It is important to mention that the probability of this event occurs is very low because in the communication systems the signal to noise ratio is relatively high. Fig. 7 shows how the code works when one bit error occurs while Fig. 8 shows how the code works when two bit errors occur. Fig. 7 One bit error. Fig. 8 Two bit errors. In Fig. 7, the code was able to detect and correct the bit that has been changed by the channel. It has been shown that this code is able to correct any error pattern of one bit. Fig. 8 shows that the code is able to detect that errors have occurred in the channel but it is unable to correct the vector. Note that after the correction, the number of bit errors has increased. The option Code74B allows the user to better explorer this phenomenon, as shown in Fig. 9.

5 Fig. 9 Opition Code74B. Fig. 9 shows the amount of bit errors in the received vectors before and after the correction by the decoder. Observe that every received vector with only one bit error has been corrected and present no bit errors after the error correction. This means that the code was able to correct all vectors that had one bit error. Observe also that every received vector with two bit errors after the error correction present three bits errors. It means that the code was able to detect the error but when it try to approximate the received vector to a code vector, the decoder introduces one more bit error. Vectors with three or more bit errors can or cannot be detect but they cannot be corrected. Therefore, the decoder will never deliver a vector on its output that has one or two bit errors because it always delivers a code vector and the code vectors have at least three different bits from each other. V. CONCLUSION The interactively of these programs shows that they can help student to absolve some definitions and concepts related with digital communication. The project here presented has the purpose of develop tools to help the apprenticeship and teaching of phenomena that happen in an AWGN channel. The factors that influence the system can be explored in a way that the student can understand how and why these phenomena occur. MATLAB 5.3 was used as platform for these tools because this mathematics program has a simple language and a graphic user interface that facilitates the exposition of the concepts in a didactic way. REFERENCE [1] D. Hanselman, and B. Littlefield, Matlab 5 The Student Edition, Makron Books, São Paulo, SP, [2] John D. Proakis, Digital Communications, 3rd ed., McGraw Hill, New York, NY, 1995.

EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code. 1 Introduction. 2 Extended Hamming Code: Encoding. 1.

EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code. 1 Introduction. 2 Extended Hamming Code: Encoding. 1. EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code Project #1 is due on Tuesday, October 6, 2009, in class. You may turn the project report in early. Late projects are accepted

More information

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Clemson University TigerPrints All Theses Theses 8-2009 EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Jason Ellis Clemson University, jellis@clemson.edu

More information

FACULTY OF ENGINEERING LAB SHEET ETN3046 ANALOG AND DIGITAL COMMUNICATIONS TRIMESTER 1 (2018/2019) ADC2 Digital Carrier Modulation

FACULTY OF ENGINEERING LAB SHEET ETN3046 ANALOG AND DIGITAL COMMUNICATIONS TRIMESTER 1 (2018/2019) ADC2 Digital Carrier Modulation FACULTY OF ENGINEERING LAB SHEET ETN3046 ANALOG AND DIGITAL COMMUNICATIONS TRIMESTER 1 (2018/2019) ADC2 Digital Carrier Modulation TC Chuah (2018 July) Page 1 ADC2 Digital Carrier Modulation with MATLAB

More information

Communication Efficiency of Error Correction Mechanism Based on Retransmissions

Communication Efficiency of Error Correction Mechanism Based on Retransmissions Communication Efficiency of Error Correction Mechanism Based on Retransmissions Dragan Samardzija Summary The SNR gap between the capacity and throughput stays constant as SNR increases. The relative efficiency

More information

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective The objective is to teach students a basic digital communication

More information

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

Using TCM Techniques to Decrease BER Without Bandwidth Compromise. Using TCM Techniques to Decrease BER Without Bandwidth Compromise. nutaq.

Using TCM Techniques to Decrease BER Without Bandwidth Compromise. Using TCM Techniques to Decrease BER Without Bandwidth Compromise. nutaq. Using TCM Techniques to Decrease BER Without Bandwidth Compromise 1 Using Trellis Coded Modulation Techniques to Decrease Bit Error Rate Without Bandwidth Compromise Written by Jean-Benoit Larouche INTRODUCTION

More information

Performance measurement of different M-Ary phase signalling schemes in AWGN channel

Performance measurement of different M-Ary phase signalling schemes in AWGN channel Research Journal of Engineering Sciences ISSN 2278 9472 Performance measurement of different M-Ary phase signalling schemes in AWGN channel Abstract Awadhesh Kumar Singh * and Nar Singh Department of Electronics

More information

Experiment 1 Introduction to MATLAB and Simulink

Experiment 1 Introduction to MATLAB and Simulink Experiment 1 Introduction to MATLAB and Simulink INTRODUCTION MATLAB s Simulink is a powerful modeling tool capable of simulating complex digital communications systems under realistic conditions. It includes

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON ELEC6014W1 SEMESTER II EXAMINATIONS 2007/08 RADIO COMMUNICATION NETWORKS AND SYSTEMS Duration: 120 mins Answer THREE questions out of FIVE. University approved calculators may

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

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of OFDM under DWT, DCT based Image Processing Anshul Soni soni.anshulec14@gmail.com Ashok Chandra Tiwari Abstract In this paper, the performance of conventional discrete cosine transform

More information

Implementation of Reed-Solomon RS(255,239) Code

Implementation of Reed-Solomon RS(255,239) Code Implementation of Reed-Solomon RS(255,239) Code Maja Malenko SS. Cyril and Methodius University - Faculty of Electrical Engineering and Information Technologies Karpos II bb, PO Box 574, 1000 Skopje, Macedonia

More information

Probability of Error Calculation of OFDM Systems With Frequency Offset

Probability of Error Calculation of OFDM Systems With Frequency Offset 1884 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 49, NO. 11, NOVEMBER 2001 Probability of Error Calculation of OFDM Systems With Frequency Offset K. Sathananthan and C. Tellambura Abstract Orthogonal frequency-division

More information

Channel Coding RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology

Channel Coding RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 7 Channel Coding Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 2012-04-23 Ove Edfors - ETIN15 1 Contents (CHANNEL CODING) Overview

More information

HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS

HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS HIGH ORDER MODULATION SHAPED TO WORK WITH RADIO IMPERFECTIONS Karl Martin Gjertsen 1 Nera Networks AS, P.O. Box 79 N-52 Bergen, Norway ABSTRACT A novel layout of constellations has been conceived, promising

More information

An Energy-Division Multiple Access Scheme

An Energy-Division Multiple Access Scheme An Energy-Division Multiple Access Scheme P Salvo Rossi DIS, Università di Napoli Federico II Napoli, Italy salvoros@uninait D Mattera DIET, Università di Napoli Federico II Napoli, Italy mattera@uninait

More information

BER Analysis of BPSK for Block Codes and Convolution Codes Over AWGN Channel

BER Analysis of BPSK for Block Codes and Convolution Codes Over AWGN Channel International Journal of Pure and Applied Mathematics Volume 114 No. 11 2017, 221-230 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu BER Analysis

More information

RADIO SYSTEMS ETIN15. Channel Coding. Ove Edfors, Department of Electrical and Information Technology

RADIO SYSTEMS ETIN15. Channel Coding. Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 7 Channel Coding Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 2016-04-18 Ove Edfors - ETIN15 1 Contents (CHANNEL CODING) Overview

More information

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs Chapter 5: Trigonometric Functions and Graphs 1 Chapter 5 5.1 Graphing Sine and Cosine Functions Pages 222 237 Complete the following table using your calculator. Round answers to the nearest tenth. 2

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

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING A graduate project submitted in partial fulfillment of the requirements For the degree of Master of Science in Electrical

More information

Maximum Likelihood Detection of Low Rate Repeat Codes in Frequency Hopped Systems

Maximum Likelihood Detection of Low Rate Repeat Codes in Frequency Hopped Systems MP130218 MITRE Product Sponsor: AF MOIE Dept. No.: E53A Contract No.:FA8721-13-C-0001 Project No.: 03137700-BA The views, opinions and/or findings contained in this report are those of The MITRE Corporation

More information

Assignment 6: Solution to MATLAB code for BER generation of QPSK system over AWGN channel.

Assignment 6: Solution to MATLAB code for BER generation of QPSK system over AWGN channel. G. S. Sanyal School of Telecommunications Indian Institute of Technology Kharagpur MOOC: Spread Spectrum Communications & Jamming Assignment 6: Solution to MATLAB code for BER generation of QPSK system

More information

Improvement of MFSK -BER Performance Using MIMO Technology on Multipath Non LOS Wireless Channels

Improvement of MFSK -BER Performance Using MIMO Technology on Multipath Non LOS Wireless Channels The International Journal Of Engineering And Science (IJES) Volume 5 Issue 8 Pages PP -25-29 2016 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Improvement of MFSK -BER Performance Using MIMO Technology on Multipath

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

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

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

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

More information

Orthogonal vs Non-Orthogonal Multiple Access with Finite Input Alphabet and Finite Bandwidth

Orthogonal vs Non-Orthogonal Multiple Access with Finite Input Alphabet and Finite Bandwidth Orthogonal vs Non-Orthogonal Multiple Access with Finite Input Alphabet and Finite Bandwidth J. Harshan Dept. of ECE, Indian Institute of Science Bangalore 56, India Email:harshan@ece.iisc.ernet.in B.

More information

Solutions to Information Theory Exercise Problems 5 8

Solutions to Information Theory Exercise Problems 5 8 Solutions to Information Theory Exercise roblems 5 8 Exercise 5 a) n error-correcting 7/4) Hamming code combines four data bits b 3, b 5, b 6, b 7 with three error-correcting bits: b 1 = b 3 b 5 b 7, b

More information

Multipath can be described in two domains: time and frequency

Multipath can be described in two domains: time and frequency Multipath can be described in two domains: and frequency Time domain: Impulse response Impulse response Frequency domain: Frequency response f Sinusoidal signal as input Frequency response Sinusoidal signal

More information

arxiv: v1 [cs.it] 30 Sep 2012

arxiv: v1 [cs.it] 30 Sep 2012 arxiv:1210.0210v1 [cs.it] 30 Sep 2012 A New Generalized Closed Form Expression for Average Bit Error Probability Over Rayleigh Fading Channel Sanjay Singh, M. Sathish Kumar and Mruthyunjaya H.S October

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

30. Signal Space Analysis of BASK, BFSK, BPSK, and QAM

30. Signal Space Analysis of BASK, BFSK, BPSK, and QAM Signal Space Analysis of BASK, BFSK, BPSK, an QAM on Mac 3. Signal Space Analysis of BASK, BFSK, BPSK, an QAM The vector-space representation of signals an the optimum etection process which chooses the

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

Adaptive Kalman Filter based Channel Equalizer

Adaptive Kalman Filter based Channel Equalizer Adaptive Kalman Filter based Bharti Kaushal, Agya Mishra Department of Electronics & Communication Jabalpur Engineering College, Jabalpur (M.P.), India Abstract- Equalization is a necessity of the communication

More information

ELT DIGITAL COMMUNICATIONS

ELT DIGITAL COMMUNICATIONS ELT-43007 DIGITAL COMMUNICATIONS Matlab Exercise #2 Baseband equivalent digital transmission in AWGN channel: Transmitter and receiver structures - QAM signals, Gray coding and bit error probability calculations

More information

Adaptive communications techniques for the underwater acoustic channel

Adaptive communications techniques for the underwater acoustic channel Adaptive communications techniques for the underwater acoustic channel James A. Ritcey Department of Electrical Engineering, Box 352500 University of Washington, Seattle, WA 98195 Tel: (206) 543-4702,

More information

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS

BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS BER ANALYSIS OF WiMAX IN MULTIPATH FADING CHANNELS Navgeet Singh 1, Amita Soni 2 1 P.G. Scholar, Department of Electronics and Electrical Engineering, PEC University of Technology, Chandigarh, India 2

More information

Improvement Of Block Product Turbo Coding By Using A New Concept Of Soft Hamming Decoder

Improvement Of Block Product Turbo Coding By Using A New Concept Of Soft Hamming Decoder European Scientific Journal June 26 edition vol.2, No.8 ISSN: 857 788 (Print) e - ISSN 857-743 Improvement Of Block Product Turbo Coding By Using A New Concept Of Soft Hamming Decoder Alaa Ghaith, PhD

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

SIMULATIVE STUDY (LINK/SYSTEM) OF WCDMA SYSTEMS

SIMULATIVE STUDY (LINK/SYSTEM) OF WCDMA SYSTEMS on 17 th - 18 th December 2016, in Goa, India. ISBN: 9788193137383 SIMULATIVE STUDY (LINK/SYSTEM) OF WCDMA SYSTEMS Ms.Ishata Bhardwaj Dr.Suyeb Ahmed Khan Mr.Govinda Pathak Prof. H.L Sharma M.Tech Student

More information

Performance of Reed-Solomon Codes in AWGN Channel

Performance of Reed-Solomon Codes in AWGN Channel International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 4, Number 3 (2011), pp. 259-266 International Research Publication House http://www.irphouse.com Performance of

More information

On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks

On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks San Jose State University From the SelectedWorks of Robert Henry Morelos-Zaragoza April, 2015 On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks Quyhn Quach Robert H Morelos-Zaragoza

More information

IN AN MIMO communication system, multiple transmission

IN AN MIMO communication system, multiple transmission 3390 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL 55, NO 7, JULY 2007 Precoded FIR and Redundant V-BLAST Systems for Frequency-Selective MIMO Channels Chun-yang Chen, Student Member, IEEE, and P P Vaidyanathan,

More information

Comparative Analysis of the BER Performance of WCDMA Using Different Spreading Code Generator

Comparative Analysis of the BER Performance of WCDMA Using Different Spreading Code Generator Science Journal of Circuits, Systems and Signal Processing 2016; 5(2): 19-23 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20160502.12 ISSN: 2326-9065 (Print); ISSN: 2326-9073 (Online)

More information

The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems

The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems Yue Rong Sergiy A. Vorobyov Dept. of Communication Systems University of

More information

Effect of AWGN & Fading (Rayleigh & Rician) Channels on BER Performance of Free Space Optics (FSO) Communication Systems

Effect of AWGN & Fading (Rayleigh & Rician) Channels on BER Performance of Free Space Optics (FSO) Communication Systems Effect of AWGN & Fading (Rayleigh & Rician) Channels on BER Performance of Free Space Optics (FSO) Communication Systems Taissir Y. Elganimi Electrical and Electronic Engineering Department, University

More information

Parallel Combinatory Multiple-Subcarrier Optical Communication Systems

Parallel Combinatory Multiple-Subcarrier Optical Communication Systems Parallel Combinatory Multiple-Subcarrier Optical Communication Systems Norio Kitamoto Tomoaki Ohtsuki Department of Electrical Engineering, Tokyo University of Science 264 Yamazaki, Noda, Chiba 278-850

More information

Intuitive Guide to Principles of Communications By Charan Langton Coding Concepts and Block Coding

Intuitive Guide to Principles of Communications By Charan Langton  Coding Concepts and Block Coding Intuitive Guide to Principles of Communications By Charan Langton www.complextoreal.com Coding Concepts and Block Coding It s hard to work in a noisy room as it makes it harder to think. Work done in such

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

Performance analysis of BPSK system with ZF & MMSE equalization

Performance analysis of BPSK system with ZF & MMSE equalization Performance analysis of BPSK system with ZF & MMSE equalization Manish Kumar Department of Electronics and Communication Engineering Swift institute of Engineering & Technology, Rajpura, Punjab, India

More information

Error Correction with Hamming Codes

Error Correction with Hamming Codes Hamming Codes http://www2.rad.com/networks/1994/err_con/hamming.htm Error Correction with Hamming Codes Forward Error Correction (FEC), the ability of receiving station to correct a transmission error,

More information

Lecture 17 Components Principles of Error Control Borivoje Nikolic March 16, 2004.

Lecture 17 Components Principles of Error Control Borivoje Nikolic March 16, 2004. EE29C - Spring 24 Advanced Topics in Circuit Design High-Speed Electrical Interfaces Lecture 17 Components Principles of Error Control Borivoje Nikolic March 16, 24. Announcements Project phase 1 is posted

More information

Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System

Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 2, FEBRUARY 2002 187 Performance Analysis of Maximum Likelihood Detection in a MIMO Antenna System Xu Zhu Ross D. Murch, Senior Member, IEEE Abstract In

More information

Comparative Analysis of Different Modulation Schemes in Rician Fading Induced FSO Communication System

Comparative Analysis of Different Modulation Schemes in Rician Fading Induced FSO Communication System International Journal of Electronics Engineering Research. ISSN 975-645 Volume 9, Number 8 (17) pp. 1159-1169 Research India Publications http://www.ripublication.com Comparative Analysis of Different

More information

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Matthias Breuninger and Joachim Speidel Institute of Telecommunications, University of Stuttgart Pfaffenwaldring

More information

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Department of Electronics Technology, GND University Amritsar, Punjab, India Abstract-In this paper we present a practical RS-CC

More information

Combined Transmitter Diversity and Multi-Level Modulation Techniques

Combined Transmitter Diversity and Multi-Level Modulation Techniques SETIT 2005 3rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 27 3, 2005 TUNISIA Combined Transmitter Diversity and Multi-Level Modulation Techniques

More information

Performance Evaluation and Comparative Analysis of Various Concatenated Error Correcting Codes Using BPSK Modulation for AWGN Channel

Performance Evaluation and Comparative Analysis of Various Concatenated Error Correcting Codes Using BPSK Modulation for AWGN Channel International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 3 (2012), pp. 235-244 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

Communication Engineering Term Project ABSTRACT

Communication Engineering Term Project ABSTRACT Communication Engineering erm Project (Simulation of 16QAM) School of information & Communications, 20141013 Dooho Kim ABSRAC A 16-QAM model for term project of conmmunication engineering is presented.

More information

Swedish College of Engineering and Technology Rahim Yar Khan

Swedish College of Engineering and Technology Rahim Yar Khan PRACTICAL WORK BOOK Telecommunication Systems and Applications (TL-424) Name: Roll No.: Batch: Semester: Department: Swedish College of Engineering and Technology Rahim Yar Khan Introduction Telecommunication

More information

d[m] = [m]+ 1 2 [m 2]

d[m] = [m]+ 1 2 [m 2] DIGITAL COMMUNICATIONS PART A (Time: 60 minutes. Points 4/0) Last Name(s):........................................................ First (Middle) Name:.................................................

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

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation J. Bangladesh Electron. 10 (7-2); 7-11, 2010 Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation Md. Shariful Islam *1, Md. Asek Raihan Mahmud 1, Md. Alamgir Hossain

More information

CHAPTER 4. DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER)

CHAPTER 4. DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER) 112 CHAPTER 4 DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER) 4.1 NECESSITY FOR SYSTEM DESIGN The improved BER was achieved by inhibiting 1/3 rated Turbo coder instead of

More information

Design of a Few Interleaver Techniques used with Gold Codes in Faded Wireless Channels

Design of a Few Interleaver Techniques used with Gold Codes in Faded Wireless Channels Design of a Few Interleaver Techniques used with Gold Codes in Faded Wireless Channels Barnali Das Comm. Technology, email:barnalidasgimt@g mail.com Manash P. Sarma Comm. Engineering, email:manashpelsc@gmail.

More information

Signal Processing in Massive MIMO Systems Realized with Low Complexity Hardware

Signal Processing in Massive MIMO Systems Realized with Low Complexity Hardware Signal Processing in Massive MIMO Systems Realized with Low Complexity Hardware MICAELA BORTAS SARA GUNNARSSON MASTER S THESIS DEPARTMENT OF ELECTRICAL AND INFORMATION TECHNOLOGY FACULTY OF ENGINEERING

More information

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Prashanth G S 1 1Department of ECE, JNNCE, Shivamogga ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel

Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel Impulsive Noise Reduction Method Based on Clipping and Adaptive Filters in AWGN Channel Sumrin M. Kabir, Alina Mirza, and Shahzad A. Sheikh Abstract Impulsive noise is a man-made non-gaussian noise that

More information

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 11, NOVEMBER 2002 1719 SNR Estimation in Nakagami-m Fading With Diversity Combining Its Application to Turbo Decoding A. Ramesh, A. Chockalingam, Laurence

More information

Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel

Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel M. Rezaei* and A. Falahati* (C.A.) Abstract: In this paper, a cooperative algorithm to improve the orthogonal

More information

BER Comparison of DCT-based OFDM and FFT-based OFDM using BPSK Modulation over AWGN and Multipath Rayleigh Fading Channel

BER Comparison of DCT-based OFDM and FFT-based OFDM using BPSK Modulation over AWGN and Multipath Rayleigh Fading Channel BER Comparison of DCT-based and FFT-based using BPSK Modulation over AWGN and Multipath Rayleigh Channel Lalchandra Patidar Department of Electronics and Communication Engineering, MIT Mandsaur (M.P.)-458001,

More information

High-Rate Non-Binary Product Codes

High-Rate Non-Binary Product Codes High-Rate Non-Binary Product Codes Farzad Ghayour, Fambirai Takawira and Hongjun Xu School of Electrical, Electronic and Computer Engineering University of KwaZulu-Natal, P. O. Box 4041, Durban, South

More information

OFDM Transmission Corrupted by Impulsive Noise

OFDM Transmission Corrupted by Impulsive Noise OFDM Transmission Corrupted by Impulsive Noise Jiirgen Haring, Han Vinck University of Essen Institute for Experimental Mathematics Ellernstr. 29 45326 Essen, Germany,. e-mail: haering@exp-math.uni-essen.de

More information

EE521 Analog and Digital Communications

EE521 Analog and Digital Communications EE521 Analog and Digital Communications Questions Problem 1: SystemView... 3 Part A (25%... 3... 3 Part B (25%... 3... 3 Voltage... 3 Integer...3 Digital...3 Part C (25%... 3... 4 Part D (25%... 4... 4

More information

Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding

Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding Jungwon Lee, Hyukjoon Kwon, Inyup Kang Mobile Solutions Lab, Samsung US R&D Center 491 Directors Pl, San Diego,

More information

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

PERFORMANCE OF CODED OFDM IN IMPULSIVE NOISE ENVIRONMENT

PERFORMANCE OF CODED OFDM IN IMPULSIVE NOISE ENVIRONMENT PERFORMANCE OF CODED OFDM IN IMPULSIVE NOISE ENVIRONMENT CH SEKHARARAO. K 1, S.S.MOHAN REDDY 2, K.RAVI KUMAR 3 1 Student, M.Tech, Dept. of ECE, S.R.K.R. Engineering College, Bhimavaram,AP, India. 2 Associate

More information

BER Performance with GNU Radio

BER Performance with GNU Radio BER Performance with GNU Radio Digital Modulation Digital modulation is the process of translating a digital bit stream to analog waveforms that can be sent over a frequency band In digital modulation,

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

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY 1 MOHAMMAD RIAZ AHMED, 1 MD.RUMEN AHMED, 1 MD.RUHUL AMIN ROBIN, 1 MD.ASADUZZAMAN, 2 MD.MAHBUB

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

5-5 Multiple-Angle and Product-to-Sum Identities

5-5 Multiple-Angle and Product-to-Sum Identities Find the values of sin 2, cos 2, tan 2 1 cos for the given value interval, (270, 360 ) Since on the interval (270, 360 ), one point on the terminal side of θ has x-coordinate 3 a distance of 5 units from

More information

Bit Error Rate Assessment of Digital Modulation Schemes on Additive White Gaussian Noise, Line of Sight and Non Line of Sight Fading Channels

Bit Error Rate Assessment of Digital Modulation Schemes on Additive White Gaussian Noise, Line of Sight and Non Line of Sight Fading Channels International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 8 ǁ August 2014 ǁ PP.06-10 Bit Error Rate Assessment of Digital Modulation Schemes

More information

Channel Estimation on MIMO-OFDM Systems

Channel Estimation on MIMO-OFDM Systems REVISTA TELECOMUNICAÇÕES, VOL 5, Nº, OUTUBRO DE 8 Channel Estimation on MIMO- Systems André Antônio dos Anjos Instituto Nacional de Telecomunicações Av João de Camargo, 5-75- Santa Rita do Sapucaí - MG

More information

COMPARATIVE PERFORMANCE EVALUATION OF M-ARY QAM MODULATION SCHEMES USING SIMULINK AND BERTool

COMPARATIVE PERFORMANCE EVALUATION OF M-ARY QAM MODULATION SCHEMES USING SIMULINK AND BERTool COMPARATIVE PERFORMANCE EVALUATION OF M-ARY QAM MODULATION SCHEMES USING SIMULINK AND BERTool Panagiotis Kogias, Kyriakos Ovaliadis and Fotini Kogia Department of Electrical Engineering, Eastern Macedonian

More information

Performance of OFDM-Based WiMAX System Using Cyclic Prefix

Performance of OFDM-Based WiMAX System Using Cyclic Prefix ICoSE Conference on Instrumentation, Environment and Renewable Energy (2015), Volume 2016 Conference Paper Performance of OFDM-Based WiMAX System Using Cyclic Prefix Benriwati Maharmi Electrical Engineering

More information

Exact BER Analysis of an Arbitrary Square/ Rectangular QAM for MRC Diversity with ICE in Nonidentical Rayleigh Fading Channels

Exact BER Analysis of an Arbitrary Square/ Rectangular QAM for MRC Diversity with ICE in Nonidentical Rayleigh Fading Channels Exact BER Analysis of an Arbitrary Square/ Rectangular QAM for MRC Diversity with ICE in Nonidentical Rayleigh Fading Channels aleh Najafizadeh School of Electrical and Computer Engineering Georgia Institute

More information

STUDY OF THE PERFORMANCE OF THE LINEAR AND NON-LINEAR NARROW BAND RECEIVERS FOR 2X2 MIMO SYSTEMS WITH STBC MULTIPLEXING AND ALAMOTI CODING

STUDY OF THE PERFORMANCE OF THE LINEAR AND NON-LINEAR NARROW BAND RECEIVERS FOR 2X2 MIMO SYSTEMS WITH STBC MULTIPLEXING AND ALAMOTI CODING International Journal of Electrical and Electronics Engineering Research Vol.1, Issue 1 (2011) 68-83 TJPRC Pvt. Ltd., STUDY OF THE PERFORMANCE OF THE LINEAR AND NON-LINEAR NARROW BAND RECEIVERS FOR 2X2

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

Degrees of Freedom in Adaptive Modulation: A Unified View

Degrees of Freedom in Adaptive Modulation: A Unified View Degrees of Freedom in Adaptive Modulation: A Unified View Seong Taek Chung and Andrea Goldsmith Stanford University Wireless System Laboratory David Packard Building Stanford, CA, U.S.A. taek,andrea @systems.stanford.edu

More information

UTA EE5362 PhD Diagnosis Exam (Spring 2012) Communications

UTA EE5362 PhD Diagnosis Exam (Spring 2012) Communications EE536 Spring 013 PhD Diagnosis Exam ID: UTA EE536 PhD Diagnosis Exam (Spring 01) Communications Instructions: Verify that your exam contains 11 pages (including the cover sheet). Some space is provided

More information

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 8 (211), pp. 929-938 International Research Publication House http://www.irphouse.com Performance Evaluation of Nonlinear

More information

Image Filtering. Median Filtering

Image Filtering. Median Filtering Image Filtering Image filtering is used to: Remove noise Sharpen contrast Highlight contours Detect edges Other uses? Image filters can be classified as linear or nonlinear. Linear filters are also know

More information

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

More information

MULTIPLE transmit-and-receive antennas can be used

MULTIPLE transmit-and-receive antennas can be used IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 1, NO. 1, JANUARY 2002 67 Simplified Channel Estimation for OFDM Systems With Multiple Transmit Antennas Ye (Geoffrey) Li, Senior Member, IEEE Abstract

More information

Outline. Communications Engineering 1

Outline. Communications Engineering 1 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

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

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