Gates or IC to use to convert 1x 4 bit 2x 4 bit

  • Thread starter Thread starter chrisalviola
  • Start date Start date
  • Tags Tags
    Bit Convert Ic
AI Thread Summary
To separate binary digits from a 4 or 5-bit input, a binary to BCD decoder is recommended, specifically the 74LS/HC/HCT185 IC, which may be hard to find. This chip can decode up to 6 bits of binary into two digits of BCD, suitable for displaying on 7-segment displays. Additionally, alternatives include using a microcontroller or programmable logic chip for more flexibility. Other options involve using LEDs to read binary directly or employing a BCD-7 segment decoder/driver for specific outputs. The discussion emphasizes the practicality of these solutions for binary digit separation and display.
chrisalviola
Messages
80
Reaction score
0
example 1111 = 15 is there a circuit to separate output binaries 0001(1) and 0101(5) in input 1111(15)?
 
Engineering news on Phys.org
A binary to BCD decoder does what you want. There were the 74LS/HC/HCT185 ICs, but it might be difficult to get one today.
 
my question was to separate 2 binary digits out of the 4 or 5 bit binary. to display it using 2x 7 segment
 
Binary Coded Decimal (BCD) is the same as binary for 0-9, but then it carries to 10 and not to 0A. So this is exactly what you want. A single 74185 chip will decode up to 6 bits of binary to 2 digits of BCD.
(You have to add one or two BCD-7segment decoder/drivers)

Of course you could use a microcontroller or a programmable logic chip, as discussed http://www.electronics-related.com/usenet/basics/show/29703-1.php.

Other alternatives:
- simply use 5 Leds and learn to read binary
- use a BCD-7seg decoder/driver with defined output for input a-f and learn to read this (74247, iirc)
- two digit octal display with two standard BCD-7seg decoder/drivers
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top