Analysis of Error Correction Codes in Unique Word OFDM

Size: px
Start display at page:

Download "Analysis of Error Correction Codes in Unique Word OFDM"

Transcription

1 Author Bernhard Hiptmair Submission Institute of Signal Processing Thesis Supervisor Univ.-Prof. Dr. Mario Huemer Analysis of Error Correction Codes in Unique Word OFDM Referee DI (FH) Christian Hofbauer January 2016 Bachelor s Thesis to confer the academic degree of Bachelor of Science in the Bachelor s Program Information Electronics JOHANNES KEPLER UNIVERSITÄT LINZ Altenbergerstraße Linz, Österreich DVR

2 2 Abstract Unique word orthogonal frequency division multiplexing (UW-OFDM) is an improved version of the well known modulation method cyclic prefix orthogonal frequency division multiplexing (CP-OFDM). The implementation of a known sequence, the so called unique word (UW) instead of the cyclic prefix improves the performance of the transmission. The reason is that due to the UW, a certain redundancy is introduced in frequency domain, which can be beneficially exploited. In this thesis the impact of different error correction codes in a UW-OFDM simulation chain is analysed and compared against a CP-OFDM system. For the analysis, three error correction codes were used, a convolution code, a low density parity check (LDPC) code and a Reed Solomon (RS) Code. To evaluate the impact, these codes have been implemented in existing Matlab frameworks for UW-OFDM and CP-OFDM. For several channel models the bit error ratio (BER) performance was simulated and compared. Kurzfassung Unique Word Orthogonal Frequency Division Multiplexing (UW-OFDM) ist eine verbesserte Version des bekannten Modulationsverfahren Cyclic Prefix Orthogonal Frequency Division Multiplexing (CP-OFDM). Die Verwendung einer bekannten Sequenz, genannt Unique Word (UW) anstatt des cyklischen Präfixes verbessert die Leistung des Verfahrens. Der Grund dafür ist, dass durch die Verwendung des UW eine gewisse Redundanz im Frequenzbereich hinzugefügt wird, die vorteilhaft genutzt werden kann. In dieser Arbeit wird die Auswirkung von verschiedenen Fehlerkorrekturverfahren in einer UW-OFDM Simulation untersucht und mit CP- OFDM verglichen. Für die Analyse wurden drei Fehlerkorrekturverfahren verwendet, ein Faltungscode, ein Low Density Parity Check (LDPC) Code und ein Reed Solomon (RS) Code. Um die Auswirkung zu untersuchen wurden diese Fehlerkorrekturverfahren in bestehende Matlab Simulationen für UW-OFDM und CP-OFDM eingebunden. Für verschiedene Übertragungskanal Modelle wurden die Bitfehlerraten (BER) ermittelt und verglichen.

3 CONTENTS 3 Contents 1 Introduction 4 2 Orthogonal Frequency Division Multiplexing Principles of OFDM Cyclic Prefix OFDM Unique Word OFDM Error Correction Coding Convolutional Code Block Codes Low Density Parity Check Code Reed Solomon Code Simulation Results Additive White Gaussian Noise Channel Frequency Selective Indoor Environment - Channel A Frequency Selective Indoor Environment - Channel B Frequency Selective Indoor Environment - Multiple Channels Conclusion 22

4 1 INTRODUCTION 4 1 Introduction Data communication is getting more and more important nowadays, because everyone is permanently down- and uploading data with their cell phones, laptops, tablets and so on. So the amount of data which has to be transmitted increases continuously. One significant part of data communication are wireless local area networks (WLAN), with the physical layer defined by the IEEE standard [1]. This standard includes the usage of Orthogonal Frequency Division Multiplexing (OFDM), where a cyclic prefix is added to every transmitted data block. Due to the cyclic extension, the linear convolution with the channel impulse response becomes a circular convolution and also inter symbol interferences (ISI) are eliminated. But the cyclic extension with random data can not be used to increase the transmission performance. To improve this technology, this cyclic prefix is replaced by a deterministic sequence called unique word (UW). Due to this known extension, several parameters can be estimated and also synchronisation behaviour can be improved at the receiver [2]. To improve the quality of transmission, error correction coding are normally used in a digital communication system. Although convolutional codes are well known and already quite powerful, even more powerful block codes and non binary codes like low density parity check codes (LDPC) and Reed-Solomon (RS) codes became more attractive, because of the rising processing power of chips and the latest research. The goal of this thesis is to analyse the impact of different error correction codes to the improvement of the unique word implementation in Orthogonal Frequency Division Multiplexing systems.

5 2 ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING 5 2 Orthogonal Frequency Division Multiplexing 2.1 Principles of OFDM In frequency division multiplexing (FDM) the available frequency band is split up in several sub-carriers (SC). To avoid inter carrier interference, the SCs are separated, but this is not very efficient. By using orthogonal carriers, the SCs are allowed to overlap by 50 % without any crosstalk between the SCs, leading to a high spectral efficiency. This concept is known as orthogonal frequency division multiplexing (OFDM). By introducing a guard interval (GI), the orthogonality can be maintained even over dispersive channels. OFDM is an effective parallel data transmission scheme, which is robust against narrowband interferences, but sensitive to frequency offset and phase offset. Figure 1 shows a simple OFDM transmission scheme. The scheme can be split up in three groups, where only the first part is relevant for this thesis. The first part covers symbol mapping and forward error correction coding, which is further explained in section 3. The second part is the actual OFDM part including modulation, where the data given in frequency domain is transformed into time domain using inverse discrete Fourier transform (IDFT). That part also includes the guard interval (GI) insertion at the transmitter side, GI removal and demodulation, using discrete Fourier transform (DFT) at the receiver side. The third part is the RF-modulation/demodulation and transmission over the communication channel [3]. Figure 1: Simple OFDM transmission block diagram.

