SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES

Size: px
Start display at page:

Download "SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES"

Transcription

1 SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES Michelle Foltran Miranda Eduardo Parente Ribeiro Departament of Electrical Engineering, Federal University of Parana Centro Politécnico CP 19011, CEP , Curitiba - PR Brazil Walter Godoy Jr. godoy@cefetpr.br Federal Center of Technological Education of Parana CEFET Curitiba - PR Brazil Abstract. The main contribution of this article is to describe the implementation of a simulation environment to verify the performance of error correction codes in Orthogonal Frequency Division Multiplexing (OFDM) systems for data communication on a power line noise channel. Monte Carlo simulation was used to evaluate convolutional codes, Reed- Solomon codes and turbo codes on additive white gaussian noise (AWGN) and on a measured power line noise. Adequate models for power line channel have not been established, therefore the chosen approach was to compare the results obtained with simulations using measured power line noise. Keywords: OFDM, error correction code, turbo code, noise, power line communication

2 1. INTRODUCTION Power lines can be found in essentially all buildings and residences and are considered a convenient and inexpensive medium for data communication. In areas where telephone, cable or wireless solutions do not reach, power line communication (PLC) forms the only feasible solution. Although power lines are an attractive medium, there are some difficulties in designing a system for data transmission. One of the problems faced by PLC systems is the excessive amount of radiated interference. This could be mitigated by reducing transmitted signal power at the expense of reducing signal-to-noise ratio (SNR), which leads to an increase of bit error rate (BER). There comes the importance of choosing good forward error correction (FEC) codes, whose performances are well known for AWGN channels. However, the same does not occur for power lines. Due to the time-varying characteristics of this hostile channel, a precise model for PLC is not available yet (Biglieri, 2003). Therefore, designing a system for data transmission over the PLC is a challenging problem. This work compares the performances of some error correction codes in a simulated environment using real samples of measured power line noise. OFDM technique (Nee and Prasad, 2000) is considered and Monte Carlo method is used to estimate BER versus SNR of a certain error correction code for PLC channel. Convolutional code, Reed-Solomon code and turbo code (Berrou et al., 1993; Lauer and Cioffi, 1998; Zhang and Yongacoglu, 2001) are investigated. Their performances for AWGN channel have also been plotted for comparison purposes. Those error correcting codes can be used in various applications. In Discrete Multitone (DMT) technique used in Asymmetric Digital Subscriber Lines (ADSL) (Kallet, 1999), Reed-Solomon codes are required and convolutional codes can optionally be applied. Turbo codes are a new class of convolutional codes whose performance in terms of bit error rate is close to the Shannon limit. The encoder is built with a parallel concatenation of two recursive systematic convolutional codes and an iterative method is used for decoding. In this paper, OFDM transmission systems without coding and with convolutional, Reed- Solomon and turbo coding are described in section 2, which also presents the simulation methodology. Sections 3 presents the results for AWGN channel and for measured power line noise. The conclusion is given in section METHODOLOGY Monte Carlo method is adopted in simulations to estimate the system performances for AWGN and PLC channels. Before describing the simulation used to obtain the results, it is necessary to present a brief review of the OFDM transmission systems with and without coding. 2.1 OFDM Transmission System In an OFDM transmission system, as shown in Fig. 1, input bits are allocated into N subchannels and are mapped into complex QAM symbols. These complex values with their conjugate symmetric vector are the inputs to the IFFT operator, forming 2N values. The output is converted into a continuous signal by a digital-to-analog conversor (D/A) for transmission through the channel. During transmission, noise will be added to the signal, which will cause errors in the system. In the simulations, 256 subchannels are considered and 4 input bits (b i, where i indicates the number of the subchannel) are allocated to each subchannel. A 16-QAM mapper and an IFFT operator of length 512 are adopted. Figure 2 shows the receiver block diagram. After analog-to-digital conversion (A/D), the received

3 signal enters the FFT operator, yielding Y i complex values. Then, the resulting signal is converted into bits by the QAM demappers and are fed into a parallel-to-serial conversor Reed Solomon Codes in OFDM Systems Reed-Solomon codes are nonbinary BCH codes used in various applications. In ADSL, RS codes over GF(256) are recommended, i. e. each code symbol is one byte. A RS code of block length n and number of information symbols k is denoted as RS(n,k). It has a redundancy of r=n k and can correct up to t symbol errors, where r = 2t. In the simulations presented in this paper, the code C(255,216) over GF(256) is used (Zhang and Yongacoglu, 2000) and a hard decision decoding is performed. The transmission system is illustrated in Fig. 3. Information bits are fed into the RS encoder and the coded output is grouped and divided into 256 subchannels (N). For 16-QAM, 4 bits are allocated to each subchannel b i (i=1..n). Then, a natural QAM mapping is performed on this subchannels, forming X i complex symbols. The result is fed into an IFFT operator of length 512. Figure 4 shows the scheme for RS decoder. In the receiver, FFT is performed and the Y i QAM symbols are demapped. Bits in each subchannel (b i ) are the input to a parallel-to-serial conversor and then are fed to the RS decoder. Figure 1 - OFDM transmission system without coding Figure 2 - OFDM receiver system without coding Figure 3: RS Encoder in OFDM system

