Parvfect / HelixWorks

Code for the Channels and Decoding Methods
0 stars 1 forks source link

Implement Weighted Tanner Graph #44

Open Parvfect opened 9 months ago

Parvfect commented 9 months ago

Looks like we were operating on the level of binary ldpc before, since our H only ever consisted of 1s and 0s and we only needed to operate on the level of VNs'. With a CN update, we need to use the link values for the next iteration, so we need a data structure that can accomodate that. Time to get building