SlideShare a Scribd company logo
1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103
www.ijera.com 99 | P a g e
Fault Tolerant Parallel Filters Based On Bch Codes
K.Mohana Krishna1
, Mrs.A.Maria Jossy2
1
Student, M-TECH(VLSI Design) SRM UniversityChennai, India
2
Assistant Professor (O.G), Department of Electronics and Communication SRM University Chennai, India
Abstract
Digital filters are used in signal processing and communication systems. In some cases, the reliability of those
systems is critical, and fault tolerant filter implementations are needed. Over the years, many techniques that
exploit the filters’ structure and properties to achieve fault tolerance have been proposed. As technology scales,
it enables more complex systems that incorporate many filters. In those complex systems, it is common that
some of the filters operate in parallel, for example, by applying the same filter to different input signals.
Recently, a simple technique that exploits the presence of parallel filters to achieve multiple fault tolerance has
been presented. In this brief, that idea is generalized to show that parallel filters can be protected using Bose–
Chaudhuri–Hocquenghem codes (BCH) in which each filter is the equivalent of a bit in a traditional ECC. This
new scheme allows more efficient protection when the number of parallel filters is large.
Keywords: Bose-Chaudhuri-Hocquenghem(BCH), filters, fault tolerance
I. INTRODUCTION
Finite impulse response (FIR) digital filters are
common components in many digital signal
processing (DSP) systems . Throughout the years,
with the increasingly development in very large scale
integration (VLSI) technology, the real time
realization of FIR filter with less hardware
requirement and less latency has become more and
more important. Because the complexity of
implementation grows with the length of filter,
several algorithms have been made to develop
effective architectures for realization of FIR filters in
application specific integrated circuits (ASIC) and
field programmable gate arrays (FPGA) platforms
and one of them is error robust design. The main
portion of error tolerant -based FIR computation is
parity blocks that stores the pre-computed values and
can be read out easily, which makes FIR computation
well suited for FPGA realization, because the
memory is the basic components of FPGA.
Moreover, this technology represents a number
of attractive features such as simplicity, regularity
and modularity of architecture. Also, the error
detection technique can be designed to meet various
speed requirements, for example, it can be designed
for high-speed implementation where all bits of one
word are processed per clock, it can also be designed
for medium-speed implementation where several bits
of one word (not all bits) are processed per clock. In
recent years, fault tolerant-based FIR filter has
gained substantial popularity as a primary DSP
operation and are rapidly replacing classic analog
filters.
II. PARALLEL FILTERS
In any FIR filter convolution is carried out by
y[n] = ∑ x[n − l] · h [l].
Where x[n] is the input signal, y[n] is the output,
and h[l] is the impulse response of the filter [7].
When the response h[l] is nonzero, only for a finite
number of samples, the filter is known as a FIR filter,
otherwise the filter is an infinite impulse response
(IIR) filter. There are several structures to implement
both FIR and IIR filters.
The data and parity check bits are stored and can
be recovered later even if there is an error in one of
the bits. This is done by recomputing the parity
check bits and comparing the results with the values
stored.
Figure1. fault tolerant FIR filter based on hamming
code
RESEARCH ARTICLE OPEN ACCESS
1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103
www.ijera.com 100 | P a g e
III. ERROR CORRECTION
Convolution codes are important because they
are commonly used both as channel coding technique
and as building blocks in other techniques as turbo
codes and LDPC codes. Turbo code is a forward
error correction code class and was the first practical
code to perform near channel capacity.
For each of n input bits to the encoder the output
is m bits where m ≥ n ((m,n) code) and the code ratio
is R = n/m, generally a lower code ratio R (more
redundancy) increases the error correction/detection
possibility A parity check matrix H with dimensions
(m − n) × m is then used to check if the incoming
codeword is valid
Using the well known (7,4) Hamming code as an
example we have the generator matrix
And the parity check matrix
A tanner graph can be generated using the parity
check matrix H of a code, where the nodes to the left
correspond to codeword bits and the right nodes
corresponds to check equations. E.g. the first row in
the (7,4) Hamming code corresponds to check node,
the check equation is
z1[n] = y1[n] + y2[n] + y3[n]
z2[n] = y1[n] + y2[n] + y4[n]
z3[n] = y1[n] + y3[n] + y4[n].
For example, an error on filter y1 will cause
errors on the checks of z1, z2, and z3. Similarly, errors
on the other filters will cause errors on a different
group of zi. Therefore, as with the traditional ECCs,
the error can be located and corrected.
For the filters, correction is achieved by
reconstructing the erroneous outputs using the rest of
the data and check outputs. For example, when an
error on y1 is detected, it can be corrected by making
yc1 [n] = z1 [n] − y2 [n] − y3 [n]
IV. PROPOSED SCHEME
The block codes are implemented as (n, k) codes
where n indicates the codeword and the k defines the
original information bits. Therefore, the number of
redundant bits need to be added in to the original
message bits are given as (n – k). The block codes
are fixed channel codes. The BCH codes and the
Reed Solomon codes are the subset of the block
codes. Choose n, k, t values
n- Block length
k- Message bit
t- Error correcting code
n = 15
k = 7
t = 2
The block length of the BCH code, constructed
over GF (2m
) is given by n = 2m – 1
. BCH codes are
cyclic codes, and the degree r of the generator
polynomial of a (n, k) is given by (n-k). So, the
information bits length of the BCH codes is given by
k = 2m
– 1- r. In a Block codes the Codeword is a
combination of an information bits and parity bits.
The information bits are those bits which carries
the message while parity bits provide security and
ensure that the codeword has a correct structure
required for the block codes. Encoder generates the
parity bits as well as concatenates them to the
information bits. For k – information bits and r-
parity bits the generated codeword n will be the sum
of information bits and parity bits, given as n= k + r.
In this work we carried out (15, 7) BCH encoder
based FIR parity generation and its equivalent
decoder is designed.
The generator polynomial of the code is
specified in terms of its roots over the Galois field
GF (2m
). Let α be a primitive element in GF (2m
).The
generator polynomial g(x) of the code is the lowest
degree polynomial over GF (2). Let mi(x) be the
minimum polynomials of αi then generator
polynomial G(x) can be computed
G(x) = LCM [m1(x), m3(x), …., m2t(x)]
In this work n=15, k=7 and t=2 is considered.
Hence the generator Polynomial with,α1, α2,... α4 as
the roots is obtained by multiplying the following
minimal polynomials:
m1(x) = 1+x +x4
m3(x) =1+x+x2
+x3
+x4
Substituting m1(x) and m3(x) in the equation
generator polynomial is obtained.
G(x) = LCM {m1(x), m3(x)}
G(x) = {(1+x +x4
) (1+x+x2
+x3
+x4
)}
G(x) =1+x4
+x6
+x7
+x8
1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103
www.ijera.com 101 | P a g e
Fig.2 Block diagram of (15,7) BCH Encoder
The parity equations are
X8 = (X1 + X3 + X5 + X6 + X7)
X9 = (X2 + X2 + X3 + X5 + X6)
X10 = (X3 + X7 + X3 + X6 + X5)
X11 = (X4 + X7 + X6 + X3 + X5)
X12 = (X5 + X6 + X1 + X2 + X3)
X13 = (X6 + X5 + X7 + X1 + X2)
X14 = (X7 + X4 + X6 + X7 + X1)
X15 = (X1 + X3 + X5 + X6 + X7)
Error will be corrected by regenerating faulty
FIR blocks from parity blocks which are pre-
computed.
For example consider parity1 and parity2 equations
PARITY1 = (X1 + X3 + X5 + X6 + X7)
PARITY5 = (X5 + X6 + X1 + X2 + X3)
If we compare this results with FIR block
outputs if first one mismatched & second one
matched X7(7th
FIR block) will be error block.
Faulty 7th
block can be regenerated by
subtracting all other results from PARITY1 block.
(X1 + X3 + X5 + X6 + X7)- X1 –X3- X5-X6
= X7(corrected 7th
block)
Fig.3.Proposed scheme for FIR filter based on BCH
code.
V. SIMULATION RESULTS
The proposed system is simulated using
MODELSIM- ALTERA 6.4A and functionality of
each filter is verified. Synthesis was carried out using
QUARTUS-II.
Fig.4 Simulation Results of FIR Filters
1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103
www.ijera.com 102 | P a g e
Fig.5 Simulation Results of Parity FIR Filters
Fig.6 Simulation Results of Fault Occured FIR Filters
Fig.7 Simulation Results of Fault Occurred FIR
Filters after Error Correction
Error
Correction
Type
Filter
Order
(taps used)
Area
Utilization
(LE’S used)
Power
Dissipation
(mW)
Frequency
(MHZ)
BCH
CODE
5-tap 1367 77.35 127.24
TABLE I ALTERA cyclone III FPGA (EP3C16F484C6)
Quartus II Synthesis Result
VI. CONCLUSION
This brief has presented a new scheme to
protect parallel filters that are commonly found in
modern signal processing circuits. The approach is
based on applying ECCs to the parallel filters outputs
to detect and correct errors. The scheme can be used
for parallel filters that have the same response and
process different input signals. The technique
provides larger benefits when the number of parallel
filters is large.
The proposed architecture can be easily used to
implement high order FIR filters e.g. 20-tap with
different coefficients wordlength without suffering
from large architecture reconstruction and with low
hardware complexity needed for the design. The
proposed scheme can also be applied to the IIR
filters. The future work is to perform a VLSI
1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103
www.ijera.com 103 | P a g e
implementation of pulse shaping FIR filter for ultra
wideband communications.
REFERENCES
[1] Fault Tolerant Parallel Filters Based on
Error Correction Codes, 1063-8210 © 2014
IEEE.
[2] Fpga implementation of (15,7) bch encoder
and decoder
for text message,Volume: 02 Issue: 09 |
Sep-2013, .IJRET
[3] S.Yu, E.E. Swartzlander, DCT
implementation with distributed arithmetic,
IEEE Transactions on Computers 50 (9)
(2001) 985–991.
[4] Hanho Lee, Gerald E. Sobelman, FPGA-
based digit-serial CSD FIR filter for image
signal format conversion, Microelectronics
Journal 33 (5–6) (2002) 501–508.
[5] Valeria Garofalo, Fixed-width multipliers
for the implementation of efficient digital
FIR filters, Microelectronics Journal 39 (12)
(2008) 1491–1498.
[6] Lei Zhang, Tadeusz Kwasniewski, FIR filter
optimization using bit-edge equalization in
high-speed backplane data transmission,
Microelectronics Journal 40 (10) (2009)
1449–1457.
[7] M. A. M. Eshtawie and M. Othman, On-line
DA-LUT architecture for high-speed high-
order digital FIR filters, in: Proceedings of
the IEEE International Conference on
Communication Systems (ICCS),
Singapore, November. 2006,
[8] J.P.Choi, S.-C.Shin, and J.-G. Chung,
Efficient ROM size reduction for distributed
arithmetic, in: Proceedings of the IEEE
International Symposium Circuits Systems
(ISCAS), May 2000, pp. 61–64.