6 2 ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING Cyclic Prefix OFDM By extending the OFDM symbol by a guard interval, inter symbol interference (ISI) can be eliminated. When the guard interval time is chosen to be longer than the channel impulse response, the symbols can not interfere with each other. If the guard interval in empty, the inter carrier interference (ICI) can still arise and the subcarriers are not orthogonal any more, therefore a cyclic extension is used [4]. In CP-OFDM the tail of the OFDM symbol is used as the cyclic extension, as shown in Figure Unique Word OFDM In UW-OFDM, known sequences (unique words) are inserted instead of a cyclic prefix. In Figure 2, the transmit data structures of CP- and UW-OFDM are shown. The main difference between these two structures is that the guard interval (GI) is part of the DFT interval in UW-OFDM, but in CP-OFDM it is not. Due to that the symbol duration in UW-OFDM reduces from T DF T + T GI to T DF T. [2] T GI T DF T T GI T DF T CP1 Data CP1 CP2 Data CP2 CP3... T GI T DF T T DF T UW Data UW Data UW... Figure 2: Transmit data structure using CPs (above) or UWs (below). Unique Word Implementation Notation Lower-case bold face variables indicate vectors, whereas upper-case bold face variables indicate matrices. To distinguish between time and frequency domain variables, a tilde is used to express frequency domain vectors and matrices. F N donates the N-point DFT. To generate a UW-OFDM symbol in time domain, given as x = [xd T the unique word forming the tail, two steps are performed. x T u ] T with

7 2 ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING 7 The first step is to generate a zero UW such as x = [xd T 0 T ] T in time domain and relation x = F 1 N x to frequency domain. This step, performed in frequency domain, includes the insertion of zero subcarriers and redundant subcarriers ( r). The introduction of zero subcarriers can be described by the matrix B which consists of zero-rows at the position of the zero subcarriers. For the generation of the redundant subcarriers, a permutation matrix P is introduced, therefore the data in frequency domain, can be written as x = BP [ dt r T] T. Thus the redundant subcarriers depend on the data vector, where the expression can be rewritten as x = BP [ I T T T]T d = BG d. G can be interpreted as a generation matrix for the non zero part of the OFDM symbol. [ ] T. The second step contains the addition of the unique word x u = F N 0 T xu T The complete OFDM symbol is then given by x = F 1 N (BG d + x u ). Figure 3: Time- and frequency-domain view of an OFDM symbol in UW-OFDM.

8 3 ERROR CORRECTION CODING 8 3 Error Correction Coding During transmission of data over a communication channel, errors will naturally occur. By appending redundancy, these errors can be detected and/or corrected upon the received data. The addition of redundancy decreases the data rate, but increases the transmission quality [5]. 3.1 Convolutional Code A convolutional encoder can be described by shift registers and modulo 2 adders. The content of the shift registers determines the state of the encoder. The coding rate of convolutional codes is given by R = k/n, where n represents the number of input bits and k the number of output bits. The common encoders are either systematic, or non-systematic or recursive convolutional encoders. Figure 4(a) shows a systematic encoder, where the coded output consists of the input data and a modulo 2 sum of states. Figure 4(b) displays a non-systematic encoder, where the input data is no longer visible in the codeword and is replaced by a modulo 2 sum of states. The encoder in figure 4(c) though is systematic, but the state of the encoder is a result of the previous state and the input data, which is called a recursive encoder. A convolutional code can also be seen as a finite state machine or described as polynomial, but the most common representation is the trellis diagram. Each point represents a state and each state transition is represented by a line, which is labelled by the output of the encoder. Figure 5 shows an exemplary trellis diagram of a convolutional encoder with an initial state (000). The most common algorithm for decoding convolutional codes, is the Viterbi algorithm. This algorithm is based on the search of the codeword which has the shortest Hamming distance to the received word. Puncturing Puncturing is used to obtain different coding rates from one code. It involves using an encoder with low coding rate, but transmitting only parts of a codeword. With this technique it is possible to vary the coding rate without changing the encoder and is therefore easy to implement. At the decoder, the bits which are not transmitted, have to be filled by neutral elements. For example by using binary detection (+1 for logical 0 and -1 for logical 1 ), the null value is taken as neutral element. For the decoder this neutral element contains no information

9 3 ERROR CORRECTION CODING 9 (a) (b) (c) Figure 4: Example of a (a) systematic, (b) non-systematic and (c) recursive convolutional encoder. about the transmitted bit. Of course, by not transmitting parts of the codeword, the correction capability of the code decreases. 3.2 Block Codes In block codes, a data block d of k symbols, gets mapped to a codeword c of n symbols. The ratio k/n is called the coding rate. The dataword as well as the codeword often take their values out of a Galoise field GF q with q elements. A linear block code, where the mapping is a linear function, has the feature that the

