Parvfect / HelixWorks

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

Decoding for the Coupon Collector Channel #12

Closed Parvfect closed 8 months ago

Parvfect commented 8 months ago

Going for the simplest base case that we dry ran. Need to setup everything though and whiteboard it.

Parvfect commented 8 months ago

Started problem setup in coupon_collector.py. Need to make sure I'm using ParityMatrixMethods and not row_echleon. Fixing that first.

Parvfect commented 8 months ago

Using the functions in row_echleon itself, not worth trying to put it into a class, causing unnecessary problems

Parvfect commented 8 months ago

Now checking if my G matrix method works for a ffdim of 5 - was the -P/P switch for the inverse

Parvfect commented 8 months ago

image

Parvfect commented 8 months ago

Base case done and stored in files. Extending to larger number of symbols and sizes to get FER. Closing Issue.