Skip to content

This is an implementation of LDPC decoder, which uses Hard and Soft Decision decoding to recover noisy message received from the transmission channel.

Notifications You must be signed in to change notification settings

hcp4902/LDPC-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDPC-Decoder

This is an implementation of LDPC decoder, which uses Hard (Counting based) and Soft (Probabilistic) Decision decoding to recover noisy message recieved from the transmission channel. The code is optimized to use minimum run time and memory accesses while decoding. The code is almost entirely parameterized, allowing it to produce decoders for different large H matrices by simply adjusting the input size variables. A brief description of the Tanner Graph Implemention is shown below.

TANNER GRAPH - IMPLEMENTATION

About

This is an implementation of LDPC decoder, which uses Hard and Soft Decision decoding to recover noisy message received from the transmission channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages