SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1350
Wireless Transmission of Data using LDPC Codes based on
Raspberry Pi
S.K.Aneesh Kumar1, Bhargav.T.S2, Asha.N3, Arun Kumar.K4, Ambar Bajpai5
1,2,3,4B.E student, Dept. of Electronics & Communication, Atria Institute of Technology, Karnataka, India
5Associate Professor, Dept. of Electronics & Communication, Atria Institute of Technology, Karnataka, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This paper deals with the encodinganddecoding
of data using LDPC coding technique in a Raspberry Pi 3-B
module. By utilizing two Raspberry Pi 3-B module, one for
transmitter and another for receiver. Both the modulescanbe
connected to each other using a same Wi-Fi network, by using
the inbuilt WLAN 802.11b feature present in the module. The
data is entered to the transmitter module (Tx) and it is
encoded using LDPC coding technique, then encoded data is
transmitted to the receiver module (Rx) by using the inbuilt
WLAN 802.11b. After receiving theencodeddataatthe receive
module (Rx), it is decoded using soft decision decodingorhard
decision decoding, finallythe originalmessageisobtained. The
bit-error rate is calculated and displayed on an LCD. LDPC
coding technique is chosen since it has been proven to provide
better performance than turbo codes or hamming codes or
other coding techniques. LDPC codes have also been proven
theoretically, it can reach the Shannon-Limit. Some of its
major applications are IEEE standard 802.11, CMMB(China
Multimedia Mobile Broadcast), DVB-S2(Digital Video
Broadcast), 10 Gigabit Ethernet (10GBASE-T).
Key Words: LDPC, GUI, Shannon’s limit, soft decision
decoding, Raspberry Pi, Python.
1. INTRODUCTION
Wireless Communication is A mode of
communication where huge amounts of data from one place
or device to another place or device withouttheuseofwires,
cables and fibers. Wireless Communication could achieve
high speed for data transmission (in Mbps, Gbps). But,
during the transmission of data in channel, extra noise will
be added, due to the noise, the data will becontaminatedand
performance will decrease. Hence, to avoid the noise,
Channel coding techniques were introduced.
There are different types of channel coding
techniques, for example Hamming codes, BHC codes, and
LDPC codes. LDPC codes are linear block codes. It was
introduced by Robert G Gallagher, during his thesis for PhD.
LDPC is known as Low Density Parity Check codes since it
contain less number of 1s relative to that of 0s present inthe
H matrix, hence it is less complex in nature. The H matrix is
defined as [H] = [PT I], where PT is the transpose parity
matrix. H matrix is constructed using Tanner graph. Using
the H matrix we derive G matrix, which is multiplied by the
input data. The G matrix is defined as [G] = [P I]. The
encoded data is transmitted through the channel using
WLAN 802.11b. The transmitted data is decoded at the
receiver using two types of decisiondecodingtechnique,soft
decision decoding andharddecisiondecoding.Harddecision
decoding is used for theoretical purpose and soft decision
decoding is done for practical purpose, hence we use Sum-
Product Algorithm (SPA) for decoding the received data.
Fig-1: Standard H matrix and Tanner graph
The hardware is implemented based on Raspberry
Pi 3-B module. It is used for transmission and receivingdata.
It has inbuilt WLAN 802.11b. It has a frequency of 1.2GHz
and range of 50-100 m. It supports Raspbian software for
programming, Python 3 is used as programming language.
(i)
(ii)
Fig-2: Transmitter (i) & Receiver (ii) Model Using
Raspberry Pi 3-B
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1351
2. BACKGROUND/DOCUMENTARY RESEARCH
In the paper published by SwarajPatil andDr.D.P.Rathod has
implemented the Raspberry Pi basewirelesstransmissionof
text data using LDPC codes. The encoding of the message
data is done using lower triangular method.TheLDPCparity
matrix [H] used here is regular, half code rate and size of the
matrix is 8x16. Sum-Product Algorithm is use to decode the
data at the receiver. At the transmitter the text data is
converted to ASCII format and then to binary for
transmission. AWGN noise is added to the message data
while transmitting. The hardware used here is Raspberry pi
module one for receiver and another for transmitter. Both
the modules are connected to the same server before the
transmission of data. The encoding and decoding of the data
is show using GUI. [1]
In the paper presented by D.Chen, P.Chen and Yi Fang utilize
encoding operation by a specific structure of LDPC parity
matrix to parallelize row and column. An economical
technique was additionallyplannedto regulaterecollections,
which may be reutilized for the LDPC code with completely
different code rates to boost the economical utilization of
hardware resources. The designedLowDensityParityCheck
encoder and decoder are simulated on Xilinx. According to
simulation results of Model-Sim and MATLAB, they also
verify that the proposed method has the advantages of
reduced resource consumption, reduction in number of
registers, low power and high accuracy. The proposed
encoder can attain throughput up to 400 Mbps. Using this
technique of encoding scheme they have shown that the
decoding Bit Error Rate can be minimized at SNR less than
2.5 dB. [2]
A paper by Yuval.G, Olayinka.O,O.OyerindeandJacoVersfeld
presents the development of a systematic quasi-cyclic (QC)
LDPC code. This systematic structure is made by a row
reduction technique totally different from the conventional
mathematician elimination technique. Theadvantageofrow
reduction technique was being easier to implement when
compared to mathematician row reduction technique. The
projected row reduction technique maintains the similar
cyclic structure and therefore the meagerness of the QC-
LDPC redundant check matrix whereas providing a coffee
quality approach to the development of the generator
matrix. The projected construction exhibits associate
economical BER performance for top rate codes, whereas
being a less advanced encoder. [3]
In this paper M.Ushaswini Chowdary, B.Murali Krishna,
K.S.N.Murthy, G.L.Madhumati,Habibulla Khanhasworked on
the ZigBee based wireless transmission of the data with
LDPC codes using FPGA. Standard parity matrix is used of
size 4x8. Encoder is designed with generator matrix and
decoder with Bit-flipping technique. The parity matrix is
defined as [H] = [A | In-k] and the generator matrix is
obtained using the condition G*HT=0. ISim tool of Xilinx is
used to simulate the LDPC codes using Verilog HDL. The
hardware implementation of thisprojectisdonebydumping
these codes on Spartan 3E FPGA board and verified the
results. For low cost and low power design, they interfaced
ZigBee module with FPGA. Since ZigBee module is used the
data transmission range is short. For the hardware design
only 3 Bit LDPC codes is considered for FPGA and ZigBee
GPIO ports, and also can be implemented for high bit rates
like 16, 32 bit and 64 bit.[4]
In the paper presented by Jayashree.C.N and
Dr.Siddarama.R.P, their proposed work deals with design
and implementation of flexible LDPC encoder using general
and RU methods in ASIC FPGA. The versatile encoder
designed with propagation delay of 208ns with 2/5, 3/5
rates of code. The design flexibility is capable of encoding at
any rate and length of the paritycheck matrix.Theyanalyzed
the number of Slice LUTS, Number used as logic, Number of
fully used LUT_FF, Number of Bonded IOB in ASICFPGA.The
propagation delay (propagationdelayof1.256ns)ofencoder
with RU method is minimum compared to general method.
RU method encoding technique reduced complexity and
improved speed. [5]
This paper proposes a low complexity LDPC design using
message passing algorithm and systolic high throughput
architecture. Whole LDPC design was designed simulated
and synthesized using Xilinx ISE 13.1 EDA Tool. LDPC codes
can attain the close to Shannon limit performance by
iterative decoding process, here Threshold Controlled Min
Sum Algorithm is used for decoding. They focus on the
various levels of obstructionindecodingdesign.Thedecoder
is designed and simulated using Xilinx ISE 13.1 and
synthesized on Virtex-VI FPGA kits. [6]
In the paper published by R.Ramyashree, K.Bramaramba,
Prof. A.Gopala Sharma, is based on LDPC coding system. The
encoder is designed by standardencodingmethodandlower
triangular modification. A random H (parity check)matrixis
derived from the tanner graph based on the size of the data
which has to be transmitted. From the H matrix, generator
matrix (G) is derived. The message is then encoded and
transmitted through AWGN channel. Novel BP algorithm is
used for decoding the received data at the receiver end. Two
Raspberry Pi module is used one at transmitter end and
another at the receiver end. They sent data from encoder
through AWGN channel and received the encoded data in
decoder, where the data is decoded andtheoriginal message
is retrieved. They hope to implement this technique for
mobile GPU, while CPU performs other tasks in parallel. [7]
Nelson Alves Ferreira Neto, Joaquim Ranyere S. First State
Oliveira, Wagner Luiz A, First State Oliveira and Joao Ilich
Sanchez N. Bittencourt given 2 architectures for the density
verification (LDPC) encoder, the primary one supported a
totally serial approach and therefore the other in a very
mixed method, likewise as their corresponding realizations
in ASIC. The planned styles are able to operate in eighty four
combos of code rate and word size, in line with the IEEE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1352
802.22 Wireless Regional space Network (WRAN)
customary, aiming low power and economical utilization of
space. Though the planned architectures are primarily
designed for the mentioned customary, they will be simply
changed to different wireless broadband standards. The
planned architectures were established effective in meeting
the necessities of knowledge rate demanded by the 802.22
customary. It absolutely was attainable to form LDPC
encoders compatible with eighty four completely different
configurations, intense smaller space and power inherent
within the sort of application. [8]
In this paper we observe, the decoders are designed based
on the LDPC convolutional codes (LDPCC). These decoders
uses GPU parallel architecture. Decoders use thread layout
and data structure, also they minimize the thread
divergence, which leads to the access of memory in
combined way. They have designed the decoders to be
flexible and scalable, like the decoder workson32codes, but
they can be used even for 64 codes. The results prove that
GPU parallel architecture produces better results than
parallel solutions from VLSI or FPGA. When the results are
compared with thetraditional CPU-baseddecoders,theGPU-
based decoders produce 100x to 200x speed. [9]
In this paper they proposed a novel triple-concatenated
forward error correction for 100 GB/s transmission.
Simulation shows that a net coding gain of 10.8dB is
obtained by a soft-decisionLPDCcodeconcatenatedwith the
enhanced FEC listed in G.975.1.[10]
This paper describes a senior-level undergraduate class
project that simulates a communication system using LDPC
as the error correction code. Usually, LDPC codes are
introduced in coding theory, error correction code, or
information theory classes at graduate level. However, the
LDPC code itself as a particular example of error correction
code can be explained without using advanced mathematics
because it can be understood by basic factor graphs and
simple linear algebraic operations. Hence, a LDPC error
correction simulation is a good sample project that intrigue
students and entices them to further the study of coding
theory. The class project was successfully implemented
based on a GUI environment, and it correctly allows the
student to understand the usefulness of error correcting
codes within a larger communication system.Thesuccessful
completion of the project proves that a simple introduction
of LDPC codes with graphs andbasic linearalgebra isenough
for undergraduate students to realize the functionality of
error correction coding techniques in communication
systems. Moreover, students suggested that more projects
along the lines of the one hereby presented should be
included throughout the curriculum. [11]
In this paper the authorsproposedsomereducedcomplexity
decoding strategies to decrease the storage requirements
and initial decoding delay without any loss in data or
information. At the transmitter end, partial syndrome
encoder is used for encoding the data because of its high
efficient transmission of streaming data, since they allow
continuous encoding and decoding. The partial syndrome
former encoder is implemented using a shift register. In the
decoder part, they terminate the encodersequencetoforma
frame of pre-determined length. The received data is then
decoded using message-passing algorithm. In this paper,
they compare several aspects of decoding a message LDPC
convolution codes to LDPC block codes,alsotheystudiedthe
dependence of the BER and SNR for terminated codes. [12]
In the paper published by B. Djordjevic, M.Cvijetic,L.Xu, and
T. Wang. They projected a coded modulation schemes for
ultrahigh-speed transmission (100 GB/s and above). The
modulation was done on the premise of construction
modulation and coherent detection was found to perform
the direct detection one and to supply extra margin for
extended transmission of information. Mistreatment this
method coherent detection theme may be effectively
accustomed extend the info transmission distance by
concerning 25%, and this was left for future analysis. [13]
3. RESOURCES FOR HARDWARE & SOFTWARE
 Raspberry Pi 3 Model B+ microcontroller
 SD card (16GB)
 USB cable
