Please could anyone tell me the meaning of the inputs in decode_ldpc_matlab.m file.
I know that:
rx_waveform - received vector
No - noise
h - parity check matrix
rows - rows of the parity check matrix(correct me if I am wrong!!)
cols - columns of the parity check matrix(again correct me if I am wrong!!)
max_iter - Maiximum iteartion
BUT I AM NOT SURE WHAT ind,r,c input should be? Anyone, can you tell me?
PLEASE HELP!!
Thanks in advance.
Comment only
09 Jul 2011
LDPC Code Simulation
MATLAB code for LDPC (Low-Density Parity-Check) Codes simulation over the AWGN channel.
Comment only