check_llr Function

public function check_llr(this, llr, synd)

Check the array of LLRs (or LAPPRs) against the syndrome

Type Bound

TDecoder

Arguments

Type IntentOptional Attributes Name
class(TDecoder) :: this

Decoder

real(kind=wp), intent(in) :: llr(this%vnum)

Array of LLR (or LAPPR)

logical, intent(in) :: synd(this%cnum)

Syndrome

Return Value logical


Called by

proc~~check_llr~~CalledByGraph proc~check_llr TDecoder%check_llr proc~decode TDecoder%decode proc~decode->proc~check_llr