i want to flip selected index of 128 bits in counter manner

조회 수: 1 (최근 30일)
mohamed elganiny
mohamed elganiny 2016년 11월 23일
i have 128 bits , and i want to flip certain bits according to certain index with counter
example : if i have 8 bits data (01010101) and i want to flip index (2,4 and 6) by 3-bits counter
so the output will be 01010001 by counter 001 for the selected index 6 01000101 by counter 010 for the selected index 4 00000001 by counter 011 for the selected index 4,2
and so on

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logic and Bit Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by