Borrar filtros
Borrar filtros

plotting bit sequence

4 visualizaciones (últimos 30 días)
sowndharya
sowndharya el 17 de En. de 2012
how to plot a bit sequence [0 1 0 1 0 1] with each bit time interval t=5 sec.

Respuestas (1)

Mukhtar Hussain
Mukhtar Hussain el 17 de En. de 2012
Check my code PCM complete (part encoding message). I hope you can understand. If not then tell me. "stairs" command will not work in this case.
  1 comentario
Walter Roberson
Walter Roberson el 17 de En. de 2012
The case is insufficiently defined to say whether stairs will work or not. The question does not specify whether the signaling protocol is "hold last value" or "return to zero" or "return to ground", and in the return-to-something cases we need to know the bit width, not just the transmission interval.
In the simplest interpretation of the question, stairs([X X(end)]) is sufficient.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by