Circular shift: Difference between revisions

Content deleted Content added
Added Necklaces to See Also :)
Applications: 1100101
Line 76:
|
* to the right would yield: 1000 1011.
[[Image:Rotate right.svg|thumb|left|300px|Right circular shift. 1100101]]
|}
If the bit sequence 1001 0110 were subjected to the following operations:
Line 106:
|}
 
{| class="wikitable sortable mw-collapsible" style="float:left;"
|+
|-
| right circular shift by 1 position:
| 0100 1011
|
|-
| right circular shift by 2 positions:
| 1010 0101
|
|-
| right circular shift by 3 positions:
| 1101 0010
|
|-
| right circular shift by 4 positions:
| 0110 1001
|
|-
| right circular shift by 5 positions:
| 1011 0100
|
|-
| right circular shift by 6 positions:
| 0101 1010
|
|-
| right circular shift by 7 positions:
| 0010 1101
|
|-
| right circular shift by 8 positions:
| 1001 0110
|
|}