Structure as input

2 visualizaciones (últimos 30 días)
andoni
andoni el 16 de Mayo de 2011
Hello, I have a mat file where i have defined for structures and the time. The structures represent four bits and the value of the bits change at time because they represent a phone number. I want to convert the input signals that are almost rectangular in the numbers they represent, ie, if the values ??are (bo = 0, b1 = 0, b2 = 0, b3 = 1) the number of output should be 1 . The goal is to add a mobile number. Each digit is represented by four bits.
Any idea??

Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Mayo de 2011
b0 * 8 + b1 * 4 + b2 * 2 + b3
  1 comentario
andoni
andoni el 16 de Mayo de 2011
I make the conversion with the block bit to integer after introducing the four signals on a data bus

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Signal Generation, Manipulation, and Analysis en Help Center 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