More Related Content

What's hot

simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decoding
Gulafshan Saifi
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
ijsrd.com
 
A new Algorithm to construct LDPC codes with large stopping sets
A new Algorithm to construct LDPC codes with large stopping setsA new Algorithm to construct LDPC codes with large stopping sets
A new Algorithm to construct LDPC codes with large stopping sets
Nestor Barraza
 
Module 4 Arithmetic Coding
Module 4 Arithmetic CodingModule 4 Arithmetic Coding
Module 4 Arithmetic Codinganithabalaprabhu
 
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
Enrique Monzo Solves
 
Digital Signal Processinf (DSP) Course Outline
Digital Signal Processinf (DSP) Course OutlineDigital Signal Processinf (DSP) Course Outline
Digital Signal Processinf (DSP) Course Outline
Mohammad Sohai Khan Niazi
 
Turbo codes
Turbo codesTurbo codes
Turbo codes
RAVINDRA GAIKWAD
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
Bhagwat Singh Rathore
 
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
 
J010325764
J010325764J010325764
J010325764
IOSR Journals
 
The performance of turbo codes for wireless communication systems
The performance of turbo codes for wireless communication systemsThe performance of turbo codes for wireless communication systems
The performance of turbo codes for wireless communication systemschakravarthy Gopi
 
