I'm trying to use the dvbs2ldpc and comm.LDPCEncoder functions with my own ParityCheckMatrix of size [256,512], but the issue is that these functions are using a specific size of [32400,64800] of ParityCheckMatrix. How to change that?

Similar questions and discussions