SlideShare a Scribd company logo
Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14
www.ijera.com 10 | P a g e
Performance Study of RS (255, 239) and RS (255.233) Used
Respectively in DVB-T and NASA
Hajri Abdesslam*, El Habti El Idrissi Anas*, El Abbassi Ahmed**,Habibi
Mohamed*
* Laboratory Of Electrical Engineering And Energy System. Faculty Of Sciences, University Ibn Tofail Kenitra,
Morocco
** Laboratory Of Electronics, Instrumentation And Measurement Physics (EIMP). Faculty Of Sciences And
Techniques Errachidia, University Moulay Ismail Meknes, Morocco
ABSTRACT
The error correction codes have a wide range of applications in digital communication (satellite, wireless) and
digital data storage. This paper presents a comparative study of performance between RS (255, 239) and RS
(255.233) used respectively in the Digital Video Broadcasting – Terrestrial (DVB-T) and National Aeronautics
and Space Administration (NASA). The performances were evaluated by applying modulation scheme in additive
white Gaussian noise (AWGN) channel. Performances of modulation with RS codes are evaluated in bit error
rate (BER) and signal energy -to- noise power density ratio (Eb / No). The analysis is studied with the help of
MATLAB simulator to analyze a communication link with AWGN Channel, and different modulations.
Keywords: Reed-Solomon (RS), Digital Video Broadcasting – Terrestrial (DVB-T), National Aeronautics and
Space Administration (NASA), Additive White Gaussian Noise channel (AWGN), Bit Rate Error (BER).
I. INTRODUCTION
Communication technologies are widely
used nowadays. Given the growing percentage of
people using these technologies, methods are needed
to increase the transmission rate without reducing
the quality [1]. One of these methods is the Reed-
Solomon (RS) codes that are used to correct errors in
many systems like storage devices (CD, DVD,
etc…) and digital video broadcasting (DVB)[2].
In the digital communication system, Reed-
Solomon codes refer to as a part of channel coding
that had to become of great importance to better
withstand the effects of diverse channel impairments
like noise, interference and fading [3].
The use of an error correction coding to
eliminate the need for retransmission of the data is
called forward error correction (FEC) [4].The basic
concept is to systematically add redundancy to
messages at the encoder such that the decoder can
successfully recover the messages from the received
block possibly corrupted by channel noise.
The objective of this work is to make a
Comparative Performance Analysis of Reed-
solomon codes used in DVB-T and NASA using
noise power flow error rate (Eb/Eo) and the
modulation scheme in the channel additive white
Gaussian noise (AWGN).
The rest of the paper is organized as
follows. Section II describes the Reed-solomon
Encoder using and illustrate the decoding
process. Section III
presents results and a performance
comparison study between RS (255, 239) and RS
(255.233) use respectively in the DVB-T and
NASA, using the bit error rate (BER) and low signal
to noise ratio (SNR). Finally, the concluding
remarks are given in Section IV.
II. REED-SOLOMON
2.1 Reed-solomon Encoder
Reed–Solomon codes are an important
group of error-correcting codes systems that were
devised to address the issue of correcting multiple
errors [5]. Those are an important subset of non-
binary cyclic error correcting code and the most
commonly used codes in practice. Reed Solomon
describes a systematic way of building codes that
could detect and correct multiple random symbol
errors [2]. The codes of Reed Solomon are non-
binary BCH (Bose-Chaudhuri-Hocquenghem) codes
belonging to the Galois fields GF (q=24
).
These codes are specified as RS (n, k), with
m bit symbols, where n is the size of code word
length and k is the number data symbols, n – k = 2t
is the number of parity symbols.
This means that the encoder takes k data
symbols of m bits each, appends n – k parity
symbols, and produces a code word of n symbols
(each of m bits).
RESEARCH ARTICLE OPEN ACCESS
Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14
www.ijera.com 11 | P a g e
A Reed-Solomon decoder can correct up to t
symbols that contain errors in a codeword, where
2t = n-k, as shown in "fig.1"[6], where m is the
number of bits in symbol.
n=2m
-1=k+2t. (1)
The minimum distance of a code Reed –
Solomon determined by the following "equation 2".
dmin=2t+1. (2)
Fig.1: Structure of a Reed-Solomon code word
The following steps do the coding process: [7]
 The polynomial Message
The message that needs to be encoded in
one block consists of k information symbols. It can
be represented as an information polynomial, M(x),
of degree k-1:
m x = mk−1xk−1
+ mk−2xk−2
+ ⋯ + m1 + m0
(3)
 Forming The Codeword
The process of encoding the message
represented in "equation 3". consists of multiplying
the information polynomial, m(x), by xn-k
and then
dividing the result by the code generator polynomial,
g(x), Produce a quotient q (x) and a remainder r (x),
where r (x) is of degree n-k.
𝑚(𝑥)×𝑥 𝑛−𝑘
𝑔(𝑥)
= 𝑞 𝑥 +
𝑟 𝑥
𝑔 𝑥
(4)
g (x) is the generator polynomial of degree 2t, as:
𝑔 𝑥 = (x − αi
)i=2t
i=1 (5)
𝑔 𝑥 = 𝑥 − 𝛼1
𝑥 − 𝛼2
… . . 𝑥 − 𝛼2𝑡
(6)
where α is a primitive element in GF(2m
).[8]
The codeword to be transmitted T (x) can be
formed by combining m (x) and r (x):
𝑇 𝑥 = 𝑚(𝑥) × 𝑥 𝑛−𝑘
+ 𝑟(𝑥) (7)
 Physical realization of RS encoder [9]