4 2.3. Convolutional Codes in OFDM Systems Figure 4. RS Decoder in OFDM system An alternative to trellis coding is to use a binary convolutional code together with a nonbinary modulation scheme, as QAM (Wang and Onetera, 1995; Nee and Prasad, 2000). Binary input data are converted into QAM symbols according to a Gray code mapping. For the case of 16-QAM, the in-phase and quadrature components are treated separately as 4 level PAM values, determined by bits b0 and b1, as shown in figure 5. The vertical lines indicate the regions in which the bit values are 1. For instance, if bits 1011 are allocated to a certain subchannel, Gray mapper should map the firt two bits (10) into +3 and the last ones (11) into +1, forming the complex symbol 3+j. At the receiver, the QAM symbols must be demmaped into two one-dimensional values with corresponding metrics which will be quantized into 8 levels and are the input to the Viterbi decoder. For 16-QAM, the in-phase and quadrature values are treated as independent 4 level PAM signals, which are demapped into two metrics as shown in figure 6. Assume the complex symbol 3+j is received. The real part must produce two metrics according to the traces in figure 6. In this case, it is demapped into two values: +3 and -1. The imaginary part also produces two values: +1 and +1. In this simulation, a convolutional code of rate ½, constraint length 7 and vector generator g=[133,171] is adopted. This code is one of the most utilized as remarked by Nee and Prasad (2000). Figure 7 shows the scheme for transmission. The input bits are encoded by the convolutional encoder, and then grouped and divided into 256 subchannels, forming 4 bits (b i ) in each subchannel. These bits enter a Gray mapper, resulting in complex symbols (X i ) that are fed to an IFFT operator of length 512 and then transmitted to the channel. The received signal is the input to a FFT operator, as shown in Fig. 8. The complex symbols (Y i ) are then separated in in-phase and quadrature components and are treated independently to produce the binary metrics for Viterbi decoder. In the case of 16-QAM, 4 metrics are obtained. These metrics are quantized into 3 bit level and are the input to the binary Viterbi decoder, which produces a soft decision of the information bits. Figure 5. Gray Mapping of two bits into 4 level PAM

5 Fig. 6. Demapping of 4 level PAM into 2 metrics Fig. 7. Convolutional encoder in OFDM system 2.4 Turbo Codes in OFDM Systems Fig. 8. Convolutional decoder in OFDM system Turbo codes have been shown to provide near Shannon limit performance in AWGN channels. A standard binary turbo encoder consists of two recursive systematic convolutional codes (RSC) separated by an interleaver. A decoding algorithm maximum a posteriori (MAP) is adopted as an iterative method to produce a better performance. In this paper, a binary turbo code of rate ½ and vector generator g=[11111; 10001] is used to encode the information bits. The number of iterations used was 3 and represents a compromise between the quality (less error) and speed. Bandwidth efficient turbo trellis coded modulation schemes have been investigated in literature (Goff et al., 1994; Robertson and Wörz, 1996). In these publications, turbo codes are combined with QAM modulation and provide near Shannon limit performance. Turbo codes can also be applied to DMT systems (Lauer and Cioffi, 1998; Zhang and Yongacoglu, 2001). Figure 9 shows the encoder structure. The turbo code outputs are demultiplexed and separated into systematic and parity components. A puncturing function (P) is inserted to obtain a large

6 code family, with various rates R. In the present simulation, puncturing has been used to obtain a code rate of ½ by transmitting the systematic information and the odd check bit from RSC1 and then the next systematic information and the even check bit from RSC2. In order to obtain uncorrelated symbols, bits pass by an interleaver (I). In this paper, a pseudo-randomic interleaver of length 512 is assumed. These bits are then allocated into 256 subchannels, each one with 4 bits. A Gray mapping is then performed and the symbols are the inputs to the IFFT operator of length 512. At the receiver, as in Fig. 10, the FFT is performed and the receiver block calculates the previously presented metrics that represent the a posteriori log-likelihood (LLR) of the received symbols. Then, the LLRs (?) pass by a de-interleaver (I-1), are demultiplexed and used as the inputs to the binary turbo decoder that uses a MAP algorithm to perform the decoding (Goff et al., 1994). Fig. 9. Turbo encoder in OFDM system Fig. 10. Turbo decoder in OFDM system 2.5. Simulations The transmission system simulation has been implemented in Matlab. Two communication system channels have been considered: an additive white gaussian noise (AWGN) channel and an additive noise channel using a measured noise at the power outlet in the laboratory. A power line channel model has not been established yet, although there are some publications about the theme (Marubayashi and Tachikawa, 1996). There are various problems which increase this modelling dificulty (Biglieri, 2003): frequency-varying and time-varying attenuation of the medium, dependence of the channel model on location, network topology and connected loads, high interferences due to noisy loads, high nonwhite background noise and impulse noise. In this work, only the interference noise has been considered and the system transfer function has been supposed an all-pass. Then, the effect of noise on different error correcting codes could be isolated permitting a controlled comparison. Measurements have been made to obtain real samples of power line noise. A 12-bit analog-to-