10 3 ERROR CORRECTION CODING 10 Figure 5: Trellis diagram of a convolutional encoder. sum of two codewords form a new codeword and the null word is also a codeword. Block codes with binary symbols take their elements out of the Galois field GF 2 and the generation of the codeword can be described by a simple multiplication. Therefore we introduce a code generation matrix G with the size k n, leading to c T = d T G. The permutation of the rows or columns of the generation matrix produces the same set of codewords, which means that the generation matrix is not unique. As a consequence the generator matrix can be brought in a form G = [I k P], where I k is the k k identity matrix. The code is then systematic and the dataword is directly visible in the codeword. Now we define a dual linear block code H T, which satisfies that any codeword of the dual code is orthogonal to any codeword of the original code. This is given, when their scalar product result to null. This condition leads to 0 = c T H T = d T GH T, hence GH T = 0. That feature is used in the receiver to check if a received data is a valid codeword. The matrix H is called the parity check matrix [5] Low Density Parity Check Code Low density parity check (LDPC) codes are powerful codes, which are capable of closely approaching the channel capacity. Their performance is comparable to turbo codes. Due to their iterative decoding algorithms, they are easy to implement. The coding rate is selectable by specifying the shape of the parity check matrix. LDPC codes have very sparse parity check matrices and are linear block

11 3 ERROR CORRECTION CODING 11 codes. In this thesis, I focus on binary LDPC codes. A LDPC code is regular, if the column and the row weight, which is equivalent with the number of non zero elements of them, is constant. Irregular LDPC codes are more difficult to design, but can be optimised more efficient, due to the higher amount of degrees of freedom. LDPC codes can be represented as a bipartite graph called Tanner graph. Figure 6 shows an exemplary schematic of a Tanner graph. A Tanner graph has two different types of nodes, variable nodes c i and parity nodes e i. The n variable nodes represent the bits of the codeword (columns of H), the m parity nodes represent the parity constraints (rows of H). Two nodes are connected, if the parity check matrix H contains a 1 on the corresponding position. Bipartite graphs contain cycles, defined by the capability of leafing and returning to the same node, without passing a link twice. This cycles have major influence of the decoding performance. Figure 6: Exemplary schematic diagram of a Tanner graph. For decoding an LDPC code, the belief propagation algorithm is used. In every iteration, the a priori information is sent from the variable nodes to the parity nodes. Further, the parity nodes compute and return the extrinsic information. This steps are performed till all parity equations are satisfied or the maximum number of iterations is reached. For soft decoding, log likelihood ratios are used as a priori information. The performance of the belief propagation algorithm increases with the length of the smallest cycle of the graph and gets optimal for a cycle free graph [5] Reed Solomon Code Reed-Solomon (RS) codes are block codes with non-binary symbols. The coefficients of the datawords and codewords take there values in a Galois field GF q with q = 2 m, where each dataword is encoded by m binary symbols. The addition of

12 3 ERROR CORRECTION CODING 12 two codewords form another codeword and also the cyclic rotation of a codeword leads to another valid codeword, therefore RS codes are called linear and cyclic. RS codes are maximum distance codes with the minimal distance d=n-k+1, which equals their constriction distance. The length of the codeword of such codes is n=q-1, the length of the dataword is given by k = n-2t with t, the number of errors, which can be corrected. The generator polynomial is defined by his d-1 roots α j, α j+1, α j+2,..., α j+d 2 and can be written as product of minimal polynomials g(x) = d 2 i=0 (x + α j+i ). The parameter j is either set to 0 or 1, like for Bose Chaudhuri Hocquenghem (BCH) codes. For encoding, the k data symbols are represented as polynomial D(x) = m 1 i=0 c i x i, multiplied by x n k and divided by the generator polynomyal. D(x) x n k g(x) = q(x) + r(x) g(x) The codeword C(x) is than found by C(x) = M(x) x n k +r(x), with the remainder r(x) of the division. Figure 7 shows a schematic diagram of a RS encoder with generation polynomial g(x) = x 4 + α 3 x 3 + α 6 x 2 + α 3 x + α 10. Figure 7: Exemplary schematic diagram of a RS encoder. For decoding RS codes, syndroms S i are calculated. Thus the reminder was added in the encoding process, a valid codeword is divisible by the generation polynomial and so by any factor of it, without a reminder. If no errors occur, the fallowing equation leads to no syndrom, otherwise the error pattern can be determined out of the syndrom. The following equation shows the mathematical background, R(x) are the received symbols, (x + α i ) a minimal polynomial of the generator polynomial.

13 3 ERROR CORRECTION CODING 13 R(x) (x + α i ) = Q(x) + S i(x) x + α i The syndroms do not depend on the data, but on the error pattern, which relieves the error correction. For more than t = (n-k)/2 errors, the code is exceeded and the errors can not be corrected [5].