Fig-3: Raspberry Pi 3 Model B
 Raspbian
 Python 3 (programming language)
Fig-4: Raspbian with Python coding
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1353
4. CONCLUSION
In this paper we analyze papers and projects worked on
LDPC. By the analysis, we conclude that LDPCcodesperform
better than other FEC (forward error correcting)techniques
and it is theoretically proven thatLDPCcodesreachShannon
limit. LDPC codes can be used with the help of flexible
architecture, which utilizes less power and at low cost. The
decoder design is also less complex.
5. FUTURE SCOPE
LDPC codes beat turbo codes to become error correcting
code in the new DVB-S2 standard. LDPC codes beat
convolution turbo codes as the FECsystemfortheITU-TG.hn
standard. LDPC codes are also used for 10G Base-TEthernet,
it sends data at 10gbps. LDPC codes are also part of Wi-Fi
802.11 standard. LDPC codes are being implemented in 5G
communication system.
REFERENCES
[1] Swaraj Patil, Dr. D.P Rathod. “Raspberry Pi based
Wireless TransmissionofTextData usingLowDensityParity
Check (LDPC)”, International Journal of Research and
Scientific Innovation (IJRSI), June 2018.
[2] Chen D, Chen P and Fang Y. “Low-complexity high-
performance low-density parity-check encoder design for
china digital radio standard”. IEEE Transaction2017.
[3] Yuval Genga, Olayinka Ogundile, Olutayo Oyerinde, Jaco
Versfeld. “A Low Complexity Encoder Construction for
Systematic Quasi-Cyclic LDPC Codes”, IEEE 2017.
[4] M. Ushaswini Chowdary, B. MuraliKrishna,K.S.N.Murthy,
G.L.Madhumati, Habibulla Khan. “ZigBee Based Wireless
Data Transmission with LDPC codes using FPGA”.
International Journal of Engineering and Technology (IJET).
Apr-May 2016.
[5] Jayashree CN, Siddarama RP. “Flexible hardware
architecture for LDPC encoder”. IEEETransaction2016.
[6] Sandeep K, Atish K. “VLSI implementation of a rate
decoder for structural LDPC channel codes”. Elsevier 2016.
[7] R. Ramyashree, K. Bramaramba &Prof.A.Gopala Sharma.
“Implementation of Novel BP Algorithm for LDPC Decoding
on a General Purpose Mobile ARM11 CPU”, International
Journal & Magazine of Engineering, Technology,
Management and Research. Vol 2 No 5, May 2015.
[8] Nelson Alves Ferreira Neto, Joaquim Ranyere S. de
Oliveira, Wagner Luiz A. de Oliveira, Joao Carlos N.
Bittencourt. “VLSI Architecture Design and Implementation
of a LDPC Encoder for the IEEE 802.22 WRAN Standard”,
IEEE Transaction 2015.
[9] Yue Zhao and Francis C.M. Lau, Senior Member, IEEE
“Implementation of Decoders for LDPC Block Codes and
LDPC Convolutional Codes Based on GPUs’’, IEEE
Transaction 2013.
[10] Yoshikuni Miyata, Kenya Sugihara, Wataru Matsumoto,
Kiyoshi Onohara, Takashi Sugihara, Kazuo Kubo, Hideo
Yoshida, and Takashi Mizuochi “A Triple-Concatenated FEC
using Soft-Decision Decoding for 100 Gb/s Optical
Transmission’’, IEEE Transaction 2010.
[11] Min-Sung Koh, Esteban Rodriguez-Marek, Claudio
Talarico, David Freiberger. “A CLASS PROJECT ON AN LDPC-
BASED ERROR CORRECTING SYSTEM”.AmericanSociety for
Engineering Education, 2008.
[12] Ali Emre Pusane, Alberto Jim´enez Feltstr¨om, Arvind
Sridharan, Michael Lentmaier, Kamil Sh. Zigangirov, and
Daniel J. Costello, Jr. “Implementation Aspects of LDPC
Convolutional Codes’’, IEEE Transaction 2008.
[13] Ivan B. Djordjevic, Milorad Cvijetic, Lei Xu, and Ting
Wang “Using LDPC-Coded Modulation and Coherent
Detection for Ultra-Highspeed Optical Transmission’’, IEEE
Transaction 2007.
[14] Bernhard M.J. Leiner, “LDPC Codes – a brief Tutorial”,
April 2005.
[15] William E Ryan. “Introduction to LDPC codes”. Aug 19,
2003.
[16] Robert. G. Gallagher, “Low Density Parity Check Codes”,
1963.

