Community Profile

photo

Matteo


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Question regarding IGRAND implementation
% Initialize the weight limits for Hamming and BCH weight_limit_BCH = 1; % Starting error weight limit...

1 month ago | 0 answers | 0

0

answers

Question


Decoding a product code as a whole instead of iterating between rows and columns.
So Basically I have the code below. I am encoding the rows with Shortened Hamming (5,2) and the columns with Shortened Hamming (...

1 month ago | 0 answers | 0

0

answers

Answered
How can I get my IGRAND working?
Basically I implemented the pseudocode for my Grand. And I am now trying to implement the IGRAND in the pseudocode. But it is no...

1 month ago | 0

| accepted

Question


How can I get my IGRAND working?
The following is my code: tic; %Definition of parameters. m1 = 5; m2 = 5; n_BCH = 2^m1 -1; % Codeword length for BCH ...

1 month ago | 1 answer | 0

1

answer