Creation of LDPC codes & simulation of coding and decoding binary data. Applications to sound and image files.
BSD 3-Clause "New" or "Revised" License
121
stars
34
forks
source link
Square image, problem in decoding process #22
Open
caio-lucas07 opened 2 years ago
Hi! Thanks for creating this library!
I've got this error when decoding one 128x128 RGB image after encoding/transmission. Code rate (R) = 1/3 n = 9213 (= 3 (width_RGB 24bits) - 3 = 3(12824) - 3 = 9213 k = 3072 d_v = 2 d_c = 3 seed = 42 systematic=True and sparse=True
Could anyone please help me with this error? Thanks in advance!