More Related Content

What's hot

Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceeSAT Publishing House
 
A new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityA new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityijwmn
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channelsiosrjce
 
IRJET- ARGON2id IP Core
IRJET- ARGON2id IP CoreIRJET- ARGON2id IP Core
IRJET- ARGON2id IP CoreIRJET Journal
 
FPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTFPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTIJSRD
 
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
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...ijitjournal
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...IOSR Journals
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085IJERA Editor
 
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET Journal
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDHimanshiSingh71
 
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...ijwmn
 
Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correctionVijay Balaji
 
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
 

What's hot (19)

Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interface
 
E42032732
E42032732E42032732
E42032732
 
A new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityA new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacity
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channels
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
Proposal
ProposalProposal
Proposal
 
IRJET- ARGON2id IP Core
IRJET- ARGON2id IP CoreIRJET- ARGON2id IP Core
IRJET- ARGON2id IP Core
 
FPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTFPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFT
 
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)
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
 
Turbo codes.ppt
Turbo codes.pptTurbo codes.ppt
Turbo codes.ppt
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
 
Gg2612711275
Gg2612711275Gg2612711275
Gg2612711275
 
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITED
 
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...
Performance analysis and implementation for nonbinary quasi cyclic ldpc decod...
 
Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correction
 
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...
 