It is found that make the realization of a RS
encoder requires two operators:
 Shifting operation
 Division operation
Both operations can be performed grace
shifts registers and multiplexers. "Fig.2" shows the
general diagram of the RS encoder.
Fig.2: Scheme of a Reed-Solomon encoder
2.2 Reed-solomon Decoder
The Reed-Solomon decoding is an
operation, which is used to detect and correct errors,
produced by the transmission channels [6].T(x) and
R (x) represent respectively transmitted codeword
polynomial and received codeword polynomial [10].
The transmitted code word polynomial can
be corrupted by channel noise during transmission
consequently, the received code word can bewrite as
R x = Rn−1xn−1
+ Rn−2xn−2
+ ⋯ + R1 + R0
R(x) = T x + E(x) , Where E (x) the error
polynomial.
The Reed-Solomon decoding usually follows
the following stages in the decoding cycle [11]:
a. Syndrome Calculation.
b. Determine error-location polynomial.
b. Solving the error locator polynomial.
d. Calculating the error Magnitude.
e. Error Correction
a) Syndrome calculation
The first step in decoding the received
symbol is to identify the data syndrome. The
generator polynomial divides the input symbols
received. The remainder must be zero. The parity is
placed in the codeword to ensure that code is exactly
divisible by the generator polynomial. If there is a
remainder in the division, then there are errors. The
remainder called the syndrome.
b) Determination of error-locator polynomial
After counting the syndrome polynomial,
next step is to calculate the error values and their
respective locations in code. This stage involves the
solution of the 2t syndrome polynomials from the
previous stage. These polynomials have v unknown
terms, where v is the number of unknown errors
prior to decoding.
Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14
www.ijera.com 12 | P a g e
c) Solving the error locator polynomial:
Once the ability to determine the error
locations and values of a polynomial error, the next
step is to evaluate the polynomial error and get the
roots. The roots that obtained will now point to error
location in the received message. RS decoding
generally implements the Chien search algorithm to
implement the same.
d) Calculate error value
Once the errors are located, the next step is
to use the syndromes and the error polynomial roots
to derive the error values. Forney’s Algorithm is
used for this purpose. It’s an efficient way of
performing a matrix inversion, and it involves two
main stages.
e) Error correction
If the error symbol has any set bit, it means that
the corresponding bit in the received symbol is
having an error, and must be inverted. To automate
this correction process each of the received symbols
is read again, and at the each error location the
received symbols are XORed with the error symbols.
Thus the decoder corrects any errors as the received
word is being read out from it.
Fig.3: different steps of a Reed-Solomon decoder.[12]
III. PERFERMANCE STUDY AND
SIMULATION RESULTS
The advantage of using Reed-Solomon
code is that The Coding rate is very high for Reed-
Solomon code so it is suitable for many applications
including storage and transmission. As for the
decoded the advantage of using Reed-Solomon
codes is that the probability of an error remaining in
the decoded data is (usually) much lower than the
probability of an error if Reed-Solomon is not used.
This is often described as coding gain .
3.1 Perfermance of RS (255, 239) in DVB-T
To analyze the performance using the bit
error rate term (BER) as shown in "fig.4", two codes
are presented in this "fig.4" RS (15, 11) and RS
(255, 239). The channel and the modulation type are
respectively AWGN and PSK where the order of
modulation is equal to 2.
Fig.4: comparison of Performance of RS (15, 11)
and RS (255, 239) .
"Fig.4" shows the performance of two codes:
RS (15, 11) and RS (255, 239). 15 is one of length,
and 255 is the other length. Clearly shows in the
diagram when the signal power increases the error
rate decreases, as the signal rises above the noise
table level present in the channel. It is observed that
the coding gain is 1.1 dB for a BER = 10-5
when the
0 2 4 6 8 10 12 14 16 18
10
-8
10
-7
10
-6
10
-5
10
-4
10
-3
10
-2
10
-1
10
0
Eb
/N0
(dB)
BER
RS(255,239)
RS(15,11)
Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14
www.ijera.com 13 | P a g e
length of the code word changes from 15 to 255.
However, when the code word length increases, the
complexity of calculating and implementation
increases too.
3.2 Performance of RS (255.233) in NASA
To analyze the performance using the bit error
rate term (BER) as shown in "fig.5", two codes are
presented: RS (15, 11) and RS (255, 233). The
channel and the modulation type are respectively
AWGN and PSK where the order of modulation is
equal to 2.
Fig.5:comparison of Performance of RS (15, 11) and
RS (255, 233).
"Fig.5" shows the performance of two
codes: RS (15, 11) and RS (255, 233). One of length
15, and the other of length 255. Clearly as shown, by
the diagrams as the signal power increases the error
rate decreases, as the signal rises above the noise
table level present in the channel. It is observed that
the coding gain is 0.8 dB for a BER = 10-5
when the
length of the code word changes from 15 to 255.
However, when the code word length increases, the
complexity of calculating and implementation
increases too.
3.3 Comparative of performance between RS
(255, 239) and RS (255.233)
To analyze the performance using the bit
error rate term (BER) as shown in "fig.6", two codes
are presented: RS (255, 239) and RS (255, 233. The
channel and the modulation type are respectively
AWGN and PSK where the order of modulation is
equal to 2.
The "fig.6" shows the performance of two
codes: RS (255, 239) and RS (255, 233). One of
number data symbols 239, and the other of number
data symbols 233. Clearly as shown by the diagrams
as the signal power increases the error rate
decreases, as the signal rises above the noise table
level present in the channel. It is observed that the
coding gain is 0.36 dB for a BER = 10-5
when the
number data symbols of the code word changes from
233 to 239. However, when the code word length
increases, the complexity of calculating and
implementation increases too.
Fig.6:comparison of Performance of RS (255, 239)
and RS (255, 233)
IV. CONCLUSION
Through this article, we present deep and
clear understanding of the encoder and decoder of
Reed-Solomon code, so we making them simpler
and easier to understanding and implementing by
using DVB-T and NASA. This study addressed the
performance of Reed-Solomon code in terms of bit
error rate (BER) and the noise power density ratio of
the signal energy (Eb / No).
ACKNOWLEDGEMENTS
This work was supported by the Laboratory
of Electrical Engineering and Energy System,
Faculty of Science, University Ibn Tofail
Kenitra,Morocco.
REFERENCES
[1]. R. HUYNH, G. Ning, and H. YANG, A
Low Power Error Detection in the
Syndrome Calculator Block for Reed-
Solomon Codes: RS (204,188), Tsinghua
Science & Technology, 14( 4) , 2009, 474-
477.
[2]. P. SHRIVASTAVA, and UP. SINGH,
Error detection and correction using reed-
solomon codes, International Journal of
Advanced Research in Computer Science
and Software Engineering, 3( 8), 2013,965-
969.
[3]. D. Subhashree ,VHDL implementation of
reed-solomon coding, National Institute of
Technology Rourkela, 2011.
[4]. H. LEE, High-speed VLSI architecture for
parallel Reed-Solomon decoder, IEEE
0 2 4 6 8 10 12 14 16 18
10
-8
10
-7
10
-6
10
-5
10
-4
10
-3
10
-2
10
-1
10
0
Eb
/N0
(dB)
BER
RS(255,233)
RS(15,11)
0 2 4 6 8 10 12 14 16
10
-8
10
-7
10
-6
10
-5
10
-4
10
-3
10
-2
10
-1
10
0
Eb
/N0
(dB)BER
RS(255,239)
RS(255,233)
Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14
www.ijera.com 14 | P a g e
transactions on very large scale integration
(VLSI) systems, 11(2), 2003,288-294.
[5]. S.Sudhakaran, and P. Ramesh, Design and
Imlementation of Reed Solomon (16,8)
Decoder, International Journal of Current
and Engineering Technology, 3(8),
2013,1990-1993.
[6]. C.K.P. Clarke, Reed-Solomon error
correction, BBC Research and
Development British Broadcasting
Corporation, WHP 031, 2002.
[7]. H. LEE, A high-speed low-complexity
Reed-Solomon decoder for optical
communications, IEEE Transactions on
Circuits and Systems II: Express Briefs,
52(8), 2005, 461-465.
[8]. L. Borkar. Harshada, and V. N. Bhonge
,Review: Design And Implementation Of
Reed Solomon Encoder And Decoder,
SSRG International Journal of Electronics
and Communication Engineering (SSRG-
IJECE) ,2(1) , 2015,,29-33.
[9]. Reed-Solomon (RS) Coding Overview,
VOCAL Technologies, Ltd., Rev. 2.28n,
2010.
[10]. G.Lakshmi Priya, and A.Raghuram , VLSI
Implementation of Low -Complexity Reed
Solomon Decoder , International Journal of
Engineering and Technical Research
(IJETR) 3(11), 2015, 2454-4698.
[11]. V .J. BABREKAR, S. V. SAKHARE,
Review of FPGA Implementation of Reed-
Solomon Encoder-Decoder, International
Journal of Computer Applications, 87(8),
2014,16-19.
[12]. S. LIN, and D. J. COSTELLO, Error
control coding 2nd edition. 2004.

More Related Content

What's hot

Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction
Eapen Vpp
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
TELKOMNIKA JOURNAL
 
D I G I T A L C O M M U N I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  C O M M U N I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  C O M M U N I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L C O M M U N I C A T I O N S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Performance analysis of transmission of 5 users based on model b using gf (5)...
Performance analysis of transmission of 5 users based on model b using gf (5)...Performance analysis of transmission of 5 users based on model b using gf (5)...
Performance analysis of transmission of 5 users based on model b using gf (5)...
csandit
 
LDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check MatrixLDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check Matrix
Kavi
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
Bhagwat Singh Rathore
 
Reed solomon codes
Reed solomon codesReed solomon codes
Reed solomon codes
Samreen Reyaz Ansari
 
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
RSIS International
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
IJMER
 
02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight
Devanshi Piprottar
 
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16eAnalysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
IJERD Editor
 
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
cscpconf
 
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
IRJET Journal
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
IJECEIAES
 
Watermarking of JPEG2000 Compressed Images with Improved Encryption
Watermarking of JPEG2000 Compressed Images with Improved EncryptionWatermarking of JPEG2000 Compressed Images with Improved Encryption
Watermarking of JPEG2000 Compressed Images with Improved Encryption
Editor IJCATR
 
Er24902905
Er24902905Er24902905
Er24902905
IJERA Editor
 

What's hot (19)

Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
 
D I G I T A L C O M M U N I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  C O M M U N I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  C O M M U N I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L C O M M U N I C A T I O N S J N T U M O D E L P A P E R{Www
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Performance analysis of transmission of 5 users based on model b using gf (5)...
Performance analysis of transmission of 5 users based on model b using gf (5)...Performance analysis of transmission of 5 users based on model b using gf (5)...
Performance analysis of transmission of 5 users based on model b using gf (5)...
 
LDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check MatrixLDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check Matrix
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
 
Reed solomon codes
Reed solomon codesReed solomon codes
Reed solomon codes
 
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
 
02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight
 
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16eAnalysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
 
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
MODIFIED GOLDEN CODES FOR IMPROVED ERROR RATES THROUGH LOW COMPLEX SPHERE DEC...
 
Turbo code
Turbo codeTurbo code
Turbo code
 
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
IRJET- A Survey on Encode-Compare and Decode-Compare Architecture for Tag Mat...
 
Thesis_Presentation
Thesis_PresentationThesis_Presentation
Thesis_Presentation
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Watermarking of JPEG2000 Compressed Images with Improved Encryption
Watermarking of JPEG2000 Compressed Images with Improved EncryptionWatermarking of JPEG2000 Compressed Images with Improved Encryption
Watermarking of JPEG2000 Compressed Images with Improved Encryption
 
Er24902905
Er24902905Er24902905
Er24902905
 

Viewers also liked

1 ambiguidade (d) efeito
1 ambiguidade (d) efeito1 ambiguidade (d) efeito
1 ambiguidade (d) efeito
veronica antunes
 
Unidades y medidas r
Unidades y medidas rUnidades y medidas r
Unidades y medidas rJohanna13
 
Design and Materials Selection: analysis of similar sanitary pads for daily use
Design and Materials Selection: analysis of similar sanitary pads for daily useDesign and Materials Selection: analysis of similar sanitary pads for daily use
Design and Materials Selection: analysis of similar sanitary pads for daily use
IJERA Editor
 
Clinical evaluation and the latest 2016 guideline
Clinical evaluation and the latest 2016 guidelineClinical evaluation and the latest 2016 guideline
Clinical evaluation and the latest 2016 guideline
GRCTS
 
Simple plan arturo canto rebora
Simple plan arturo canto reboraSimple plan arturo canto rebora
Simple plan arturo canto rebora
Arturo Canto Rebora
 
Cuadros Antonio lópez
Cuadros Antonio lópezCuadros Antonio lópez
Cuadros Antonio lópezPilar D
 
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
IJERA Editor
 
A deficiência de ferro custa caro
A deficiência de ferro custa caroA deficiência de ferro custa caro
A deficiência de ferro custa caro
MediTec Group AB FerroCare Division
 
Presentación Modelo
Presentación ModeloPresentación Modelo
Presentación Modelo
Ana_Rosa
 
Theory of Everything (ToE)
Theory of Everything (ToE)Theory of Everything (ToE)
Theory of Everything (ToE)
IJERA Editor
 
Fase planificacion.slide tecnoline
Fase planificacion.slide tecnolineFase planificacion.slide tecnoline
Fase planificacion.slide tecnolineAna_Rosa
 
Miryan Erazo Duque
Miryan Erazo DuqueMiryan Erazo Duque
Miryan Erazo Duque
gatitamily
 
Logo development
Logo developmentLogo development
Logo development
freyavincent
 
2016 ITRC DATA BREACH SUMMARY 11152016
2016 ITRC DATA BREACH SUMMARY 111520162016 ITRC DATA BREACH SUMMARY 11152016
2016 ITRC DATA BREACH SUMMARY 11152016
CRUZ CERDA
 
Kullu manali tour package
Kullu manali tour packageKullu manali tour package
Kullu manali tour package
kings holidays
 
Determining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
Determining Regional Shortening of the Taurus Foreland FoldsNorthern IraqDetermining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
Determining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
IJERA Editor
 
Моніторинг діяльності бібліотек Тернопільської області
Моніторинг діяльності бібліотек Тернопільської області Моніторинг діяльності бібліотек Тернопільської області
Моніторинг діяльності бібліотек Тернопільської області
Тернопільська обласна універсальна наукова бібліотека
 
سمنار صناعة الأفكار المبتكرة
سمنار صناعة الأفكار المبتكرةسمنار صناعة الأفكار المبتكرة
سمنار صناعة الأفكار المبتكرة
Ahmed Rasjas
 
HQ e Humor Gráfico na Sala de Aula
HQ e Humor Gráfico na Sala de AulaHQ e Humor Gráfico na Sala de Aula
HQ e Humor Gráfico na Sala de Aula
Efeitohq
 

Viewers also liked (20)

1 ambiguidade (d) efeito
1 ambiguidade (d) efeito1 ambiguidade (d) efeito
1 ambiguidade (d) efeito
 
Unidades y medidas r
Unidades y medidas rUnidades y medidas r
Unidades y medidas r
 
Design and Materials Selection: analysis of similar sanitary pads for daily use
Design and Materials Selection: analysis of similar sanitary pads for daily useDesign and Materials Selection: analysis of similar sanitary pads for daily use
Design and Materials Selection: analysis of similar sanitary pads for daily use
 
Clinical evaluation and the latest 2016 guideline
Clinical evaluation and the latest 2016 guidelineClinical evaluation and the latest 2016 guideline
Clinical evaluation and the latest 2016 guideline
 
Simple plan arturo canto rebora
Simple plan arturo canto reboraSimple plan arturo canto rebora
Simple plan arturo canto rebora
 
Cuadros Antonio lópez
Cuadros Antonio lópezCuadros Antonio lópez
Cuadros Antonio lópez
 
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
Validation of Passive Microwave Remotely Sensed Soil Moisture (Amsr-E) Produc...
 
A deficiência de ferro custa caro
A deficiência de ferro custa caroA deficiência de ferro custa caro
A deficiência de ferro custa caro
 
Presentación Modelo
Presentación ModeloPresentación Modelo
Presentación Modelo
 
Theory of Everything (ToE)
Theory of Everything (ToE)Theory of Everything (ToE)
Theory of Everything (ToE)
 
Nature_Curley_17516
Nature_Curley_17516Nature_Curley_17516
Nature_Curley_17516
 
Fase planificacion.slide tecnoline
Fase planificacion.slide tecnolineFase planificacion.slide tecnoline
Fase planificacion.slide tecnoline
 
Miryan Erazo Duque
Miryan Erazo DuqueMiryan Erazo Duque
Miryan Erazo Duque
 
Logo development
Logo developmentLogo development
Logo development
 
2016 ITRC DATA BREACH SUMMARY 11152016
2016 ITRC DATA BREACH SUMMARY 111520162016 ITRC DATA BREACH SUMMARY 11152016
2016 ITRC DATA BREACH SUMMARY 11152016
 
Kullu manali tour package
Kullu manali tour packageKullu manali tour package
Kullu manali tour package
 
Determining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
Determining Regional Shortening of the Taurus Foreland FoldsNorthern IraqDetermining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
Determining Regional Shortening of the Taurus Foreland FoldsNorthern Iraq
 
Моніторинг діяльності бібліотек Тернопільської області
Моніторинг діяльності бібліотек Тернопільської області Моніторинг діяльності бібліотек Тернопільської області
Моніторинг діяльності бібліотек Тернопільської області
 
سمنار صناعة الأفكار المبتكرة
سمنار صناعة الأفكار المبتكرةسمنار صناعة الأفكار المبتكرة
سمنار صناعة الأفكار المبتكرة
 
HQ e Humor Gráfico na Sala de Aula
HQ e Humor Gráfico na Sala de AulaHQ e Humor Gráfico na Sala de Aula
HQ e Humor Gráfico na Sala de Aula
 

Similar to Performance Study of RS (255, 239) and RS (255.233) Used Respectively in DVB-T and NASA

Performance Comparision of Coded and Un-Coded OFDM for Different Fic Code
Performance Comparision of Coded and Un-Coded OFDM for Different Fic CodePerformance Comparision of Coded and Un-Coded OFDM for Different Fic Code
Performance Comparision of Coded and Un-Coded OFDM for Different Fic Code
IJERA Editor
 
Analysis of Error Correcting Code Algorithms used in WiMax Communications
Analysis of Error Correcting Code Algorithms used in WiMax CommunicationsAnalysis of Error Correcting Code Algorithms used in WiMax Communications
Analysis of Error Correcting Code Algorithms used in WiMax CommunicationsWilliam Chipman
 
Reed solomon code
Reed solomon codeReed solomon code
Reed solomon code
Melaku Bayih Demessie
 
Implementation of reed solomon codes basics
Implementation of reed solomon codes basicsImplementation of reed solomon codes basics
Implementation of reed solomon codes basics
Ram Singh Yadav
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
IJERA Editor
 
Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space Mission
IJERA Editor
 
Reed_Solomon_Implementation
Reed_Solomon_ImplementationReed_Solomon_Implementation
Reed_Solomon_Implementationramya c b
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoder
ijsrd.com
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
ijceronline
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
IJERA Editor
 
Belief Propagation Decoder for LDPC Codes Based on VLSI Implementation
Belief Propagation Decoder for LDPC Codes Based on VLSI ImplementationBelief Propagation Decoder for LDPC Codes Based on VLSI Implementation
Belief Propagation Decoder for LDPC Codes Based on VLSI Implementation
inventionjournals
 
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital MemoriesAn Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
IJERA Editor
 
Performance Analysis of GDFT with Non Linear Phase on Real Time System
Performance Analysis of GDFT with Non Linear Phase on Real Time SystemPerformance Analysis of GDFT with Non Linear Phase on Real Time System
Performance Analysis of GDFT with Non Linear Phase on Real Time System
International Journal of Engineering Inventions www.ijeijournal.com
 
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
IRJET Journal
 
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
VLSICS Design
 
srivastava2018.pdf
srivastava2018.pdfsrivastava2018.pdf
srivastava2018.pdf
sumanta kundu
 
Performance analysis of new binary orthogonal codes for ds cdma communicat
Performance analysis of new binary orthogonal codes for ds cdma communicatPerformance analysis of new binary orthogonal codes for ds cdma communicat
Performance analysis of new binary orthogonal codes for ds cdma communicatIAEME Publication
 
E42032732
E42032732E42032732
E42032732
IJERA Editor
 

Similar to Performance Study of RS (255, 239) and RS (255.233) Used Respectively in DVB-T and NASA (20)

Performance Comparision of Coded and Un-Coded OFDM for Different Fic Code
Performance Comparision of Coded and Un-Coded OFDM for Different Fic CodePerformance Comparision of Coded and Un-Coded OFDM for Different Fic Code
Performance Comparision of Coded and Un-Coded OFDM for Different Fic Code
 
Analysis of Error Correcting Code Algorithms used in WiMax Communications
Analysis of Error Correcting Code Algorithms used in WiMax CommunicationsAnalysis of Error Correcting Code Algorithms used in WiMax Communications
Analysis of Error Correcting Code Algorithms used in WiMax Communications
 
Reed solomon code
Reed solomon codeReed solomon code
Reed solomon code
 
Implementation of reed solomon codes basics
Implementation of reed solomon codes basicsImplementation of reed solomon codes basics
Implementation of reed solomon codes basics
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space Mission
 
Reed_Solomon_Implementation
Reed_Solomon_ImplementationReed_Solomon_Implementation
Reed_Solomon_Implementation
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoder
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
 
Belief Propagation Decoder for LDPC Codes Based on VLSI Implementation
Belief Propagation Decoder for LDPC Codes Based on VLSI ImplementationBelief Propagation Decoder for LDPC Codes Based on VLSI Implementation
Belief Propagation Decoder for LDPC Codes Based on VLSI Implementation
 
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital MemoriesAn Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
 
Performance Analysis of GDFT with Non Linear Phase on Real Time System
Performance Analysis of GDFT with Non Linear Phase on Real Time SystemPerformance Analysis of GDFT with Non Linear Phase on Real Time System
Performance Analysis of GDFT with Non Linear Phase on Real Time System
 
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
Review paper on Reed Solomon (204,188) Decoder for Digital Video Broadcasting...
 
K0216571
K0216571K0216571
K0216571
 
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
 
Ijetcas14 378
Ijetcas14 378Ijetcas14 378
Ijetcas14 378
 
srivastava2018.pdf
srivastava2018.pdfsrivastava2018.pdf
srivastava2018.pdf
 
Performance analysis of new binary orthogonal codes for ds cdma communicat
Performance analysis of new binary orthogonal codes for ds cdma communicatPerformance analysis of new binary orthogonal codes for ds cdma communicat
Performance analysis of new binary orthogonal codes for ds cdma communicat
 
E42032732
E42032732E42032732
E42032732
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 

Performance Study of RS (255, 239) and RS (255.233) Used Respectively in DVB-T and NASA

  • 1. Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14 www.ijera.com 10 | P a g e Performance Study of RS (255, 239) and RS (255.233) Used Respectively in DVB-T and NASA Hajri Abdesslam*, El Habti El Idrissi Anas*, El Abbassi Ahmed**,Habibi Mohamed* * Laboratory Of Electrical Engineering And Energy System. Faculty Of Sciences, University Ibn Tofail Kenitra, Morocco ** Laboratory Of Electronics, Instrumentation And Measurement Physics (EIMP). Faculty Of Sciences And Techniques Errachidia, University Moulay Ismail Meknes, Morocco ABSTRACT The error correction codes have a wide range of applications in digital communication (satellite, wireless) and digital data storage. This paper presents a comparative study of performance between RS (255, 239) and RS (255.233) used respectively in the Digital Video Broadcasting – Terrestrial (DVB-T) and National Aeronautics and Space Administration (NASA). The performances were evaluated by applying modulation scheme in additive white Gaussian noise (AWGN) channel. Performances of modulation with RS codes are evaluated in bit error rate (BER) and signal energy -to- noise power density ratio (Eb / No). The analysis is studied with the help of MATLAB simulator to analyze a communication link with AWGN Channel, and different modulations. Keywords: Reed-Solomon (RS), Digital Video Broadcasting – Terrestrial (DVB-T), National Aeronautics and Space Administration (NASA), Additive White Gaussian Noise channel (AWGN), Bit Rate Error (BER). I. INTRODUCTION Communication technologies are widely used nowadays. Given the growing percentage of people using these technologies, methods are needed to increase the transmission rate without reducing the quality [1]. One of these methods is the Reed- Solomon (RS) codes that are used to correct errors in many systems like storage devices (CD, DVD, etc…) and digital video broadcasting (DVB)[2]. In the digital communication system, Reed- Solomon codes refer to as a part of channel coding that had to become of great importance to better withstand the effects of diverse channel impairments like noise, interference and fading [3]. The use of an error correction coding to eliminate the need for retransmission of the data is called forward error correction (FEC) [4].The basic concept is to systematically add redundancy to messages at the encoder such that the decoder can successfully recover the messages from the received block possibly corrupted by channel noise. The objective of this work is to make a Comparative Performance Analysis of Reed- solomon codes used in DVB-T and NASA using noise power flow error rate (Eb/Eo) and the modulation scheme in the channel additive white Gaussian noise (AWGN). The rest of the paper is organized as follows. Section II describes the Reed-solomon Encoder using and illustrate the decoding process. Section III presents results and a performance comparison study between RS (255, 239) and RS (255.233) use respectively in the DVB-T and NASA, using the bit error rate (BER) and low signal to noise ratio (SNR). Finally, the concluding remarks are given in Section IV. II. REED-SOLOMON 2.1 Reed-solomon Encoder Reed–Solomon codes are an important group of error-correcting codes systems that were devised to address the issue of correcting multiple errors [5]. Those are an important subset of non- binary cyclic error correcting code and the most commonly used codes in practice. Reed Solomon describes a systematic way of building codes that could detect and correct multiple random symbol errors [2]. The codes of Reed Solomon are non- binary BCH (Bose-Chaudhuri-Hocquenghem) codes belonging to the Galois fields GF (q=24 ). These codes are specified as RS (n, k), with m bit symbols, where n is the size of code word length and k is the number data symbols, n – k = 2t is the number of parity symbols. This means that the encoder takes k data symbols of m bits each, appends n – k parity symbols, and produces a code word of n symbols (each of m bits). RESEARCH ARTICLE OPEN ACCESS
  • 2. Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14 www.ijera.com 11 | P a g e A Reed-Solomon decoder can correct up to t symbols that contain errors in a codeword, where 2t = n-k, as shown in "fig.1"[6], where m is the number of bits in symbol. n=2m -1=k+2t. (1) The minimum distance of a code Reed – Solomon determined by the following "equation 2". dmin=2t+1. (2) Fig.1: Structure of a Reed-Solomon code word The following steps do the coding process: [7]  The polynomial Message The message that needs to be encoded in one block consists of k information symbols. It can be represented as an information polynomial, M(x), of degree k-1: m x = mk−1xk−1 + mk−2xk−2 + ⋯ + m1 + m0 (3)  Forming The Codeword The process of encoding the message represented in "equation 3". consists of multiplying the information polynomial, m(x), by xn-k and then dividing the result by the code generator polynomial, g(x), Produce a quotient q (x) and a remainder r (x), where r (x) is of degree n-k. 𝑚(𝑥)×𝑥 𝑛−𝑘 𝑔(𝑥) = 𝑞 𝑥 + 𝑟 𝑥 𝑔 𝑥 (4) g (x) is the generator polynomial of degree 2t, as: 𝑔 𝑥 = (x − αi )i=2t i=1 (5) 𝑔 𝑥 = 𝑥 − 𝛼1 𝑥 − 𝛼2 … . . 𝑥 − 𝛼2𝑡 (6) where α is a primitive element in GF(2m ).[8] The codeword to be transmitted T (x) can be formed by combining m (x) and r (x): 𝑇 𝑥 = 𝑚(𝑥) × 𝑥 𝑛−𝑘 + 𝑟(𝑥) (7)  Physical realization of RS encoder [9] It is found that make the realization of a RS encoder requires two operators:  Shifting operation  Division operation Both operations can be performed grace shifts registers and multiplexers. "Fig.2" shows the general diagram of the RS encoder. Fig.2: Scheme of a Reed-Solomon encoder 2.2 Reed-solomon Decoder The Reed-Solomon decoding is an operation, which is used to detect and correct errors, produced by the transmission channels [6].T(x) and R (x) represent respectively transmitted codeword polynomial and received codeword polynomial [10]. The transmitted code word polynomial can be corrupted by channel noise during transmission consequently, the received code word can bewrite as R x = Rn−1xn−1 + Rn−2xn−2 + ⋯ + R1 + R0 R(x) = T x + E(x) , Where E (x) the error polynomial. The Reed-Solomon decoding usually follows the following stages in the decoding cycle [11]: a. Syndrome Calculation. b. Determine error-location polynomial. b. Solving the error locator polynomial. d. Calculating the error Magnitude. e. Error Correction a) Syndrome calculation The first step in decoding the received symbol is to identify the data syndrome. The generator polynomial divides the input symbols received. The remainder must be zero. The parity is placed in the codeword to ensure that code is exactly divisible by the generator polynomial. If there is a remainder in the division, then there are errors. The remainder called the syndrome. b) Determination of error-locator polynomial After counting the syndrome polynomial, next step is to calculate the error values and their respective locations in code. This stage involves the solution of the 2t syndrome polynomials from the previous stage. These polynomials have v unknown terms, where v is the number of unknown errors prior to decoding.
  • 3. Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14 www.ijera.com 12 | P a g e c) Solving the error locator polynomial: Once the ability to determine the error locations and values of a polynomial error, the next step is to evaluate the polynomial error and get the roots. The roots that obtained will now point to error location in the received message. RS decoding generally implements the Chien search algorithm to implement the same. d) Calculate error value Once the errors are located, the next step is to use the syndromes and the error polynomial roots to derive the error values. Forney’s Algorithm is used for this purpose. It’s an efficient way of performing a matrix inversion, and it involves two main stages. e) Error correction If the error symbol has any set bit, it means that the corresponding bit in the received symbol is having an error, and must be inverted. To automate this correction process each of the received symbols is read again, and at the each error location the received symbols are XORed with the error symbols. Thus the decoder corrects any errors as the received word is being read out from it. Fig.3: different steps of a Reed-Solomon decoder.[12] III. PERFERMANCE STUDY AND SIMULATION RESULTS The advantage of using Reed-Solomon code is that The Coding rate is very high for Reed- Solomon code so it is suitable for many applications including storage and transmission. As for the decoded the advantage of using Reed-Solomon codes is that the probability of an error remaining in the decoded data is (usually) much lower than the probability of an error if Reed-Solomon is not used. This is often described as coding gain . 3.1 Perfermance of RS (255, 239) in DVB-T To analyze the performance using the bit error rate term (BER) as shown in "fig.4", two codes are presented in this "fig.4" RS (15, 11) and RS (255, 239). The channel and the modulation type are respectively AWGN and PSK where the order of modulation is equal to 2. Fig.4: comparison of Performance of RS (15, 11) and RS (255, 239) . "Fig.4" shows the performance of two codes: RS (15, 11) and RS (255, 239). 15 is one of length, and 255 is the other length. Clearly shows in the diagram when the signal power increases the error rate decreases, as the signal rises above the noise table level present in the channel. It is observed that the coding gain is 1.1 dB for a BER = 10-5 when the 0 2 4 6 8 10 12 14 16 18 10 -8 10 -7 10 -6 10 -5 10 -4 10 -3 10 -2 10 -1 10 0 Eb /N0 (dB) BER RS(255,239) RS(15,11)
  • 4. Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14 www.ijera.com 13 | P a g e length of the code word changes from 15 to 255. However, when the code word length increases, the complexity of calculating and implementation increases too. 3.2 Performance of RS (255.233) in NASA To analyze the performance using the bit error rate term (BER) as shown in "fig.5", two codes are presented: RS (15, 11) and RS (255, 233). The channel and the modulation type are respectively AWGN and PSK where the order of modulation is equal to 2. Fig.5:comparison of Performance of RS (15, 11) and RS (255, 233). "Fig.5" shows the performance of two codes: RS (15, 11) and RS (255, 233). One of length 15, and the other of length 255. Clearly as shown, by the diagrams as the signal power increases the error rate decreases, as the signal rises above the noise table level present in the channel. It is observed that the coding gain is 0.8 dB for a BER = 10-5 when the length of the code word changes from 15 to 255. However, when the code word length increases, the complexity of calculating and implementation increases too. 3.3 Comparative of performance between RS (255, 239) and RS (255.233) To analyze the performance using the bit error rate term (BER) as shown in "fig.6", two codes are presented: RS (255, 239) and RS (255, 233. The channel and the modulation type are respectively AWGN and PSK where the order of modulation is equal to 2. The "fig.6" shows the performance of two codes: RS (255, 239) and RS (255, 233). One of number data symbols 239, and the other of number data symbols 233. Clearly as shown by the diagrams as the signal power increases the error rate decreases, as the signal rises above the noise table level present in the channel. It is observed that the coding gain is 0.36 dB for a BER = 10-5 when the number data symbols of the code word changes from 233 to 239. However, when the code word length increases, the complexity of calculating and implementation increases too. Fig.6:comparison of Performance of RS (255, 239) and RS (255, 233) IV. CONCLUSION Through this article, we present deep and clear understanding of the encoder and decoder of Reed-Solomon code, so we making them simpler and easier to understanding and implementing by using DVB-T and NASA. This study addressed the performance of Reed-Solomon code in terms of bit error rate (BER) and the noise power density ratio of the signal energy (Eb / No). ACKNOWLEDGEMENTS This work was supported by the Laboratory of Electrical Engineering and Energy System, Faculty of Science, University Ibn Tofail Kenitra,Morocco. REFERENCES [1]. R. HUYNH, G. Ning, and H. YANG, A Low Power Error Detection in the Syndrome Calculator Block for Reed- Solomon Codes: RS (204,188), Tsinghua Science & Technology, 14( 4) , 2009, 474- 477. [2]. P. SHRIVASTAVA, and UP. SINGH, Error detection and correction using reed- solomon codes, International Journal of Advanced Research in Computer Science and Software Engineering, 3( 8), 2013,965- 969. [3]. D. Subhashree ,VHDL implementation of reed-solomon coding, National Institute of Technology Rourkela, 2011. [4]. H. LEE, High-speed VLSI architecture for parallel Reed-Solomon decoder, IEEE 0 2 4 6 8 10 12 14 16 18 10 -8 10 -7 10 -6 10 -5 10 -4 10 -3 10 -2 10 -1 10 0 Eb /N0 (dB) BER RS(255,233) RS(15,11) 0 2 4 6 8 10 12 14 16 10 -8 10 -7 10 -6 10 -5 10 -4 10 -3 10 -2 10 -1 10 0 Eb /N0 (dB)BER RS(255,239) RS(255,233)
  • 5. Hajri Abdesslam.et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 11, ( Part -2) November 2016, pp.10-14 www.ijera.com 14 | P a g e transactions on very large scale integration (VLSI) systems, 11(2), 2003,288-294. [5]. S.Sudhakaran, and P. Ramesh, Design and Imlementation of Reed Solomon (16,8) Decoder, International Journal of Current and Engineering Technology, 3(8), 2013,1990-1993. [6]. C.K.P. Clarke, Reed-Solomon error correction, BBC Research and Development British Broadcasting Corporation, WHP 031, 2002. [7]. H. LEE, A high-speed low-complexity Reed-Solomon decoder for optical communications, IEEE Transactions on Circuits and Systems II: Express Briefs, 52(8), 2005, 461-465. [8]. L. Borkar. Harshada, and V. N. Bhonge ,Review: Design And Implementation Of Reed Solomon Encoder And Decoder, SSRG International Journal of Electronics and Communication Engineering (SSRG- IJECE) ,2(1) , 2015,,29-33. [9]. Reed-Solomon (RS) Coding Overview, VOCAL Technologies, Ltd., Rev. 2.28n, 2010. [10]. G.Lakshmi Priya, and A.Raghuram , VLSI Implementation of Low -Complexity Reed Solomon Decoder , International Journal of Engineering and Technical Research (IJETR) 3(11), 2015, 2454-4698. [11]. V .J. BABREKAR, S. V. SAKHARE, Review of FPGA Implementation of Reed- Solomon Encoder-Decoder, International Journal of Computer Applications, 87(8), 2014,16-19. [12]. S. LIN, and D. J. COSTELLO, Error control coding 2nd edition. 2004.