Skip to content

vmelachervu/5g-nr-ldpc-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

5G NR Transceiver implementation - PHY Layer

This matlab program will implement the below:
1.Generate a transport block and append CRC
2.Segment the TB and append CRC to each segment
3.LDPC encode all segments along with BPSK modulation and add some noise
4.On the receiver side, demodulate BPSK noisy modulated signal
5.Performs LDPC decoding of all segments
6.Validation of all segments for CRC and TB CRC after concatenation
7.Validates the transmotted and received TBs match

This program is interactive matlab implementation for the above.

About

5G NR LDPC implementation as per 3GPP TS38.212-f20 standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages