T
[email protected]
- Jan 1, 1970
- 0
Hi everyone
i have a little problem converting to braille,Braille is a system which
allows a blind person to "read" alphanumerics by feeling a pattern of
six raised dots.For the digits 0-9, only four dots are used, placed
essentially in the four corners of a square, i need to design a ciruit
that converts BCD to Braille. The table shows the correspondence
between BCD and Braille; A,B,C and D are the inputs and UL, UR, LL and
LR are the outputs
inputs outputs
A B C D | UL UR LR LL
----------------------------------------
0 0 0 0 | 0 1 1 1
0 0 0 1 | 1 0 0 0
0 0 1 0 | 1 0 0 1
0 0 1 1 | 1 1 0 0
0 1 0 0 | 1 1 1 0
0 1 0 1 | 1 0 1 0
0 1 1 0 | 1 1 0 1
0 1 1 1 | 1 1 1 1
1 0 0 0 | 1 0 1 1
1 0 0 1 | 0 1 0 1
I'm used to draw circuits with a lot of inputs but one single output,
this is a first time that i have 4 outputs, i'm very confused, any
help???? at least the output function, or how many AND, OR gates we
need????
Thank you guys!!!
i have a little problem converting to braille,Braille is a system which
allows a blind person to "read" alphanumerics by feeling a pattern of
six raised dots.For the digits 0-9, only four dots are used, placed
essentially in the four corners of a square, i need to design a ciruit
that converts BCD to Braille. The table shows the correspondence
between BCD and Braille; A,B,C and D are the inputs and UL, UR, LL and
LR are the outputs
inputs outputs
A B C D | UL UR LR LL
----------------------------------------
0 0 0 0 | 0 1 1 1
0 0 0 1 | 1 0 0 0
0 0 1 0 | 1 0 0 1
0 0 1 1 | 1 1 0 0
0 1 0 0 | 1 1 1 0
0 1 0 1 | 1 0 1 0
0 1 1 0 | 1 1 0 1
0 1 1 1 | 1 1 1 1
1 0 0 0 | 1 0 1 1
1 0 0 1 | 0 1 0 1
I'm used to draw circuits with a lot of inputs but one single output,
this is a first time that i have 4 outputs, i'm very confused, any
help???? at least the output function, or how many AND, OR gates we
need????
Thank you guys!!!