Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaoshaoning/5g-ldpc
5g ldpc codes
https://github.com/xiaoshaoning/5g-ldpc
5g ldpc
Last synced: 24 days ago
JSON representation
5g ldpc codes
- Host: GitHub
- URL: https://github.com/xiaoshaoning/5g-ldpc
- Owner: xiaoshaoning
- License: mit
- Created: 2017-11-18T17:36:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T15:53:25.000Z (almost 6 years ago)
- Last Synced: 2024-08-05T00:04:47.254Z (4 months ago)
- Topics: 5g, ldpc
- Language: MATLAB
- Size: 1.31 MB
- Stars: 101
- Watchers: 5
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-5g - 5g ldpc codes - 5g ldpc codes. (Tools / Diameter)
README
5g ldpc codes
=============To test the LDPC encoding and decoding functions, run the following function under matlab
```
test_all_ldpc_cases
```The LDPC decoding function decLDPC_layered.m is from [Simulator for LDPC decoding in IEEE 802.11n](http://www.csl.cornell.edu/~studer/software_ldpc.html) and the author is Christoph Studer. I made some small modifications on it to accelerate its execution.
The LDPC decoding function ldpc_decode.m is from https://github.com/willemolding/FastPythonLDPC .
The two included excel files are from 3gpp.
The matlab codes other than decLDPC_layered.m and ldpc_decode.m follow the MIT license.