14 4 SIMULATION RESULTS 14 4 Simulation Results As mentioned is section 2, we consider two approaches, the cyclic prefix OFDM and the unique word OFDM. In CP-OFDM the symbols were cyclic extended to avoid inter carrier interferences. As reference for the classical CP-OFDM system, the IEEE a WLAN standard is used. In UW-OFDM the cyclic extension is replaced by a known sequence, the unique word, which can be used to improve transmission behaviour. In table 1 the most important parameters of the used frameworks are confronted. The difference at the number of data subcarriers is due to the difference in additional subcarriers. In CP-OFDM 4 pilot subcarriers are used for synchronisation, in UW-OFDM synchronisation is done with the redundant subcarriers, which also defines the unique word. The second difference is the symbol duration, hence the guard interval is part of the DFT/IDFT interval in UW-OFDM. As a result of the unique word, there is also a gain in performance. We compare three error correcting codes, presented in section 3, about the preservation of this gain. We take the convolutional code, with generator polynomial (133, 171) oct, as reverence and compare a LDPC and a RS code to it. For the LDPC code a codeword length of 648 bits is used, being aware that LDPC codes become more powerful the longer they get. The codeword length of the used RS code is 255 bits. For all simulations binary phase-shift keying (BPSK) is applied for modulation and code rates of 1/2 and 3/4 are used. For the RS code hard decision decoding is used, whereas for the other code soft decision decoding is applied. For visualisation the bit error rate (BER) over the bit-energy to noise ratio (E b /N 0 ) is plotted. Table 1: Main physical parameters of the IEEE a and UW-OFDM framework. Data IEEE a UW-OFDM Number of total subcarriers Number of zero subcarriers Additional subcarriers 4 (pilot) 16 (redundant) Number of data subcarriers Guard interval duration 800 ns 800 ns FFT/IFFT duration 3.2 µs 3.2 µs OFDM symbol duration 4 µs 3.2 µs sample frequency 20 MHz 20 MHz Modulation BPSK BPSK Code rate 1/2, 3/4 1/2, 3/4

15 4 SIMULATION RESULTS 15 At the transmission of data over a channel multiple effects occur. For example there is always a superposition of Additive White Gaussian Noise (AWGN). This effect can mathematically be written as simple addition of a noise vector n with the same length as the sent data vector s. The received signal r is than given by r = s + n. The noise vector for AWGN is assumed to be a zero-mean complex Gaussian random variable with variance σ 2 n. Another major effect is the multipath propagation, which is modelled as a Finite Impulse Response (FIR) filter with the Channel Impulse Response (CIR) h = [h 0 h 1 h 2... h Nk 1] T. The length N k has to be smaller or equal than the length of the guard interval to eliminate inter symbol interferences. Each entry of the CIR has uniformly distributed phase, Rayleigh distributed magnitude and the power is decreasing exponentially. Figure 8 shows two channel snapshots featuring an delay spread of 100ns. Channel A which involves two deep fading holes within the system bandwidth, whereas channel B does not involve such fading holes. Figure 8: Frequency-domain representation of two multipath channel snapshots (channel A, channel B).

16 4 SIMULATION RESULTS Additive White Gaussian Noise Channel The first simulation setup is an AWGN channel, where just noise is added to the sent data, no further multipath disorders are considered. For all simulations BPSK modulation is used. Comparison of the Error Correction Codes Figure 9 shows the BER behaviour of the different error correction codes for the CP-OFDM and the UW-OFDM system. For both cases, three different codes are used, a convolutional, a LDPC and a RS code. The profit of the higher coding rate R=1/2 toward the coding rate R=3/4 is the same for CP-OFDM and UW-OFDM. LDPC codes are characterised by their abrupt fall after a certain E b /N 0 level, which is the reason why they outperform the convolutional code. A disadvantage of the LDPC codes is the bad behaviour at low levels of E b /N 0, where they do not work properly. That behaviour leads to a worse BER for the higher coding rate, till a E b /N 0 level of 2 db. The RS code also shows the behaviour of the LDPC code. Hence, hard decision demapping is used instead of log likelihood ratios, the RS code drops 3 db after the LDPC code. (a) (b) Figure 9: AWGN - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system. Comparison of the UW-OFDM and the CP-OFDM system Figure 10 shows a direct comparison of the CP-OFDM and the UW-OFDM system. In sub-figure 10(a) the comparison for coding rate R=1/2 is presented, coding rate

17 4 SIMULATION RESULTS 17 R=3/4 is presented in sub-figure 10(b). In both cases, the introduction of the UW enhances the BER behaviour of approximately 1 db for a BER value of In AWGN environment all simulated error correction codes show the same amount of gain, due to the unique word. (a) (b) Figure 10: AWGN - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ Frequency Selective Indoor Environment - Channel A In this simulation, we determine a frequency selective environment. Channel A is a multipath channel involving two deep fading holes in the frequency response and a delay spread of 100ns. A snapshot of the channel is shown in figure 8. Comparison of the Error Correction Codes Figure 11 shows the BER behaviour of the different error correction codes for the CP-OFDM and the UW-OFDM system. In both cases, again three different codes are used, a convolutional, a LDPC and a RS code. Due to the difference, the profit of the coding rates is significant, although there is a slight difference for the CPand the UW-OFDM system, for the convolutional code. The characteristic drop of the LDPC code and the drop of the RS code 3 db afterwards, is clearly evident. Therefore the LDPC code outperforms the convolutional code.