Similar to IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi

Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Dr. Amarjeet Singh
 
Communication Protocols Augmentation in VLSI Design Applications
Communication Protocols Augmentation in VLSI Design ApplicationsCommunication Protocols Augmentation in VLSI Design Applications
Communication Protocols Augmentation in VLSI Design ApplicationsIJERA Editor
 
Design and Implementation of FPGA Based Signal Processing Card
Design and Implementation of FPGA Based Signal Processing Card  Design and Implementation of FPGA Based Signal Processing Card
Design and Implementation of FPGA Based Signal Processing Card VLSICS Design
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...researchinventy
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverIOSR Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET Journal
 
Plan_design and FPGA implement of MIMO OFDM SDM systems
Plan_design and FPGA implement of MIMO OFDM SDM systemsPlan_design and FPGA implement of MIMO OFDM SDM systems
Plan_design and FPGA implement of MIMO OFDM SDM systemsTan Vo
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filtereSAT Journals
 
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAA LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAIRJET Journal
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
Design issues in cc2530 znp multi hop sensor networks
Design issues in cc2530 znp multi hop sensor networksDesign issues in cc2530 znp multi hop sensor networks
Design issues in cc2530 znp multi hop sensor networksSreekesh Padmanabhan
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 

Similar to IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi (20)

Successive cancellation decoding of polar codes using new hybrid processing ...
Successive cancellation decoding of polar codes using new  hybrid processing ...Successive cancellation decoding of polar codes using new  hybrid processing ...
Successive cancellation decoding of polar codes using new hybrid processing ...
 
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
 
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
72
7272
72
 