7 digital (A/D) converter with sampling rate of 40 ksps has been used to obtain samples from the power line. Analog high-pass filter with cutoff frequency of 200Hz and an antialiasing (low-pass) filter at 20 khz were used. Two other measurements have been made by adding a sinusoidal interference at the frequency of 19kHz, with amplitude of 1V and 6V inserted by a signal generator coupled with a transformer. The uncoded and coded (convolutional, RS and turbo code) systems have been simulated and their performances have been evaluated for the case of an AWGN channel for OFDM modulation with 16-QAM. In a second stage, these same systems have been submitted to a measured power line noise with and without the interference of 19kHz. In that case, a transmission starting from 10 khz has been considered. A digital high-pass filter with cutoff frequency in 6 khz has been inserted in the receiver to eliminate remains of 60 Hz and its harmonics. The curves of the bit error rate (BER) as a function of signal-to-noise ratio have been plotted using the Monte Carlo method. The input data for simulation is the signal-tonoise ratio obtained by the power ratio of the transmission signal and of the noise signal. As result, BER is calculated for transmissions until 500 bit errors. Fig.11. System performances on AWGN channel Figure 12: Power spectral density of measured power line noise and generated gaussian pseudo-noise.

8 3. Results Figure 11 shows the bit error rate as a function of the signal-to-noise ratio E b /N 0 for OFDM systems with 16-QAM in the simulated AWGN channel, where E b is the energy received per information bit and N 0 is the noise monolateral power spectral density. This simulated curve is verified to be in agreement with the theoretical formulation. The turbo code superiority is observed in AWGN channels. For 16-QAM, the turbo coded system presents a better performance when compared to the others. At a BER of 10-6, the turbo coding gain compared to that produced by the Reed-Solomon code is 7 db. When compared to the convolutional code, the coding gain is 2 db. In a second stage, the same coded and uncoded systems have been submitted to a measured power line noise from the outlet of the laboratory (Curitiba, Brazil). Figure 12 shows the power spectral density of the measured power line noise and gaussian white pseudo-noise with the same power (both high-pass filtered at 6 khz). While white noise exhibits flat amplitudes along the frequencies, measured power line noise contains interferences, non-white noise and impulse noise. Fig. 13. System performances for OFDM with 16-QAM and 256 subcarriers on PLC channel Fig. 14. System performances for OFDM with 16-QAM and 256 subcarriers for convolutional code

9 Figure 13 shows the system pexformances for measured PLC noise. The turbo code maintains a superior performance when compared to the uncoded system and presents better results than the convolutional code and the Reed-Solomon code. In that case, at a BER equal to 10-6, the coding gain is 6 db when compared to the Reed-Solomon code and 2 db when compared to the convolutional code. It can be noticed that for the power line channel, the coding gain is smaller than that for the AWGN channel. Figure 14 exhibits a comparison of the convolutional code performance on the AWGN channel and on the measured power line noise with and without the interference signal of 1V and 6V. As voltage increases, the system performance on power line noise becomes worse. It can be noticed that the difference in bit signal-to-noise ratio for the AWGN channel at a BER equal to 10-5 is 1dB compared to that for power line noise. Indeed, the AWGN channel is not considered a good model for PLC. Fig. 15. System performances for OFDM with 16-QAM and 256 subcarriers for turbo code Fig. 16. System performances for OFDM with 16-QAM and 256 subcarriers for Reed- Solomon code Figure 15 shows a comparison between the AWGN channel and the power line noise for the turbo coded system. System performances are about the same up to 3dB (Eb/No), but for greater relations AWGN presents fewer errors. Figure 16 compares the system on AWGN and

10 on power line noise for the Reed-Solomon code. In that case, the curves of bit error rate were very close. 4. CONCLUSION An environment for simulating data transmission in OFDM over noisy channel has been implemented and tested. The simulated result for AWGN was in accordance with theoretical formulation. The performances of the Reed-Solomon code, the convolutional code and the turbo code have been verified for data transmission in an AWGN channel and on a measured power line noise channel. Results show that the codes perform differently on real noise compared to additive white gaussian noise. Such difference can be explained by the high interferences, high nonwhite background noise and impulse noise present in PLC channel. It confirms that a careful choice of code is very important for best performances and that an analysis on a more realistic scenario is necessary. For turbo and convolutional codes, the performances on PLC showed a difference of 1,5 db for a BER of 10-6 when compared to the AWGN channel. For the Reed-Solomon code, such difference has been smaller and inferior to 0,2 db. The turbo code superiority compared to the other coded and uncoded systems has been verified for AWGN channel and for the studied power line noise, presenting a gain of about 2 db when compared to the convolutional code of the same rate. It is interesting to observe that the coding gains introduced by the turbo, convolutional and Reed-Solomon codes have always been superior under AWGN channel. It can be noticed that the AWGN model produces better results than that obtained with the measured power line noise and is not an adequate model in this case. This methodology could also be extended to higher frequency ranges (MHz), allowing the evaluation of the same modulation and error correction schemes in a different range where the noise may have diverse characteristics. Acknowledgments We would like to thank Dr. Weiler Finamore for bringing us the topic of turbo codes and for helpful discussions. REFERENCES Berrou C., Glavieux A., & Thitimajshima P., Near Shannon Limit Error-correcting Coding and Decoding: Turbo Codes, IEEE International Conference on Communications., vol. 2, pp Biglieri, E., Coding and Modulation for a Horrible Channel, IEEE Communication Magazine, Vol. 41, pp Goff, S. Le, Glavieux A., & Berrou C., Turbo Codes and High Spectral Efficiency Modulation, IEEE Transactions Communications, vol. 2, pp Kallet, I., The Multitone Channel, IEEE Transactions Communications, Lauer, J. P., & Cioffi, J. M., Turbo Coding for Discrete Multitone Transmission Systems, IEEE Transactions Communications. Marubayashi, G., & Tachikawa, S.,1996. Spread Spectrum Transmission on Residential Power Line, IEEE 4th International Symposium on Spread Spectrum Techniques and Applications Proceedings, vol. 3, p