18 4 SIMULATION RESULTS 18 (a) (b) Figure 11: Channel A - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system. Comparison of the UW-OFDM and the CP-OFDM system Figure 12 shows a direct comparison of the CP-OFDM and the UW-OFDM system. In sub-figure 12(a) the comparison for coding rate R=1/2 is presented, coding rate R=3/4 is presented in sub-figure 12(b). In both cases, the introduction of the UW enhances the BER behaviour of approximately 1 db for a BER value of 10 4, convolutional code and for the LDPC code. At the coding rate of R=3/4 the gain of the convolutional code increases with rising E b /N 0 level and also the gain for the RS code slightly differs. (a) (b) Figure 12: Channel A - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/4.

19 4 SIMULATION RESULTS Frequency Selective Indoor Environment - Channel B In this simulation we determine another frequency selective environment. Channel B is a multipath channel involving no deep fading holes in the frequency response and a delay spread of 100ns. A snapshot of the channel is shown in figure 8. Comparison of the Error Correction Codes Figure 13 shows the BER behaviour of the different error correction codes for the CP-OFDM and the UW-OFDM system. In both cases, again three different codes are used, a convolutional, a LDPC and a RS code. Due to the difference, the profit of the coding rates significant, although there is a major difference for CP- and UW-OFDM for the RS code. The characteristic drop of the LDPC code and the drop of the RS code 3 db afterwards, is clearly evident. Therefore the LDPC code outperforms the convolutional code. (a) (b) Figure 13: Channel B - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system. Comparison of the UW-OFDM and the CP-OFDM system Figure 14 shows a direct comparison of the CP-OFDM and the UW-OFDM system. In sub-figure 14(a) the comparison for coding rate R=1/2 is presented, coding rate R=3/4 is presented in sub-figure 14(b).

20 4 SIMULATION RESULTS 20 (a) (b) Figure 14: Channel B - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ Frequency Selective Indoor Environment - Multiple Channels In this simulation averaging over frequency selective channels is done. All channels feature a delay spread of 100ns and different frequency responses. To calculate the average, 1000 bytes are sent over each channel. Comparison of the Error Correction Codes The BER behaviour of the different error correction codes for the CP-OFDM and the UW-OFDM system is displayed in figure 15. In both cases, again three different codes are used, a convolutional, a LDPC and a RS code. For the CP- OFDM system, as well as the UW-OFDM system, the major characteristic of the LDPC and the RS code, the drastic drop is not that obvious. Therefore the convolutional code outperforms the LDPC code. Comparison of the UW-OFDM and the CP-OFDM system Figure 16 shows a direct comparison of the CP-OFDM and the UW-OFDM system. In sub-figure 16(a) the comparison for coding rate R=1/2 is presented, coding rate R=3/4 is presented in sub-figure 16(b). The gain of the UW implementation remains constant for the convolutional code and the LDPC code, but increases significant for the RS code.

21 4 SIMULATION RESULTS 21 (a) (b) Figure 15: Multiple channels - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system. (a) (b) Figure 16: Multiple channels - BER comparison between UW-OFDM and CP- OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/4.

22 5 CONCLUSION 22 5 Conclusion The goal of this thesis is to determine the influence of different error correction codes in orthogonal frequency division multiplexing systems. Therefore, two systems are used, a classical cyclic prefix OFDM system defined by the IEEE a WLAN standard as reference, and the novel unique word OFDM system, using a known sequence instead of the cyclic prefix, which can be used do estimate several transmission parameters. A convolutional code is used as reference to analyse the effect of implementing a low density parity check code or a Reed Solomon code. To determine the behaviour of these codes, the bit error rates are simulated and visualised. First the variation of the codes are compared, then the influence on the whole systems are analysed. Two different channel models are used. The first one is additive white Gaussian noise, which always appears by transmitting data. The second model represents a frequency selective indoor environment. The first disturbance is a simple addition of a noise vector to the data vector, the second interference is modelled as a finite channel impulse response. Due to the waterfall characteristic of the LDPC code, the convolutional code gets outperformed by the LDPC code in AWGN environment. The RS code features the same characteristic, but because of the hard decision demapping the RS code is difficult to compare. The frequency selective environment shows similar behaviour. For a channel with deep spectral notches (channel A), the advance of the LDPC decreases. In channel environment without spectral notches (channel B) the advantage, the rapid drop of the LDPC code, is more evident. The averaging over frequency selective channels result in a unexpected way. The beneficial behaviour of the LDPC and the RS code, is not obtained any more. Therefore the convolution code slightly outperforms the LDPC code. Due to the implementation of the unique word instead of the cyclic prefix, there is a certain benefit in performance. Now we are interested in the dependants of this benefit based on the error correction code. For the convolutional code and the LDPC code, that benefit is obtained in AWGN as well as in frequency selective environments. The RS code shows some slight variations, but there is always a benefit recognizable.

23 5 CONCLUSION 23 The output of the analysis therefore is, that the benefit of the novel UW-OFDM is just slightly pending on the kind of error correction coding. So the error correction code can be chosen to fit the present channel environment best, without effecting the unique word concept.

