- When using 64-QAM, we transmit bits per symbol.
- If we generate data consisting of only 61 bits, we need to apply padding to ensure the data length is a multiple of 6. This is done by calculating the necessary padding as follows:
- In this scenario, the required padding is calculated as We add these 5 padding bits as zeros, proceed with the transmission as usual, and then remove the padding bits at the end.
- https://www.mathworks.com/help/comm/ref/qammod.html
- https://www.mathworks.com/help/comm/ref/qamdemod.html