i have bit stream of 30 bit y= 1 0 1 0 0 0 1 1 1 1 1 0.......... i need to make it as y(0)=1 0 1 y(1)= 0 0 0 y(2)= 1 1 1 and so on please help me

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2011년 6월 8일

0 개 추천

doc reshape
yout = reshape(y,3,[])';

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by