SDR channelizer by sooraj
SDR channelizer by soorajSDR channelizer by sooraj
SDR channelizer by soorajsooraj yadav
 
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
 
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
 
Error Control coding
Error Control codingError Control coding
Error Control coding
Dr Naim R Kidwai
 
Code optimisation presnted
Code optimisation presntedCode optimisation presnted
Code optimisation presnted
bhavanatmithun
 

What's hot (19)

Research Paper
Research PaperResearch Paper
Research Paper
 
simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decoding
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
 
A new Algorithm to construct LDPC codes with large stopping sets
A new Algorithm to construct LDPC codes with large stopping setsA new Algorithm to construct LDPC codes with large stopping sets
A new Algorithm to construct LDPC codes with large stopping sets
 
Module 4 Arithmetic Coding
Module 4 Arithmetic CodingModule 4 Arithmetic Coding
Module 4 Arithmetic Coding
 
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
High Speed Decoding of Non-Binary Irregular LDPC Codes Using GPUs (Paper)
 
Digital Signal Processinf (DSP) Course Outline
Digital Signal Processinf (DSP) Course OutlineDigital Signal Processinf (DSP) Course Outline
Digital Signal Processinf (DSP) Course Outline
 
Turbo codes
Turbo codesTurbo codes
Turbo codes
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
 
Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction Quasi Cyclic LDPC codes - Algebraic Construction
Quasi Cyclic LDPC codes - Algebraic Construction
 