A novel reduced instruction set computer-communication processor design usin...
A novel reduced instruction set computer-communication  processor design usin...A novel reduced instruction set computer-communication  processor design usin...
A novel reduced instruction set computer-communication processor design usin...
 
Communication Protocols Augmentation in VLSI Design Applications
Communication Protocols Augmentation in VLSI Design ApplicationsCommunication Protocols Augmentation in VLSI Design Applications
Communication Protocols Augmentation in VLSI Design Applications
 
Design and Implementation of FPGA Based Signal Processing Card
Design and Implementation of FPGA Based Signal Processing Card  Design and Implementation of FPGA Based Signal Processing Card
Design and Implementation of FPGA Based Signal Processing Card
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
 
Plan_design and FPGA implement of MIMO OFDM SDM systems
Plan_design and FPGA implement of MIMO OFDM SDM systemsPlan_design and FPGA implement of MIMO OFDM SDM systems
Plan_design and FPGA implement of MIMO OFDM SDM systems
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filter
 
shang2017.pdf
shang2017.pdfshang2017.pdf
shang2017.pdf
 
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAA LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
Design issues in cc2530 znp multi hop sensor networks
Design issues in cc2530 znp multi hop sensor networksDesign issues in cc2530 znp multi hop sensor networks
Design issues in cc2530 znp multi hop sensor networks
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1350 Wireless Transmission of Data using LDPC Codes based on Raspberry Pi S.K.Aneesh Kumar1, Bhargav.T.S2, Asha.N3, Arun Kumar.K4, Ambar Bajpai5 1,2,3,4B.E student, Dept. of Electronics & Communication, Atria Institute of Technology, Karnataka, India 5Associate Professor, Dept. of Electronics & Communication, Atria Institute of Technology, Karnataka, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This paper deals with the encodinganddecoding of data using LDPC coding technique in a Raspberry Pi 3-B module. By utilizing two Raspberry Pi 3-B module, one for transmitter and another for receiver. Both the modulescanbe connected to each other using a same Wi-Fi network, by using the inbuilt WLAN 802.11b feature present in the module. The data is entered to the transmitter module (Tx) and it is encoded using LDPC coding technique, then encoded data is transmitted to the receiver module (Rx) by using the inbuilt WLAN 802.11b. After receiving theencodeddataatthe receive module (Rx), it is decoded using soft decision decodingorhard decision decoding, finallythe originalmessageisobtained. The bit-error rate is calculated and displayed on an LCD. LDPC coding technique is chosen since it has been proven to provide better performance than turbo codes or hamming codes or other coding techniques. LDPC codes have also been proven theoretically, it can reach the Shannon-Limit. Some of its major applications are IEEE standard 802.11, CMMB(China Multimedia Mobile Broadcast), DVB-S2(Digital Video Broadcast), 10 Gigabit Ethernet (10GBASE-T). Key Words: LDPC, GUI, Shannon’s limit, soft decision decoding, Raspberry Pi, Python. 1. INTRODUCTION Wireless Communication is A mode of communication where huge amounts of data from one place or device to another place or device withouttheuseofwires, cables and fibers. Wireless Communication could achieve high speed for data transmission (in Mbps, Gbps). But, during the transmission of data in channel, extra noise will be added, due to the noise, the data will becontaminatedand performance will decrease. Hence, to avoid the noise, Channel coding techniques were introduced. There are different types of channel coding techniques, for example Hamming codes, BHC codes, and LDPC codes. LDPC codes are linear block codes. It was introduced by Robert G Gallagher, during his thesis for PhD. LDPC is known as Low Density Parity Check codes since it contain less number of 1s relative to that of 0s present inthe H matrix, hence it is less complex in nature. The H matrix is defined as [H] = [PT I], where PT is the transpose parity matrix. H matrix is constructed using Tanner graph. Using the H matrix we derive G matrix, which is multiplied by the input data. The G matrix is defined as [G] = [P I]. The encoded data is transmitted through the channel using WLAN 802.11b. The transmitted data is decoded at the receiver using two types of decisiondecodingtechnique,soft decision decoding andharddecisiondecoding.Harddecision decoding is used for theoretical purpose and soft decision decoding is done for practical purpose, hence we use Sum- Product Algorithm (SPA) for decoding the received data. Fig-1: Standard H matrix and Tanner graph The hardware is implemented based on Raspberry Pi 3-B module. It is used for transmission and receivingdata. It has inbuilt WLAN 802.11b. It has a frequency of 1.2GHz and range of 50-100 m. It supports Raspbian software for programming, Python 3 is used as programming language. (i) (ii) Fig-2: Transmitter (i) & Receiver (ii) Model Using Raspberry Pi 3-B
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1351 2. BACKGROUND/DOCUMENTARY RESEARCH In the paper published by SwarajPatil andDr.D.P.Rathod has implemented the Raspberry Pi basewirelesstransmissionof text data using LDPC codes. The encoding of the message data is done using lower triangular method.TheLDPCparity matrix [H] used here is regular, half code rate and size of the matrix is 8x16. Sum-Product Algorithm is use to decode the data at the receiver. At the transmitter the text data is converted to ASCII format and then to binary for transmission. AWGN noise is added to the message data while transmitting. The hardware used here is Raspberry pi module one for receiver and another for transmitter. Both the modules are connected to the same server before the transmission of data. The encoding and decoding of the data is show using GUI. [1] In the paper presented by D.Chen, P.Chen and Yi Fang utilize encoding operation by a specific structure of LDPC parity matrix to parallelize row and column. An economical technique was additionallyplannedto regulaterecollections, which may be reutilized for the LDPC code with completely different code rates to boost the economical utilization of hardware resources. The designedLowDensityParityCheck encoder and decoder are simulated on Xilinx. According to simulation results of Model-Sim and MATLAB, they also verify that the proposed method has the advantages of reduced resource consumption, reduction in number of registers, low power and high accuracy. The proposed encoder can attain throughput up to 400 Mbps. Using this technique of encoding scheme they have shown that the decoding Bit Error Rate can be minimized at SNR less than 2.5 dB. [2] A paper by Yuval.G, Olayinka.O,O.OyerindeandJacoVersfeld presents the development of a systematic quasi-cyclic (QC) LDPC code. This systematic structure is made by a row reduction technique totally different from the conventional mathematician elimination technique. Theadvantageofrow reduction technique was being easier to implement when compared to mathematician row reduction technique. The projected row reduction technique maintains the similar cyclic structure and therefore the meagerness of the QC- LDPC redundant check matrix whereas providing a coffee quality approach to the development of the generator matrix. The projected construction exhibits associate economical BER performance for top rate codes, whereas being a less advanced encoder. [3] In this paper M.Ushaswini Chowdary, B.Murali Krishna, K.S.N.Murthy, G.L.Madhumati,Habibulla Khanhasworked on the ZigBee based wireless transmission of the data with LDPC codes using FPGA. Standard parity matrix is used of size 4x8. Encoder is designed with generator matrix and decoder with Bit-flipping technique. The parity matrix is defined as [H] = [A | In-k] and the generator matrix is obtained using the condition G*HT=0. ISim tool of Xilinx is used to simulate the LDPC codes using Verilog HDL. The hardware implementation of thisprojectisdonebydumping these codes on Spartan 3E FPGA board and verified the results. For low cost and low power design, they interfaced ZigBee module with FPGA. Since ZigBee module is used the data transmission range is short. For the hardware design only 3 Bit LDPC codes is considered for FPGA and ZigBee GPIO ports, and also can be implemented for high bit rates like 16, 32 bit and 64 bit.[4] In the paper presented by Jayashree.C.N and Dr.Siddarama.R.P, their proposed work deals with design and implementation of flexible LDPC encoder using general and RU methods in ASIC FPGA. The versatile encoder designed with propagation delay of 208ns with 2/5, 3/5 rates of code. The design flexibility is capable of encoding at any rate and length of the paritycheck matrix.Theyanalyzed the number of Slice LUTS, Number used as logic, Number of fully used LUT_FF, Number of Bonded IOB in ASICFPGA.The propagation delay (propagationdelayof1.256ns)ofencoder with RU method is minimum compared to general method. RU method encoding technique reduced complexity and improved speed. [5] This paper proposes a low complexity LDPC design using message passing algorithm and systolic high throughput architecture. Whole LDPC design was designed simulated and synthesized using Xilinx ISE 13.1 EDA Tool. LDPC codes can attain the close to Shannon limit performance by iterative decoding process, here Threshold Controlled Min Sum Algorithm is used for decoding. They focus on the various levels of obstructionindecodingdesign.Thedecoder is designed and simulated using Xilinx ISE 13.1 and synthesized on Virtex-VI FPGA kits. [6] In the paper published by R.Ramyashree, K.Bramaramba, Prof. A.Gopala Sharma, is based on LDPC coding system. The encoder is designed by standardencodingmethodandlower triangular modification. A random H (parity check)matrixis derived from the tanner graph based on the size of the data which has to be transmitted. From the H matrix, generator matrix (G) is derived. The message is then encoded and transmitted through AWGN channel. Novel BP algorithm is used for decoding the received data at the receiver end. Two Raspberry Pi module is used one at transmitter end and another at the receiver end. They sent data from encoder through AWGN channel and received the encoded data in decoder, where the data is decoded andtheoriginal message is retrieved. They hope to implement this technique for mobile GPU, while CPU performs other tasks in parallel. [7] Nelson Alves Ferreira Neto, Joaquim Ranyere S. First State Oliveira, Wagner Luiz A, First State Oliveira and Joao Ilich Sanchez N. Bittencourt given 2 architectures for the density verification (LDPC) encoder, the primary one supported a totally serial approach and therefore the other in a very mixed method, likewise as their corresponding realizations in ASIC. The planned styles are able to operate in eighty four combos of code rate and word size, in line with the IEEE
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1352 802.22 Wireless Regional space Network (WRAN) customary, aiming low power and economical utilization of space. Though the planned architectures are primarily designed for the mentioned customary, they will be simply changed to different wireless broadband standards. The planned architectures were established effective in meeting the necessities of knowledge rate demanded by the 802.22 customary. It absolutely was attainable to form LDPC encoders compatible with eighty four completely different configurations, intense smaller space and power inherent within the sort of application. [8] In this paper we observe, the decoders are designed based on the LDPC convolutional codes (LDPCC). These decoders uses GPU parallel architecture. Decoders use thread layout and data structure, also they minimize the thread divergence, which leads to the access of memory in combined way. They have designed the decoders to be flexible and scalable, like the decoder workson32codes, but they can be used even for 64 codes. The results prove that GPU parallel architecture produces better results than parallel solutions from VLSI or FPGA. When the results are compared with thetraditional CPU-baseddecoders,theGPU- based decoders produce 100x to 200x speed. [9] In this paper they proposed a novel triple-concatenated forward error correction for 100 GB/s transmission. Simulation shows that a net coding gain of 10.8dB is obtained by a soft-decisionLPDCcodeconcatenatedwith the enhanced FEC listed in G.975.1.[10] This paper describes a senior-level undergraduate class project that simulates a communication system using LDPC as the error correction code. Usually, LDPC codes are introduced in coding theory, error correction code, or information theory classes at graduate level. However, the LDPC code itself as a particular example of error correction code can be explained without using advanced mathematics because it can be understood by basic factor graphs and simple linear algebraic operations. Hence, a LDPC error correction simulation is a good sample project that intrigue students and entices them to further the study of coding theory. The class project was successfully implemented based on a GUI environment, and it correctly allows the student to understand the usefulness of error correcting codes within a larger communication system.Thesuccessful completion of the project proves that a simple introduction of LDPC codes with graphs andbasic linearalgebra isenough for undergraduate students to realize the functionality of error correction coding techniques in communication systems. Moreover, students suggested that more projects along the lines of the one hereby presented should be included throughout the curriculum. [11] In this paper the authorsproposedsomereducedcomplexity decoding strategies to decrease the storage requirements and initial decoding delay without any loss in data or information. At the transmitter end, partial syndrome encoder is used for encoding the data because of its high efficient transmission of streaming data, since they allow continuous encoding and decoding. The partial syndrome former encoder is implemented using a shift register. In the decoder part, they terminate the encodersequencetoforma frame of pre-determined length. The received data is then decoded using message-passing algorithm. In this paper, they compare several aspects of decoding a message LDPC convolution codes to LDPC block codes,alsotheystudiedthe dependence of the BER and SNR for terminated codes. [12] In the paper published by B. Djordjevic, M.Cvijetic,L.Xu, and T. Wang. They projected a coded modulation schemes for ultrahigh-speed transmission (100 GB/s and above). The modulation was done on the premise of construction modulation and coherent detection was found to perform the direct detection one and to supply extra margin for extended transmission of information. Mistreatment this method coherent detection theme may be effectively accustomed extend the info transmission distance by concerning 25%, and this was left for future analysis. [13] 3. RESOURCES FOR HARDWARE & SOFTWARE  Raspberry Pi 3 Model B+ microcontroller  SD card (16GB)  USB cable Fig-3: Raspberry Pi 3 Model B  Raspbian  Python 3 (programming language) Fig-4: Raspbian with Python coding
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1353 4. CONCLUSION In this paper we analyze papers and projects worked on LDPC. By the analysis, we conclude that LDPCcodesperform better than other FEC (forward error correcting)techniques and it is theoretically proven thatLDPCcodesreachShannon limit. LDPC codes can be used with the help of flexible architecture, which utilizes less power and at low cost. The decoder design is also less complex. 5. FUTURE SCOPE LDPC codes beat turbo codes to become error correcting code in the new DVB-S2 standard. LDPC codes beat convolution turbo codes as the FECsystemfortheITU-TG.hn standard. LDPC codes are also used for 10G Base-TEthernet, it sends data at 10gbps. LDPC codes are also part of Wi-Fi 802.11 standard. LDPC codes are being implemented in 5G communication system. REFERENCES [1] Swaraj Patil, Dr. D.P Rathod. “Raspberry Pi based Wireless TransmissionofTextData usingLowDensityParity Check (LDPC)”, International Journal of Research and Scientific Innovation (IJRSI), June 2018. [2] Chen D, Chen P and Fang Y. “Low-complexity high- performance low-density parity-check encoder design for china digital radio standard”. IEEE Transaction2017. [3] Yuval Genga, Olayinka Ogundile, Olutayo Oyerinde, Jaco Versfeld. “A Low Complexity Encoder Construction for Systematic Quasi-Cyclic LDPC Codes”, IEEE 2017. [4] M. Ushaswini Chowdary, B. MuraliKrishna,K.S.N.Murthy, G.L.Madhumati, Habibulla Khan. “ZigBee Based Wireless Data Transmission with LDPC codes using FPGA”. International Journal of Engineering and Technology (IJET). Apr-May 2016. [5] Jayashree CN, Siddarama RP. “Flexible hardware architecture for LDPC encoder”. IEEETransaction2016. [6] Sandeep K, Atish K. “VLSI implementation of a rate decoder for structural LDPC channel codes”. Elsevier 2016. [7] R. Ramyashree, K. Bramaramba &Prof.A.Gopala Sharma. “Implementation of Novel BP Algorithm for LDPC Decoding on a General Purpose Mobile ARM11 CPU”, International Journal & Magazine of Engineering, Technology, Management and Research. Vol 2 No 5, May 2015. [8] Nelson Alves Ferreira Neto, Joaquim Ranyere S. de Oliveira, Wagner Luiz A. de Oliveira, Joao Carlos N. Bittencourt. “VLSI Architecture Design and Implementation of a LDPC Encoder for the IEEE 802.22 WRAN Standard”, IEEE Transaction 2015. [9] Yue Zhao and Francis C.M. Lau, Senior Member, IEEE “Implementation of Decoders for LDPC Block Codes and LDPC Convolutional Codes Based on GPUs’’, IEEE Transaction 2013. [10] Yoshikuni Miyata, Kenya Sugihara, Wataru Matsumoto, Kiyoshi Onohara, Takashi Sugihara, Kazuo Kubo, Hideo Yoshida, and Takashi Mizuochi “A Triple-Concatenated FEC using Soft-Decision Decoding for 100 Gb/s Optical Transmission’’, IEEE Transaction 2010. [11] Min-Sung Koh, Esteban Rodriguez-Marek, Claudio Talarico, David Freiberger. “A CLASS PROJECT ON AN LDPC- BASED ERROR CORRECTING SYSTEM”.AmericanSociety for Engineering Education, 2008. [12] Ali Emre Pusane, Alberto Jim´enez Feltstr¨om, Arvind Sridharan, Michael Lentmaier, Kamil Sh. Zigangirov, and Daniel J. Costello, Jr. “Implementation Aspects of LDPC Convolutional Codes’’, IEEE Transaction 2008. [13] Ivan B. Djordjevic, Milorad Cvijetic, Lei Xu, and Ting Wang “Using LDPC-Coded Modulation and Coherent Detection for Ultra-Highspeed Optical Transmission’’, IEEE Transaction 2007. [14] Bernhard M.J. Leiner, “LDPC Codes – a brief Tutorial”, April 2005. [15] William E Ryan. “Introduction to LDPC codes”. Aug 19, 2003. [16] Robert. G. Gallagher, “Low Density Parity Check Codes”, 1963.