├── README.md ├── polar_code_SC_decoder.m ├── polar_code_channel.m ├── polar_code_encoder.m ├── polar_code_initHB.m ├── polar_code_initLLR.m ├── polar_code_main.m ├── polar_code_updateHB_L.m ├── polar_code_updateHB_R.m ├── polar_code_updateLLR_L.m └── polar_code_updateLLR_R.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/README.md -------------------------------------------------------------------------------- /polar_code_SC_decoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_SC_decoder.m -------------------------------------------------------------------------------- /polar_code_channel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_channel.m -------------------------------------------------------------------------------- /polar_code_encoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_encoder.m -------------------------------------------------------------------------------- /polar_code_initHB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_initHB.m -------------------------------------------------------------------------------- /polar_code_initLLR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_initLLR.m -------------------------------------------------------------------------------- /polar_code_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_main.m -------------------------------------------------------------------------------- /polar_code_updateHB_L.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_updateHB_L.m -------------------------------------------------------------------------------- /polar_code_updateHB_R.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_updateHB_R.m -------------------------------------------------------------------------------- /polar_code_updateLLR_L.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_updateLLR_L.m -------------------------------------------------------------------------------- /polar_code_updateLLR_R.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhding5618/polar-codes-on-MATLAB/HEAD/polar_code_updateLLR_R.m --------------------------------------------------------------------------------