24 LIST OF FIGURES 24 List of Figures 1 Simple OFDM transmission block diagram Transmit data structure using CPs (above) or UWs (below) Time- and frequency-domain view of an OFDM symbol in UW- OFDM Example of a (a) systematic, (b) non-systematic and (c) recursive convolutional encoder Trellis diagram of a convolutional encoder Exemplary schematic diagram of a Tanner graph Exemplary schematic diagram of a RS encoder Frequency-domain representation of two multipath channel snapshots (channel A, channel B) AWGN - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system AWGN - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ Channel A - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system Channel A - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ Channel B - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system Channel B - BER comparison between UW-OFDM and CP-OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ Multiple channels - BER comparison between convolutional, LDPC and RS code for (a) CP-OFDM, (b) UW-OFDM system Multiple channels - BER comparison between UW-OFDM and CP- OFDM at different coding rates, (a) coding rate 1/2, (b) coding rate 3/ List of Tables 1 Main physical parameters of the IEEE a and UW-OFDM framework

25 REFERENCES 25 References [1] Supplement to IEEE standard for Information technology telecommunications and information exchange between systems local and metropolitan area networks specific requirements: Part 11 : wireless LAN medium access control (MAC) and physical layer (PHY) specifications : High-speed physical layer in the 5 GHz band. New York, N.Y., USA: Institute of Electrical and Electronics Engineers, [2] M. Huemer, C. Hofbauer, and J. B. Huber, The potential of unique word in ofdm, Proceedings of the International OFDM-Workshop, Hamburg, Germany, pp , [3] R. Prasad, OFDM for wireless communications systems, ser. Artech House universal personal communications series. Boston: Artech House, [4] R. van Nee and R. Prasad, OFDM for wireless multimedia communications, ser. Artech House universal personal communications library. Boston and London: Artech House, [5] C. Berrou, Codes and turbo codes, ser. IRIS international series. Paris and New York: Springer-Verlag Paris, [6] M. Huemer, C. Hofbauer, and J. B. Huber, Non-systematic complex number rs coded ofdm by unique word prefix, IEEE Transactions on Signal Processing, vol. 60, no. 1, pp , [7] M. Huemer, A. Onic, and C. Hofbauer, Classical and bayesian linear data estimators for unique word ofdm, IEEE Transactions on Signal Processing, vol. 59, no. 12, pp , [8] M. Huemer, C. Hofbauer, A. Onic, and J. B. Huber, Design and analysis of uw-ofdm signals, International Journal of Electronics and Communications (AEÜ), vol. 68, no. 10, pp , 2014.

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

Complex Number RS Coded OFDM with Systematic Noise in the Guard Interval

Complex Number RS Coded OFDM with Systematic Noise in the Guard Interval Complex Number RS Coded OFDM with Systematic Noise in the Guard Interval Mario Huemer, Senior Member, IEEE, Christian Hofbauer, Johannes B. Huber, Fellow, IEEE Klagenfurt University, Institute of Networked

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

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

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

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

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

6. FUNDAMENTALS OF CHANNEL CODER

6. FUNDAMENTALS OF CHANNEL CODER 82 6. FUNDAMENTALS OF CHANNEL CODER 6.1 INTRODUCTION The digital information can be transmitted over the channel using different signaling schemes. The type of the signal scheme chosen mainly depends on

More information

Coded OFDM by Unique Word Prefix

Coded OFDM by Unique Word Prefix Coded OFDM by Unique Word Prefix Christian Hofbauer and Mario Huemer, Senior Member, IEEE, Klagenfurt University Institute of Networked and Embedded Systems Universitaetsstr. 65-67, 92 Klagenfurt chris.hofbauer@uni-klu.ac.at,

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

ENHANCING BER PERFORMANCE FOR OFDM

ENHANCING BER PERFORMANCE FOR OFDM RESEARCH ARTICLE OPEN ACCESS ENHANCING BER PERFORMANCE FOR OFDM Amol G. Bakane, Prof. Shraddha Mohod Electronics Engineering (Communication), TGPCET Nagpur Electronics & Telecommunication Engineering,TGPCET

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

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

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 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

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

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

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

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

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

Revision of Lecture Eleven

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

More information

Performance Evaluation of Error Correcting Techniques for OFDM Systems

Performance Evaluation of Error Correcting Techniques for OFDM Systems Performance Evaluation of Error Correcting Techniques for OFDM Systems Yasir Javed Qazi Email: p060059@gmail.com Safwan Muhammad Email:safwan.mu11@gmail.com Jawad Ahmed Malik Email: reply.jawad@gmail.com

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

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

PERFORMANCE ELEVATION CRITERIA OF RS CODED OFDM TRANSMISSION OVER NOISY CHANNEL

PERFORMANCE ELEVATION CRITERIA OF RS CODED OFDM TRANSMISSION OVER NOISY CHANNEL PERFORMANCE ELEVATION CRITERIA OF RS CODED OFDM TRANSMISSION OVER NOISY CHANNEL Abhishek Katariya, Neha Jain, Amita Yadav Abstract OFDM has recently been applied widely in wireless communication system

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

Comparison of MIMO OFDM System with BPSK and QPSK Modulation

Comparison of MIMO OFDM System with BPSK and QPSK Modulation e t International Journal on Emerging Technologies (Special Issue on NCRIET-2015) 6(2): 188-192(2015) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Comparison of MIMO OFDM System with BPSK

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

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

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

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

Multi-carrier Modulation and OFDM

Multi-carrier Modulation and OFDM 3/28/2 Multi-carrier Modulation and OFDM Prof. Luiz DaSilva dasilval@tcd.ie +353 896-366 Multi-carrier systems: basic idea Typical mobile radio channel is a fading channel that is flat or frequency selective