J010325764
J010325764J010325764
J010325764
 
The performance of turbo codes for wireless communication systems
The performance of turbo codes for wireless communication systemsThe performance of turbo codes for wireless communication systems
The performance of turbo codes for wireless communication systems
 
SDR channelizer by sooraj
SDR channelizer by soorajSDR channelizer by sooraj
SDR channelizer by sooraj
 
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)
 
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
 
Error Control coding
Error Control codingError Control coding
Error Control coding
 
Code optimisation presnted
Code optimisation presntedCode optimisation presnted
Code optimisation presnted
 
Turbo code
Turbo codeTurbo code
Turbo code
 
1570285065
15702850651570285065
1570285065
 

Viewers also liked

Arabic letters for Children
Arabic letters for ChildrenArabic letters for Children
Arabic letters for Children
Mohamed Hussain
 
Programe International Student Assessment (PISA)
Programe International Student Assessment (PISA)Programe International Student Assessment (PISA)
Programe International Student Assessment (PISA)
Farah Waheeda
 
Bullying guide
Bullying guide Bullying guide
Bullying guide
parentbook
 
Relaz torbidita arpal 2015 dragaggi porto spezia
Relaz torbidita arpal 2015 dragaggi porto speziaRelaz torbidita arpal 2015 dragaggi porto spezia
Relaz torbidita arpal 2015 dragaggi porto speziaMarco Grondacci
 
Application of Paper Waste in Cement Concrete
Application of Paper Waste in Cement ConcreteApplication of Paper Waste in Cement Concrete
Application of Paper Waste in Cement Concrete
IJERA Editor
 
Mistakes_Expungement_March 20_2016
Mistakes_Expungement_March 20_2016Mistakes_Expungement_March 20_2016
Mistakes_Expungement_March 20_2016Carole Renninger
 
Evento PIM - Novità QGis 2.8: database e mappe online / webgis
Evento PIM - Novità QGis 2.8: database e mappe online / webgisEvento PIM - Novità QGis 2.8: database e mappe online / webgis
Evento PIM - Novità QGis 2.8: database e mappe online / webgis
City Planner
 
dan palmer
dan palmerdan palmer
dan palmer
Dan Palmer
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
Brent Heard
 
дневник Crazy lingvista
дневник Crazy lingvistaдневник Crazy lingvista
дневник Crazy lingvista
Julie271
 
Giao an hoat dong huong nghiep 12
Giao an hoat dong huong nghiep 12Giao an hoat dong huong nghiep 12
Giao an hoat dong huong nghiep 12Hoa Phượng
 
Disadvantages of China Sourcing
Disadvantages of China SourcingDisadvantages of China Sourcing
Disadvantages of China Sourcing
John William
 
แปลMultiple intelligences and vocabulary recall in young learners
แปลMultiple intelligences and vocabulary recall in young learnersแปลMultiple intelligences and vocabulary recall in young learners
แปลMultiple intelligences and vocabulary recall in young learners
Poom Chaichanasuwat
 
Amihan o garcia presentation
Amihan o garcia   presentationAmihan o garcia   presentation
Amihan o garcia presentationamihangarcia
 
bảng giá thiết kế phim quảng cáo nhanh nhất
bảng giá thiết kế phim quảng cáo nhanh nhấtbảng giá thiết kế phim quảng cáo nhanh nhất
bảng giá thiết kế phim quảng cáo nhanh nhấtkathyrn339
 
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch manالفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
Sidi Mohamed
 
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
Accumulo Summit
 

Viewers also liked (20)

