[out,actNumIter,finalParityChecks] = nrLDPCDecode(___,Name,Value)specifies optional name-value pair arguments, in addition to the input arguments in the previous syntax. example Examples collapse all Decode LDPC Codeword Create transmit data consisting of two code block segments of length 2560 ...
[out,actNumIter,finalParityChecks] = nrLDPCDecode(in,bgn,maxNumIter) returns the LDPC-decoded output matrix out for the input data matrix in, base graph number bgn, and maximum number of decoding iterations maxNumIter. The function also returns the actual number of iterations actNumIter and...