11 Nee R. van, & Prasad, R., OFDM for Wireless Multimedia Communications. Artech House. Robertson P., & Wörz, T., A Novel Bandwidth Efficient Coding Scheme Employing Turbo Codes, IEEE Transactions Communications, vol. 2, p Wang, Q., & Onetera, L. Y., Coded QAM, Using a Binary Convolutional Code, IEEE Transactions on Communications, Zhang, L., & Yongacoglu, A., Bandwidth Efficient RS Coding in Asymmetric Digital Subscriber Lines, International Conference on Communication Technology Proceedings. Zhang, L., and Yongacoglu, A., Turbo Coding in ADSL DMT Systems, IEEE Transactions Communications.

Evaluation of Code Division Multiplexing on Power Line Communication

Evaluation of Code Division Multiplexing on Power Line Communication Evaluation of Code Division Multiplexing on Power Line Communication Adriano Favaro and Eduardo Parente Ribeiro Department of Electrical Engineering, Federal University of Parana CP 90, CEP 853-970 - Curitiba,

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

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

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

Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting

Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting IEEE TRANSACTIONS ON BROADCASTING, VOL. 46, NO. 1, MARCH 2000 49 Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting Sae-Young Chung and Hui-Ling Lou Abstract Bandwidth efficient

More information

THE idea behind constellation shaping is that signals with

THE idea behind constellation shaping is that signals with IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 52, NO. 3, MARCH 2004 341 Transactions Letters Constellation Shaping for Pragmatic Turbo-Coded Modulation With High Spectral Efficiency Dan Raphaeli, Senior Member,

More information

Performance Analysis of n Wireless LAN Physical Layer

Performance Analysis of n Wireless LAN Physical Layer 120 1 Performance Analysis of 802.11n Wireless LAN Physical Layer Amr M. Otefa, Namat M. ElBoghdadly, and Essam A. Sourour Abstract In the last few years, we have seen an explosive growth of wireless LAN

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

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC)

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) Progress In Electromagnetics Research C, Vol. 5, 125 133, 2008 PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) A. Ebian, M. Shokair, and K. H. Awadalla Faculty of Electronic

More information

Periodic Impulsive Noise Suppression in OFDM- Based Power-Line Communications through Filtering Under Different Coding Schemes

Periodic Impulsive Noise Suppression in OFDM- Based Power-Line Communications through Filtering Under Different Coding Schemes http:// Periodic Impulsive Noise Suppression in OFDM- Based Power-Line Communications through Filtering Under Different Coding Schemes Sree Lekshmi.K 1, 1 M.Tech Scholar, ECE Department, TKM Institute

More information

Performance of Nonuniform M-ary QAM Constellation on Nonlinear Channels

Performance of Nonuniform M-ary QAM Constellation on Nonlinear Channels Performance of Nonuniform M-ary QAM Constellation on Nonlinear Channels Nghia H. Ngo, S. Adrian Barbulescu and Steven S. Pietrobon Abstract This paper investigates the effects of the distribution of a

More information

Improved concatenated (RS-CC) for OFDM systems

Improved concatenated (RS-CC) for OFDM systems Improved concatenated (RS-CC) for OFDM systems Mustafa Dh. Hassib 1a), JS Mandeep 1b), Mardina Abdullah 1c), Mahamod Ismail 1d), Rosdiadee Nordin 1e), and MT Islam 2f) 1 Department of Electrical, Electronics,

More information

Performance of Turbo codec OFDM in Rayleigh fading channel for Wireless communication

Performance of Turbo codec OFDM in Rayleigh fading channel for Wireless communication Performance of Turbo codec OFDM in Rayleigh fading channel for Wireless communication Arjuna Muduli, R K Mishra Electronic science Department, Berhampur University, Berhampur, Odisha, India Email: arjunamuduli@gmail.com

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

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

The Optimal Employment of CSI in COFDM-Based Receivers

The Optimal Employment of CSI in COFDM-Based Receivers The Optimal Employment of CSI in COFDM-Based Receivers Akram J. Awad, Timothy O Farrell School of Electronic & Electrical Engineering, University of Leeds, UK eenajma@leeds.ac.uk Abstract: This paper investigates

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

A Survey of Advanced FEC Systems

A Survey of Advanced FEC Systems A Survey of Advanced FEC Systems Eric Jacobsen Minister of Algorithms, Intel Labs Communication Technology Laboratory/ Radio Communications Laboratory July 29, 2004 With a lot of material from Bo Xia,

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

