# 5g-ldpc **Repository Path**: IMdean/g_ldpc ## Basic Information - **Project Name**: 5g-ldpc - **Description**: 5G Ldpc仿真 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.