Implementation of Turbo Code Encoding
Implement turbo code encoding using MATLAB with given generator polynomials, interleaver mapping tables, and puncturing selection. The main program encederm.m calls subroutines rsc_encede.m and encode_bit.m to perform parallel concatenated convolutional coding with iterative decoding capabilities.