dividing stream

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

 Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 8 de Jun. de 2011

0 votos

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

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by