More information

ERROR CONTROL CODING From Theory to Practice

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

More information

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

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context 4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context Mohamed.Messaoudi 1, Majdi.Benzarti 2, Salem.Hasnaoui 3 Al-Manar University, SYSCOM Laboratory / ENIT, Tunisia 1 messaoudi.jmohamed@gmail.com,

More information

Performance analysis of MISO-OFDM & MIMO-OFDM Systems

Performance analysis of MISO-OFDM & MIMO-OFDM Systems Performance analysis of MISO-OFDM & MIMO-OFDM Systems Kavitha K V N #1, Abhishek Jaiswal *2, Sibaram Khara #3 1-2 School of Electronics Engineering, VIT University Vellore, Tamil Nadu, India 3 Galgotias

More information

Implementation of MIMO-OFDM System Based on MATLAB

Implementation of MIMO-OFDM System Based on MATLAB Implementation of MIMO-OFDM System Based on MATLAB Sushmitha Prabhu 1, Gagandeep Shetty 2, Suraj Chauhan 3, Renuka Kajur 4 1,2,3,4 Department of Electronics and Communication Engineering, PESIT-BSC, Bangalore,

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

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

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

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS GVRangaraj MRRaghavendra KGiridhar Telecommunication and Networking TeNeT) Group Department of Electrical Engineering Indian Institute of Technology

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

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

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

Unique Word Prefix in SC/FDE and OFDM: A Comparison

Unique Word Prefix in SC/FDE and OFDM: A Comparison Unique Word Prefix in SC/FDE and OFDM: A Comparison Mario Huemer, Senior Member, IEEE, and Christian Hofbauer Klagenfurt University Institute of Networked and Embedded Systems Universitaetsstr. 65-67,

More information

Basic idea: divide spectrum into several 528 MHz bands.

Basic idea: divide spectrum into several 528 MHz bands. IEEE 802.15.3a Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Overview of Multi-band OFDM Basic idea: divide spectrum into several

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

EC 551 Telecommunication System Engineering. Mohamed Khedr EC 551 Telecommunication System Engineering Mohamed Khedr http://webmail.aast.edu/~khedr 1 Mohamed Khedr., 2008 Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week

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

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS Puneetha R 1, Dr.S.Akhila 2 1 M. Tech in Digital Communication B M S College Of Engineering Karnataka, India 2 Professor Department of

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

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

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

Broadband OFDM-FDMA System for the Uplink of a Wireless LAN

Broadband OFDM-FDMA System for the Uplink of a Wireless LAN Broadband OFDM-FDMA System for the Uplink of a Wireless LAN Dirk Galda and Hermann Rohling Department of Telecommunications,TU of Hamburg-Harburg Eißendorfer Straße 40, 21073 Hamburg, Germany Elena Costa,

More information

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2.

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2. S-72.4210 PG Course in Radio Communications Orthogonal Frequency Division Multiplexing Yu, Chia-Hao chyu@cc.hut.fi 7.2.2006 Outline OFDM History OFDM Applications OFDM Principles Spectral shaping Synchronization

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

Performance Optimization of Hybrid Combination of LDPC and RS Codes Using Image Transmission System Over Fading Channels

Performance Optimization of Hybrid Combination of LDPC and RS Codes Using Image Transmission System Over Fading Channels European Journal of Scientific Research ISSN 1450-216X Vol.35 No.1 (2009), pp 34-42 EuroJournals Publishing, Inc. 2009 http://www.eurojournals.com/ejsr.htm Performance Optimization of Hybrid Combination

More information

An Improved Detection Technique For Receiver Oriented MIMO-OFDM Systems

An Improved Detection Technique For Receiver Oriented MIMO-OFDM Systems 9th International OFDM-Workshop 2004, Dresden 1 An Improved Detection Technique For Receiver Oriented MIMO-OFDM Systems Hrishikesh Venkataraman 1), Clemens Michalke 2), V.Sinha 1), and G.Fettweis 2) 1)

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Part 3. Multiple Access Methods p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Review of Multiple Access Methods Aim of multiple access To simultaneously support communications between

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

ORTHOGONAL frequency division multiplexing (OFDM)

ORTHOGONAL frequency division multiplexing (OFDM) 144 IEEE TRANSACTIONS ON BROADCASTING, VOL. 51, NO. 1, MARCH 2005 Performance Analysis for OFDM-CDMA With Joint Frequency-Time Spreading Kan Zheng, Student Member, IEEE, Guoyan Zeng, and Wenbo Wang, Member,

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

BER Analysis for MC-CDMA

BER Analysis for MC-CDMA BER Analysis for MC-CDMA Nisha Yadav 1, Vikash Yadav 2 1,2 Institute of Technology and Sciences (Bhiwani), Haryana, India Abstract: As demand for higher data rates is continuously rising, there is always

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

Lecture 13. Introduction to OFDM

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

More information

Orthogonal frequency division multiplexing (OFDM)

Orthogonal frequency division multiplexing (OFDM) Orthogonal frequency division multiplexing (OFDM) OFDM was introduced in 1950 but was only completed in 1960 s Originally grew from Multi-Carrier Modulation used in High Frequency military radio. Patent

More information

SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES

SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES SIMULATIONS OF ERROR CORRECTION CODES FOR DATA COMMUNICATION OVER POWER LINES Michelle Foltran Miranda Eduardo Parente Ribeiro mifoltran@hotmail.com edu@eletrica.ufpr.br Departament of Electrical Engineering,

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

Fundamentals of OFDM Communication Technology

Fundamentals of OFDM Communication Technology Fundamentals of OFDM Communication Technology Fuyun Ling Rev. 1, 04/2013 1 Outline Fundamentals of OFDM An Introduction OFDM System Design Considerations Key OFDM Receiver Functional Blocks Example: LTE

More information

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates?

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates? Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 7: Physical Layer OFDM Peter Steenkiste Carnegie Mellon University RF introduction Modulation and multiplexing Channel capacity Antennas

More information

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading Channels

Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading Channels Wireless Signal Processing & Networking Workshop Advanced Wireless Technologies II @Tohoku University 18 February, 2013 Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading

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

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

2.

2. PERFORMANCE ANALYSIS OF STBC-MIMO OFDM SYSTEM WITH DWT & FFT Shubhangi R Chaudhary 1,Kiran Rohidas Jadhav 2. Department of Electronics and Telecommunication Cummins college of Engineering for Women Pune,

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

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

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

Analysis of Interference & BER with Simulation Concept for MC-CDMA

Analysis of Interference & BER with Simulation Concept for MC-CDMA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. IV (Jul - Aug. 2014), PP 46-51 Analysis of Interference & BER with Simulation

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

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

Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM

Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM 1 Shamili Ch, 2 Subba Rao.P 1 PG Student, SRKR Engineering College, Bhimavaram, INDIA 2 Professor, SRKR Engineering

More information

Department of Electronics and Communication Engineering 1

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

More information

Principles and Experiments of Communications

Principles and Experiments of Communications 1 Principles and Experiments of Communications Weiyao Lin Dept. of Electronic Engineering Shanghai Jiao Tong University Textbook: Chapter 11 Lecture 06: Multicarrier modulation and OFDM Multicarrier Modulation

More information

Spreading Codes and Characteristics. Error Correction Codes

Spreading Codes and Characteristics. Error Correction Codes Spreading Codes and Characteristics and Error Correction Codes Global Navigational Satellite Systems (GNSS-6) Short course, NERTU Prasad Krishnan International Institute of Information Technology, Hyderabad

More information

Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel

Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel ISSN (Online): 2409-4285 www.ijcsse.org Page: 1-7 Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel Lien Pham Hong 1, Quang Nguyen Duc 2, Dung

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

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

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

Improving Channel Estimation in OFDM System Using Time Domain Channel Estimation for Time Correlated Rayleigh Fading Channel Model

Improving Channel Estimation in OFDM System Using Time Domain Channel Estimation for Time Correlated Rayleigh Fading Channel Model International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8 ǁ August 2013 ǁ PP.45-51 Improving Channel Estimation in OFDM System Using Time

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

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Volume 4, Issue 6, June (016) Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Pranil S Mengane D. Y. Patil

More information

A New Data Conjugate ICI Self Cancellation for OFDM System

A New Data Conjugate ICI Self Cancellation for OFDM System A New Data Conjugate ICI Self Cancellation for OFDM System Abhijeet Bishnu Anjana Jain Anurag Shrivastava Department of Electronics and Telecommunication SGSITS Indore-452003 India abhijeet.bishnu87@gmail.com

More information

Frequency-Domain Equalization for SC-FDE in HF Channel

Frequency-Domain Equalization for SC-FDE in HF Channel Frequency-Domain Equalization for SC-FDE in HF Channel Xu He, Qingyun Zhu, and Shaoqian Li Abstract HF channel is a common multipath propagation resulting in frequency selective fading, SC-FDE can better

More information

How to Improve OFDM-like Data Estimation by Using Weighted Overlapping

How to Improve OFDM-like Data Estimation by Using Weighted Overlapping How to Improve OFDM-like Estimation by Using Weighted Overlapping C. Vincent Sinn, Telecommunications Laboratory University of Sydney, Australia, cvsinn@ee.usyd.edu.au Klaus Hueske, Information Processing

More information

Performance Evaluation of Low Density Parity Check codes with Hard and Soft decision Decoding

Performance Evaluation of Low Density Parity Check codes with Hard and Soft decision Decoding Performance Evaluation of Low Density Parity Check codes with Hard and Soft decision Decoding Shalini Bahel, Jasdeep Singh Abstract The Low Density Parity Check (LDPC) codes have received a considerable

More information

Evaluation of BER and PAPR by using Different Modulation Schemes in OFDM System

Evaluation of BER and PAPR by using Different Modulation Schemes in OFDM System International Journal of Computer Networks and Communications Security VOL. 3, NO. 7, JULY 2015, 277 282 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Evaluation

More information

Comb type Pilot arrangement based Channel Estimation for Spatial Multiplexing MIMO-OFDM Systems

Comb type Pilot arrangement based Channel Estimation for Spatial Multiplexing MIMO-OFDM Systems Comb type Pilot arrangement based Channel Estimation for Spatial Multiplexing MIMO-OFDM Systems Mr Umesha G B 1, Dr M N Shanmukha Swamy 2 1Research Scholar, Department of ECE, SJCE, Mysore, Karnataka State,

More information