Abstract. Keywords - Cognitive Radio, Bit Error Rate, Rician Fading, Reed Solomon encoding, Convolution encoding.

Abstract. Keywords - Cognitive Radio, Bit Error Rate, Rician Fading, Reed Solomon encoding, Convolution encoding. Analysing Cognitive Radio Physical Layer on BER Performance over Rician Fading Amandeep Kaur Virk, Ajay K Sharma Computer Science and Engineering Department, Dr. B.R Ambedkar National Institute of Technology,

More information

Performance Analysis of WiMAX Physical Layer Model using Various Techniques

Performance Analysis of WiMAX Physical Layer Model using Various Techniques Volume-4, Issue-4, August-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Available at: www.ijemr.net Page Number: 316-320 Performance Analysis of WiMAX Physical

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

ISSN: Page 320

ISSN: Page 320 To Reduce Bit Error Rate in Turbo Coded OFDM with using different Modulation Techniques Shivangi #1, Manoj Sindhwani *2 #1 Department of Electronics & Communication, Research Scholar, Lovely Professional

More information

Study of turbo codes across space time spreading channel

Study of turbo codes across space time spreading channel University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2004 Study of turbo codes across space time spreading channel I.

More information

ANALYSIS OF ADSL2 s 4D-TCM PERFORMANCE

ANALYSIS OF ADSL2 s 4D-TCM PERFORMANCE ANALYSIS OF ADSL s 4D-TCM PERFORMANCE Mohamed Ghanassi, Jean François Marceau, François D. Beaulieu, and Benoît Champagne Department of Electrical & Computer Engineering, McGill University, Montreal, Quebec

More information

An Improved Rate Matching Method for DVB Systems Through Pilot Bit Insertion

An Improved Rate Matching Method for DVB Systems Through Pilot Bit Insertion Research Journal of Applied Sciences, Engineering and Technology 4(18): 3251-3256, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: December 28, 2011 Accepted: March 02, 2012 Published:

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

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

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS i i i i i iv v vi ix xi xiv 1 INTRODUCTION 1 1.1

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

Research Letter Throughput of Type II HARQ-OFDM/TDM Using MMSE-FDE in a Multipath Channel

Research Letter Throughput of Type II HARQ-OFDM/TDM Using MMSE-FDE in a Multipath Channel Research Letters in Communications Volume 2009, Article ID 695620, 4 pages doi:0.55/2009/695620 Research Letter Throughput of Type II HARQ-OFDM/TDM Using MMSE-FDE in a Multipath Channel Haris Gacanin and

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

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

Goa, India, October Question: 4/15 SOURCE 1 : IBM. G.gen: Low-density parity-check codes for DSL transmission.

Goa, India, October Question: 4/15 SOURCE 1 : IBM. G.gen: Low-density parity-check codes for DSL transmission. ITU - Telecommunication Standardization Sector STUDY GROUP 15 Temporary Document BI-095 Original: English Goa, India, 3 7 October 000 Question: 4/15 SOURCE 1 : IBM TITLE: G.gen: Low-density parity-check

More information

BANDWIDTH EFFICIENT TURBO CODING FOR HIGH SPEED MOBILE SATELLITE COMMUNICATIONS

BANDWIDTH EFFICIENT TURBO CODING FOR HIGH SPEED MOBILE SATELLITE COMMUNICATIONS BANDWIDTH EFFICIENT TURBO CODING FOR HIGH SPEED MOBILE SATELLITE COMMUNICATIONS S. Adrian BARBULESCU, Wade FARRELL Institute for Telecommunications Research, University of South Australia, Warrendi Road,

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

Adaptive Coding in MC-CDMA/FDMA Systems with Adaptive Sub-Band Allocation

Adaptive Coding in MC-CDMA/FDMA Systems with Adaptive Sub-Band Allocation Adaptive Coding in MC-CDMA/FDMA Systems with Adaptive Sub-Band Allocation P. Trifonov, E. Costa and A. Filippi Siemens AG, ICM N PG SP RC, D-81739- Munich Abstract. The OFDM-based MC-CDMA/FDMA transmission

More information

Comparison of BER for Various Digital Modulation Schemes in OFDM System

Comparison of BER for Various Digital Modulation Schemes in OFDM System ISSN: 2278 909X Comparison of BER for Various Digital Modulation Schemes in OFDM System Jaipreet Kaur, Hardeep Kaur, Manjit Sandhu Abstract In this paper, an OFDM system model is developed for various

