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.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.