/* FILE...: ldpc_dec.c AUTHOR.: Matthew C. Valenti, Rohit Iyer Seshadri, David Rowe CREATED: Sep 2016 Command line C LDPC decoder derived from MpDecode.c in the CML library. Allows us to run the same decoder in Octave and C. */ #include #include #include #include #include #include #include #include "mpdecode_core.h" #include "ldpc_codes.h" #include "ofdm_internal.h" int opt_exists(char *argv[], int argc, char opt[]) { int i; for (i=0; i 16384; } for(i=data_bits_per_frame-unused_data_bits; i