COL letter of rec
COL letter of recCOL letter of rec
COL letter of rec
 
Arabic letters for Children
Arabic letters for ChildrenArabic letters for Children
Arabic letters for Children
 
Programe International Student Assessment (PISA)
Programe International Student Assessment (PISA)Programe International Student Assessment (PISA)
Programe International Student Assessment (PISA)
 
Bullying guide
Bullying guide Bullying guide
Bullying guide
 
Relaz torbidita arpal 2015 dragaggi porto spezia
Relaz torbidita arpal 2015 dragaggi porto speziaRelaz torbidita arpal 2015 dragaggi porto spezia
Relaz torbidita arpal 2015 dragaggi porto spezia
 
Silent auction sign
Silent auction signSilent auction sign
Silent auction sign
 
Application of Paper Waste in Cement Concrete
Application of Paper Waste in Cement ConcreteApplication of Paper Waste in Cement Concrete
Application of Paper Waste in Cement Concrete
 
Mistakes_Expungement_March 20_2016
Mistakes_Expungement_March 20_2016Mistakes_Expungement_March 20_2016
Mistakes_Expungement_March 20_2016
 
Evento PIM - Novità QGis 2.8: database e mappe online / webgis
Evento PIM - Novità QGis 2.8: database e mappe online / webgisEvento PIM - Novità QGis 2.8: database e mappe online / webgis
Evento PIM - Novità QGis 2.8: database e mappe online / webgis
 
dan palmer
dan palmerdan palmer
dan palmer
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
 
дневник Crazy lingvista
дневник Crazy lingvistaдневник Crazy lingvista
дневник Crazy lingvista
 
Giao an hoat dong huong nghiep 12
Giao an hoat dong huong nghiep 12Giao an hoat dong huong nghiep 12
Giao an hoat dong huong nghiep 12
 
Disadvantages of China Sourcing
Disadvantages of China SourcingDisadvantages of China Sourcing
Disadvantages of China Sourcing
 
แปลMultiple intelligences and vocabulary recall in young learners
แปลMultiple intelligences and vocabulary recall in young learnersแปลMultiple intelligences and vocabulary recall in young learners
แปลMultiple intelligences and vocabulary recall in young learners
 
Amihan o garcia presentation
Amihan o garcia   presentationAmihan o garcia   presentation
Amihan o garcia presentation
 
bảng giá thiết kế phim quảng cáo nhanh nhất
bảng giá thiết kế phim quảng cáo nhanh nhấtbảng giá thiết kế phim quảng cáo nhanh nhất
bảng giá thiết kế phim quảng cáo nhanh nhất
 
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch manالفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
الفصل الثالث من مانجا الرجل دو اللكمة الواحدة - one punch man
 
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
Accumulo Summit 2015: Zookeeper, Accumulo, and You [Internals]
 
4.4
4.44.4
4.4
 

Similar to Fault Tolerant Parallel Filters Based On Bch Codes

FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
International Journal of Engineering Inventions www.ijeijournal.com
 
Memory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR FiltersMemory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR Filters
Dr.SHANTHI K.G
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined Radio
IJECEIAES
 
Error Correction for Parallel FIR Filters Using Hamming Codes
Error Correction for Parallel FIR Filters Using Hamming CodesError Correction for Parallel FIR Filters Using Hamming Codes
Error Correction for Parallel FIR Filters Using Hamming Codes
ijcisjournal
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTABHISHEK DABRAL
 
Titan X Research Paper
Titan X Research PaperTitan X Research Paper
Titan X Research Paper
Jennifer Wood
 
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
iosrjce
 
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
 
Methodology of Implementing the Pulse code techniques for Distributed Optical...
Methodology of Implementing the Pulse code techniques for Distributed Optical...Methodology of Implementing the Pulse code techniques for Distributed Optical...
Methodology of Implementing the Pulse code techniques for Distributed Optical...
Editor IJCATR
 
Digital Watermarking Applications and Techniques: A Brief Review
Digital Watermarking Applications and Techniques: A Brief ReviewDigital Watermarking Applications and Techniques: A Brief Review
Digital Watermarking Applications and Techniques: A Brief Review
Editor IJCATR
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
IJERA Editor
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
IJECEIAES
 
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
IOSR Journals
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
VLSICS Design
 
Ga3510571061
Ga3510571061Ga3510571061
Ga3510571061
IJERA Editor
 
