Iteratively decode array of LLR (or LAPPRs) based on syndrome
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TDecoder) | :: | this | 
                 Decoder  | 
        |||
| real(kind=wp), | intent(in) | :: | llr_channel(this%vnum) | 
                 Array of LLRs (or LAPPRs) obtained from the channel  | 
        ||
| real(kind=wp), | intent(out) | :: | llr_updated(this%vnum) | 
                 Array of processed LLRs (or LAPPRs)  | 
        ||
| logical, | intent(in) | :: | synd(this%cnum) | 
                 Syndrome  | 
        ||
| integer, | intent(inout) | :: | N_iterations | 
                 Maximum number of iterations (in), actual number of iterations (out)  |