More information

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems , 2009, 5, 351-356 doi:10.4236/ijcns.2009.25038 Published Online August 2009 (http://www.scirp.org/journal/ijcns/). Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems Zhongpeng WANG

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

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

(12) Patent Application Publication (10) Pub. No.: US 2002/ A1. Jin (43) Pub. Date: Sep. 26, 2002

(12) Patent Application Publication (10) Pub. No.: US 2002/ A1. Jin (43) Pub. Date: Sep. 26, 2002 US 2002O13632OA1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2002/0136320 A1 Jin (43) Pub. Date: Sep. 26, 2002 (54) FLEXIBLE BIT SELECTION USING TURBO Publication Classification

More information

Decoding of Block Turbo Codes

Decoding of Block Turbo Codes Decoding of Block Turbo Codes Mathematical Methods for Cryptography Dedicated to Celebrate Prof. Tor Helleseth s 70 th Birthday September 4-8, 2017 Kyeongcheol Yang Pohang University of Science and Technology

More information

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

DESIGN OF CHANNEL CODING METHODS IN HV PLC COMMUNICATIONS

DESIGN OF CHANNEL CODING METHODS IN HV PLC COMMUNICATIONS DESIGN OF CHANNEL CODING MEHODS IN HV PLC COMMUNICAIONS Aljo Mujčić, Nermin Suljanović, Matej Zajc, Jurij F. asič University of Ljubljana, Faculty of Electrical Engineering, Digital Signal Processing Laboratory

More information

M4B-4. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM. Nyembezi Nyirongo, Wasim Q. Malik, and David. J.

M4B-4. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM. Nyembezi Nyirongo, Wasim Q. Malik, and David. J. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM Nyembezi Nyirongo, Wasim Q. Malik, and David. J. Edwards M4B-4 Department of Engineering Science, University of Oxford, Parks Road,

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

Turbo coding (CH 16)

Turbo coding (CH 16) Turbo coding (CH 16) Parallel concatenated codes Distance properties Not exceptionally high minimum distance But few codewords of low weight Trellis complexity Usually extremely high trellis complexity

More information

Bit error rate simulation using 16 qam technique in matlab

Bit error rate simulation using 16 qam technique in matlab Volume :2, Issue :5, 59-64 May 2015 www.allsubjectjournal.com e-issn: 2349-4182 p-issn: 2349-5979 Impact Factor: 3.762 Ravi Kant Gupta M.Tech. Scholar, Department of Electronics & Communication, Bhagwant

More information

Department of Electronic Engineering FINAL YEAR PROJECT REPORT

Department of Electronic Engineering FINAL YEAR PROJECT REPORT Department of Electronic Engineering FINAL YEAR PROJECT REPORT BEngECE-2009/10-- Student Name: CHEUNG Yik Juen Student ID: Supervisor: Prof.

More information

A rate one half code for approaching the Shannon limit by 0.1dB

A rate one half code for approaching the Shannon limit by 0.1dB 100 A rate one half code for approaching the Shannon limit by 0.1dB (IEE Electronics Letters, vol. 36, no. 15, pp. 1293 1294, July 2000) Stephan ten Brink S. ten Brink is with the Institute of Telecommunications,

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

Rate and Power Adaptation in OFDM with Quantized Feedback

Rate and Power Adaptation in OFDM with Quantized Feedback Rate and Power Adaptation in OFDM with Quantized Feedback A. P. Dileep Department of Electrical Engineering Indian Institute of Technology Madras Chennai ees@ee.iitm.ac.in Srikrishna Bhashyam Department

More information

A Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems

A Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems A Polling Based Approach For Delay Analysis of WiMAX/IEEE 802.16 Systems Archana B T 1, Bindu V 2 1 M Tech Signal Processing, Department of Electronics and Communication, Sree Chitra Thirunal College of

More information

Optimal Number of Pilots for OFDM Systems

Optimal Number of Pilots for OFDM Systems IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 6 (Nov. - Dec. 2013), PP 25-31 Optimal Number of Pilots for OFDM Systems Onésimo

More information

Low-Density Parity-Check Codes for Digital Subscriber Lines

Low-Density Parity-Check Codes for Digital Subscriber Lines Low-Density Parity-Check Codes for Digital Subscriber Lines E. Eleftheriou and S. Ölçer IBM Research, Zurich Research Laboratory 8803 Rüschlikon, Switzerland Abstract- The paper investigates the application

More information

Performance of Parallel Concatenated Convolutional Codes (PCCC) with BPSK in Nakagami Multipath M-Fading Channel

Performance of Parallel Concatenated Convolutional Codes (PCCC) with BPSK in Nakagami Multipath M-Fading Channel Vol. 2 (2012) No. 5 ISSN: 2088-5334 Performance of Parallel Concatenated Convolutional Codes (PCCC) with BPSK in Naagami Multipath M-Fading Channel Mohamed Abd El-latif, Alaa El-Din Sayed Hafez, Sami H.

More information

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Wladimir Bocquet France Telecom R&D Tokyo 3--3 Shinjuku, 60-0022 Tokyo, Japan Email: bocquet@francetelecom.co.jp Kazunori Hayashi

More information

n Based on the decision rule Po- Ning Chapter Po- Ning Chapter

n Based on the decision rule Po- Ning Chapter Po- Ning Chapter n Soft decision decoding (can be analyzed via an equivalent binary-input additive white Gaussian noise channel) o The error rate of Ungerboeck codes (particularly at high SNR) is dominated by the two codewords

More information

Journal of Babylon University/Engineering Sciences/ No.(5)/ Vol.(25): 2017

Journal of Babylon University/Engineering Sciences/ No.(5)/ Vol.(25): 2017 Performance of Turbo Code with Different Parameters Samir Jasim College of Engineering, University of Babylon dr_s_j_almuraab@yahoo.com Ansam Abbas College of Engineering, University of Babylon 'ansamabbas76@gmail.com

More information

EFFECTIVE CHANNEL CODING OF SERIALLY CONCATENATED ENCODERS AND CPM OVER AWGN AND RICIAN CHANNELS

EFFECTIVE CHANNEL CODING OF SERIALLY CONCATENATED ENCODERS AND CPM OVER AWGN AND RICIAN CHANNELS EFFECTIVE CHANNEL CODING OF SERIALLY CONCATENATED ENCODERS AND CPM OVER AWGN AND RICIAN CHANNELS Manjeet Singh (ms308@eng.cam.ac.uk) Ian J. Wassell (ijw24@eng.cam.ac.uk) Laboratory for Communications Engineering

More information

On the performance of Turbo Codes over UWB channels at low SNR

On the performance of Turbo Codes over UWB channels at low SNR On the performance of Turbo Codes over UWB channels at low SNR Ranjan Bose Department of Electrical Engineering, IIT Delhi, Hauz Khas, New Delhi, 110016, INDIA Abstract - In this paper we propose the use

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

ISSN: International Journal of Innovative Research in Science, Engineering and Technology

ISSN: International Journal of Innovative Research in Science, Engineering and Technology ISSN: 39-8753 Volume 3, Issue 7, July 4 Graphical User Interface for Simulating Convolutional Coding with Viterbi Decoding in Digital Communication Systems using Matlab Ezeofor C. J., Ndinechi M.C. Lecturer,

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

New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem

New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem Richard Miller Senior Vice President, New Technology

More information

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

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

Rekha S.M, Manoj P.B. International Journal of Engineering and Advanced Technology (IJEAT) ISSN: , Volume-2, Issue-6, August 2013

Rekha S.M, Manoj P.B. International Journal of Engineering and Advanced Technology (IJEAT) ISSN: , Volume-2, Issue-6, August 2013 Comparing the BER Performance of WiMAX System by Using Different Concatenated Channel Coding Techniques under AWGN, Rayleigh and Rician Fading Channels Rekha S.M, Manoj P.B Abstract WiMAX (Worldwide Interoperability

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 4, July 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 4, July 2013 Design and Implementation of -Ring-Turbo Decoder Riyadh A. Al-hilali Abdulkareem S. Abdallah Raad H. Thaher College of Engineering College of Engineering College of Engineering Al-Mustansiriyah University

More information

Testing The Effective Performance Of Ofdm On Digital Video Broadcasting

Testing The Effective Performance Of Ofdm On Digital Video Broadcasting The 1 st Regional Conference of Eng. Sci. NUCEJ Spatial ISSUE vol.11,no.2, 2008 pp 295-302 Testing The Effective Performance Of Ofdm On Digital Video Broadcasting Ali Mohammed Hassan Al-Bermani College

More information

CT-516 Advanced Digital Communications

CT-516 Advanced Digital Communications CT-516 Advanced Digital Communications Yash Vasavada Winter 2017 DA-IICT Lecture 17 Channel Coding and Power/Bandwidth Tradeoff 20 th April 2017 Power and Bandwidth Tradeoff (for achieving a particular

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

Improving Data Transmission Efficiency over Power Line Communication (PLC) System Using OFDM

Improving Data Transmission Efficiency over Power Line Communication (PLC) System Using OFDM Improving Data Transmission Efficiency over Power Line Communication (PLC) System Using OFDM Charles U. Ndujiuba 1, Samuel N. John 1, Oladimeji Ogunseye 2 1 Electrical & Information Engineering, Covenant

More information

ON THE PERFORMANCE OF ITERATIVE DEMAPPING AND DECODING TECHNIQUES OVER QUASI-STATIC FADING CHANNELS

ON THE PERFORMANCE OF ITERATIVE DEMAPPING AND DECODING TECHNIQUES OVER QUASI-STATIC FADING CHANNELS ON THE PERFORMNCE OF ITERTIVE DEMPPING ND DECODING TECHNIQUES OVER QUSI-STTIC FDING CHNNELS W. R. Carson, I. Chatzigeorgiou and I. J. Wassell Computer Laboratory University of Cambridge United Kingdom

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

FREQUENCY DOMAIN POWER ADAPTATION SCHEME FOR MULTI-CARRIER SYSTEMS

FREQUENCY DOMAIN POWER ADAPTATION SCHEME FOR MULTI-CARRIER SYSTEMS The 7th Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC 06) FREQUENCY DOMAIN POWER ADAPTATION SCHEME FOR MULTI-CARRIER SYSTEMS Wladimir Bocquet, Kazunori

More information

Bit Error Rate Analysis of Coded OFDM for Digital Audio Broadcasting System, Employing Parallel Concatenated Convolutional Turbo Codes

Bit Error Rate Analysis of Coded OFDM for Digital Audio Broadcasting System, Employing Parallel Concatenated Convolutional Turbo Codes Bit Error Rate Analysis of Coded OFDM for Digital Audio Broadcasting System, Employing Parallel Concatenated Convolutional Turbo Codes Naveen Jacob Dept. of Electronics & Communication Engineering, Viswajyothi

More information

Recent Progress in Mobile Transmission

Recent Progress in Mobile Transmission Recent Progress in Mobile Transmission Joachim Hagenauer Institute for Communications Engineering () Munich University of Technology (TUM) D-80290 München, Germany State University of Telecommunications

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

More information

Bridging the Gap Between Parallel and Serial Concatenated Codes

Bridging the Gap Between Parallel and Serial Concatenated Codes Bridging the Gap Between Parallel and Serial Concatenated Codes Naveen Chandran and Matthew C. Valenti Wireless Communications Research Laboratory West Virginia University Morgantown, WV 26506-6109, USA

More information

New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System

New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System Bahria University Journal of Information & Communication Technology Vol. 1, Issue 1, December 2008 New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System Saleem Ahmed,

More information

Near-Capacity Iteratively Decoded Binary Self-Concatenated Code Design Using EXIT Charts

Near-Capacity Iteratively Decoded Binary Self-Concatenated Code Design Using EXIT Charts Near-Capacity Iteratively Decoded Binary Self-Concatenated Code Design Using EXIT Charts Muhammad Fasih Uddin Butt 1,2, Raja Ali Riaz 1,2, Soon Xin Ng 1 and Lajos Hanzo 1 1 School of ECS, University of

More information

TURBOCODING PERFORMANCES ON FADING CHANNELS

TURBOCODING PERFORMANCES ON FADING CHANNELS TURBOCODING PERFORMANCES ON FADING CHANNELS Ioana Marcu, Simona Halunga, Octavian Fratu Telecommunications Dept. Electronics, Telecomm. & Information Theory Faculty, Bd. Iuliu Maniu 1-3, 061071, Bucharest

More information

Other Modulation Techniques - CAP, QAM, DMT

Other Modulation Techniques - CAP, QAM, DMT Other Modulation Techniques - CAP, QAM, DMT Prof. David Johns (johns@eecg.toronto.edu) (www.eecg.toronto.edu/~johns) slide 1 of 47 Complex Signals Concept useful for describing a pair of real signals Let

More information

IN 1993, powerful so-called turbo codes were introduced [1]

IN 1993, powerful so-called turbo codes were introduced [1] 206 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 16, NO. 2, FEBRUARY 1998 Bandwidth-Efficient Turbo Trellis-Coded Modulation Using Punctured Component Codes Patrick Robertson, Member, IEEE, and

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

Bit-Interleaved Coded Modulation: Low Complexity Decoding

Bit-Interleaved Coded Modulation: Low Complexity Decoding Bit-Interleaved Coded Modulation: Low Complexity Decoding Enis Aay and Ender Ayanoglu Center for Pervasive Communications and Computing Department of Electrical Engineering and Computer Science The Henry

More information

Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis

Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis Arun Agarwal ITER College, Siksha O Anusandhan University Department of Electronics and Communication Engineering

More information

xdsl Modulation Techniques

xdsl Modulation Techniques NEXTEP Broadband White Paper xdsl Modulation Techniques Methods of achieving spectrum-efficient modulation for high quality transmissions. A Nextep Broadband White Paper May 2001 Broadband Networks Group

More information

High Speed Turbo Tcm Ofdm For Uwb And Powerline System

High Speed Turbo Tcm Ofdm For Uwb And Powerline System University of Central Florida Electronic Theses and Dissertations Doctoral Dissertation (Open Access) High Speed Turbo Tcm Ofdm For Uwb And Powerline System 26 Yanxia Wang University of Central Florida

More information

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM 1 Drakshayini M N, 2 Dr. Arun Vikas Singh 1 drakshayini@tjohngroup.com, 2 arunsingh@tjohngroup.com

More information

Physical-Layer Network Coding Using GF(q) Forward Error Correction Codes

Physical-Layer Network Coding Using GF(q) Forward Error Correction Codes Physical-Layer Network Coding Using GF(q) Forward Error Correction Codes Weimin Liu, Rui Yang, and Philip Pietraski InterDigital Communications, LLC. King of Prussia, PA, and Melville, NY, USA Abstract

More information

Turbo Codes for Pulse Position Modulation: Applying BCJR algorithm on PPM signals

Turbo Codes for Pulse Position Modulation: Applying BCJR algorithm on PPM signals Turbo Codes for Pulse Position Modulation: Applying BCJR algorithm on PPM signals Serj Haddad and Chadi Abou-Rjeily Lebanese American University PO. Box, 36, Byblos, Lebanon serj.haddad@lau.edu.lb, chadi.abourjeily@lau.edu.lb

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

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques International Journal of Scientific & Engineering Research Volume3, Issue 1, January 2012 1 Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques Deepmala

More information

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

Orthogonal Frequency Division Multiplexing & Measurement of its Performance

Orthogonal Frequency Division Multiplexing & Measurement of its Performance Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 5, Issue. 2, February 2016,

More information

Effect Of Turbo Codes On OFDM Systems Over AWGN Channel To Improve BER

Effect Of Turbo Codes On OFDM Systems Over AWGN Channel To Improve BER International Journal of Power Control Signal and Computation(IJPCSC) Vol. 4. No.2. pp.170-174 April - June 2012 ISSN: 0976-268X www.ijcns.com Effect Of Turbo Codes On OFDM Systems Over AWGN Channel To

More information