Hamming net based Low Complexity Successive Cancellation Polar Decoder
Hamming net based Low Complexity Successive Cancellation Polar DecoderHamming net based Low Complexity Successive Cancellation Polar Decoder
Hamming net based Low Complexity Successive Cancellation Polar Decoder
RSIS International
 
T04504121126
T04504121126T04504121126
T04504121126
IJERA Editor
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
VLSICS Design
 
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
 
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
 

Similar to Fault Tolerant Parallel Filters Based On Bch Codes (20)

FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
Memory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR FiltersMemory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR Filters
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined Radio
 
Error Correction for Parallel FIR Filters Using Hamming Codes
Error Correction for Parallel FIR Filters Using Hamming CodesError Correction for Parallel FIR Filters Using Hamming Codes
Error Correction for Parallel FIR Filters Using Hamming Codes
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORT
 
Titan X Research Paper
Titan X Research PaperTitan X Research Paper
Titan X Research Paper
 
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
Highly Reliable Parallel Filter Design Based On Reduced Precision Error Corre...
 
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)
 
Methodology of Implementing the Pulse code techniques for Distributed Optical...
Methodology of Implementing the Pulse code techniques for Distributed Optical...Methodology of Implementing the Pulse code techniques for Distributed Optical...
Methodology of Implementing the Pulse code techniques for Distributed Optical...
 
Digital Watermarking Applications and Techniques: A Brief Review
Digital Watermarking Applications and Techniques: A Brief ReviewDigital Watermarking Applications and Techniques: A Brief Review
Digital Watermarking Applications and Techniques: A Brief Review
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
 
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
Design and Implementation of Encoder for (15, k) Binary BCH Code Using VHDL a...
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
 
Ga3510571061
Ga3510571061Ga3510571061
Ga3510571061
 
Hamming net based Low Complexity Successive Cancellation Polar Decoder
Hamming net based Low Complexity Successive Cancellation Polar DecoderHamming net based Low Complexity Successive Cancellation Polar Decoder
Hamming net based Low Complexity Successive Cancellation Polar Decoder
 
T04504121126
T04504121126T04504121126
T04504121126
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
 
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
 
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)
 

Recently uploaded

Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
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
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
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
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
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
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 

Recently uploaded (20)

Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
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...
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
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
 
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)
 
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
 
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
 
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
 
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
 
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
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
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
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
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.
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 

