8000 GitHub - qk0923/LDPC-Encoder-Decoder: LDPC Encoder and Message Passing Decoder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qk0923/LDPC-Encoder-Decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDPC Encoder and Message Passing Decoder

Generator Matrix

1 0 0 0 0 0 1 1 0 1
0 1 0 0 0 1 0 0 1 1
0 0 1 0 0 1 1 1 1 0
0 0 0 1 0 1 0 0 1 0
0 0 0 0 1 1 0 1 1 1

Parity Check Matrix

0 1 1 1 0 1 0 0 0 0
1 0 1 0 0 0 1 0 0 0
1 0 1 0 1 0 0 1 0 0
0 0 1 1 1 0 0 0 1 0
1 1 0 0 1 0 0 0 0 1

About

LDPC Encoder and Message Passing Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VHDL 93.2%
  • Stata 6.8%
0