Convert the octal number 65 to an ascending order binary vector.
b = oct2poly(65,'ascending')
b = 1×6
1 0 1 0 1 1
Sixty-five octal is the generator polynomial of a (15,10) Hamming code in the Bluetooth® v4.0 standard. The binary representation of 65 octal is 110101 and the GF(2) polynomial is or [1 0 1 0 1 1] in ascending powers.