Fault Tolerant Parallel Filters Based On Bch Codes

  • 1. 1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103 www.ijera.com 99 | P a g e Fault Tolerant Parallel Filters Based On Bch Codes K.Mohana Krishna1 , Mrs.A.Maria Jossy2 1 Student, M-TECH(VLSI Design) SRM UniversityChennai, India 2 Assistant Professor (O.G), Department of Electronics and Communication SRM University Chennai, India Abstract Digital filters are used in signal processing and communication systems. In some cases, the reliability of those systems is critical, and fault tolerant filter implementations are needed. Over the years, many techniques that exploit the filters’ structure and properties to achieve fault tolerance have been proposed. As technology scales, it enables more complex systems that incorporate many filters. In those complex systems, it is common that some of the filters operate in parallel, for example, by applying the same filter to different input signals. Recently, a simple technique that exploits the presence of parallel filters to achieve multiple fault tolerance has been presented. In this brief, that idea is generalized to show that parallel filters can be protected using Bose– Chaudhuri–Hocquenghem codes (BCH) in which each filter is the equivalent of a bit in a traditional ECC. This new scheme allows more efficient protection when the number of parallel filters is large. Keywords: Bose-Chaudhuri-Hocquenghem(BCH), filters, fault tolerance I. INTRODUCTION Finite impulse response (FIR) digital filters are common components in many digital signal processing (DSP) systems . Throughout the years, with the increasingly development in very large scale integration (VLSI) technology, the real time realization of FIR filter with less hardware requirement and less latency has become more and more important. Because the complexity of implementation grows with the length of filter, several algorithms have been made to develop effective architectures for realization of FIR filters in application specific integrated circuits (ASIC) and field programmable gate arrays (FPGA) platforms and one of them is error robust design. The main portion of error tolerant -based FIR computation is parity blocks that stores the pre-computed values and can be read out easily, which makes FIR computation well suited for FPGA realization, because the memory is the basic components of FPGA. Moreover, this technology represents a number of attractive features such as simplicity, regularity and modularity of architecture. Also, the error detection technique can be designed to meet various speed requirements, for example, it can be designed for high-speed implementation where all bits of one word are processed per clock, it can also be designed for medium-speed implementation where several bits of one word (not all bits) are processed per clock. In recent years, fault tolerant-based FIR filter has gained substantial popularity as a primary DSP operation and are rapidly replacing classic analog filters. II. PARALLEL FILTERS In any FIR filter convolution is carried out by y[n] = ∑ x[n − l] · h [l]. Where x[n] is the input signal, y[n] is the output, and h[l] is the impulse response of the filter [7]. When the response h[l] is nonzero, only for a finite number of samples, the filter is known as a FIR filter, otherwise the filter is an infinite impulse response (IIR) filter. There are several structures to implement both FIR and IIR filters. The data and parity check bits are stored and can be recovered later even if there is an error in one of the bits. This is done by recomputing the parity check bits and comparing the results with the values stored. Figure1. fault tolerant FIR filter based on hamming code RESEARCH ARTICLE OPEN ACCESS
  • 2. 1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103 www.ijera.com 100 | P a g e III. ERROR CORRECTION Convolution codes are important because they are commonly used both as channel coding technique and as building blocks in other techniques as turbo codes and LDPC codes. Turbo code is a forward error correction code class and was the first practical code to perform near channel capacity. For each of n input bits to the encoder the output is m bits where m ≥ n ((m,n) code) and the code ratio is R = n/m, generally a lower code ratio R (more redundancy) increases the error correction/detection possibility A parity check matrix H with dimensions (m − n) × m is then used to check if the incoming codeword is valid Using the well known (7,4) Hamming code as an example we have the generator matrix And the parity check matrix A tanner graph can be generated using the parity check matrix H of a code, where the nodes to the left correspond to codeword bits and the right nodes corresponds to check equations. E.g. the first row in the (7,4) Hamming code corresponds to check node, the check equation is z1[n] = y1[n] + y2[n] + y3[n] z2[n] = y1[n] + y2[n] + y4[n] z3[n] = y1[n] + y3[n] + y4[n]. For example, an error on filter y1 will cause errors on the checks of z1, z2, and z3. Similarly, errors on the other filters will cause errors on a different group of zi. Therefore, as with the traditional ECCs, the error can be located and corrected. For the filters, correction is achieved by reconstructing the erroneous outputs using the rest of the data and check outputs. For example, when an error on y1 is detected, it can be corrected by making yc1 [n] = z1 [n] − y2 [n] − y3 [n] IV. PROPOSED SCHEME The block codes are implemented as (n, k) codes where n indicates the codeword and the k defines the original information bits. Therefore, the number of redundant bits need to be added in to the original message bits are given as (n – k). The block codes are fixed channel codes. The BCH codes and the Reed Solomon codes are the subset of the block codes. Choose n, k, t values n- Block length k- Message bit t- Error correcting code n = 15 k = 7 t = 2 The block length of the BCH code, constructed over GF (2m ) is given by n = 2m – 1 . BCH codes are cyclic codes, and the degree r of the generator polynomial of a (n, k) is given by (n-k). So, the information bits length of the BCH codes is given by k = 2m – 1- r. In a Block codes the Codeword is a combination of an information bits and parity bits. The information bits are those bits which carries the message while parity bits provide security and ensure that the codeword has a correct structure required for the block codes. Encoder generates the parity bits as well as concatenates them to the information bits. For k – information bits and r- parity bits the generated codeword n will be the sum of information bits and parity bits, given as n= k + r. In this work we carried out (15, 7) BCH encoder based FIR parity generation and its equivalent decoder is designed. The generator polynomial of the code is specified in terms of its roots over the Galois field GF (2m ). Let α be a primitive element in GF (2m ).The generator polynomial g(x) of the code is the lowest degree polynomial over GF (2). Let mi(x) be the minimum polynomials of αi then generator polynomial G(x) can be computed G(x) = LCM [m1(x), m3(x), …., m2t(x)] In this work n=15, k=7 and t=2 is considered. Hence the generator Polynomial with,α1, α2,... α4 as the roots is obtained by multiplying the following minimal polynomials: m1(x) = 1+x +x4 m3(x) =1+x+x2 +x3 +x4 Substituting m1(x) and m3(x) in the equation generator polynomial is obtained. G(x) = LCM {m1(x), m3(x)} G(x) = {(1+x +x4 ) (1+x+x2 +x3 +x4 )} G(x) =1+x4 +x6 +x7 +x8
  • 3. 1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103 www.ijera.com 101 | P a g e Fig.2 Block diagram of (15,7) BCH Encoder The parity equations are X8 = (X1 + X3 + X5 + X6 + X7) X9 = (X2 + X2 + X3 + X5 + X6) X10 = (X3 + X7 + X3 + X6 + X5) X11 = (X4 + X7 + X6 + X3 + X5) X12 = (X5 + X6 + X1 + X2 + X3) X13 = (X6 + X5 + X7 + X1 + X2) X14 = (X7 + X4 + X6 + X7 + X1) X15 = (X1 + X3 + X5 + X6 + X7) Error will be corrected by regenerating faulty FIR blocks from parity blocks which are pre- computed. For example consider parity1 and parity2 equations PARITY1 = (X1 + X3 + X5 + X6 + X7) PARITY5 = (X5 + X6 + X1 + X2 + X3) If we compare this results with FIR block outputs if first one mismatched & second one matched X7(7th FIR block) will be error block. Faulty 7th block can be regenerated by subtracting all other results from PARITY1 block. (X1 + X3 + X5 + X6 + X7)- X1 –X3- X5-X6 = X7(corrected 7th block) Fig.3.Proposed scheme for FIR filter based on BCH code. V. SIMULATION RESULTS The proposed system is simulated using MODELSIM- ALTERA 6.4A and functionality of each filter is verified. Synthesis was carried out using QUARTUS-II. Fig.4 Simulation Results of FIR Filters
  • 4. 1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103 www.ijera.com 102 | P a g e Fig.5 Simulation Results of Parity FIR Filters Fig.6 Simulation Results of Fault Occured FIR Filters Fig.7 Simulation Results of Fault Occurred FIR Filters after Error Correction Error Correction Type Filter Order (taps used) Area Utilization (LE’S used) Power Dissipation (mW) Frequency (MHZ) BCH CODE 5-tap 1367 77.35 127.24 TABLE I ALTERA cyclone III FPGA (EP3C16F484C6) Quartus II Synthesis Result VI. CONCLUSION This brief has presented a new scheme to protect parallel filters that are commonly found in modern signal processing circuits. The approach is based on applying ECCs to the parallel filters outputs to detect and correct errors. The scheme can be used for parallel filters that have the same response and process different input signals. The technique provides larger benefits when the number of parallel filters is large. The proposed architecture can be easily used to implement high order FIR filters e.g. 20-tap with different coefficients wordlength without suffering from large architecture reconstruction and with low hardware complexity needed for the design. The proposed scheme can also be applied to the IIR filters. The future work is to perform a VLSI
  • 5. 1K.Mohana Krishna Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -7) April 2015, pp.99-103 www.ijera.com 103 | P a g e implementation of pulse shaping FIR filter for ultra wideband communications. REFERENCES [1] Fault Tolerant Parallel Filters Based on Error Correction Codes, 1063-8210 © 2014 IEEE. [2] Fpga implementation of (15,7) bch encoder and decoder for text message,Volume: 02 Issue: 09 | Sep-2013, .IJRET [3] S.Yu, E.E. Swartzlander, DCT implementation with distributed arithmetic, IEEE Transactions on Computers 50 (9) (2001) 985–991. [4] Hanho Lee, Gerald E. Sobelman, FPGA- based digit-serial CSD FIR filter for image signal format conversion, Microelectronics Journal 33 (5–6) (2002) 501–508. [5] Valeria Garofalo, Fixed-width multipliers for the implementation of efficient digital FIR filters, Microelectronics Journal 39 (12) (2008) 1491–1498. [6] Lei Zhang, Tadeusz Kwasniewski, FIR filter optimization using bit-edge equalization in high-speed backplane data transmission, Microelectronics Journal 40 (10) (2009) 1449–1457. [7] M. A. M. Eshtawie and M. Othman, On-line DA-LUT architecture for high-speed high- order digital FIR filters, in: Proceedings of the IEEE International Conference on Communication Systems (ICCS), Singapore, November. 2006, [8] J.P.Choi, S.-C.Shin, and J.-G. Chung, Efficient ROM size reduction for distributed arithmetic, in: Proceedings of the IEEE International Symposium Circuits Systems (ISCAS), May 2000, pp. 61–64.