Binary Divider Circuit: Learn How to Build One!

  • Thread starter Thread starter Archanaskulka
  • Start date Start date
  • Tags Tags
    Binary Circuit
AI Thread Summary
A binary divider circuit can be constructed without microcontrollers by utilizing basic components. For division by a power of two (2^n), the binary number can be shifted by n positions using flip flops in a shift register. To divide by any integer n in a binary counter, preload n into the counter each time it counts down to zero. The 74163 binary counter datasheet provides additional details for implementation. This approach simplifies the division operation in binary circuits.
Archanaskulka
Messages
2
Reaction score
0
Hello! I wanted a circuit that conducts binary division. It should not use any microcontrollers or any higher devices. I have struggled a lot with this. I am just not getting the idea of how the division operation is carried out on a circuit. I want the basic idea. I can build it up. But how is division performed? lik, we have a full adder, full subtractor, multiplier, etc.. and their logic is also well known. I have not been able to find any such circuit which conducts division. Any bit divider will do.
 
Engineering news on Phys.org
Here is the simplest way. If you want to divide by a power of two (2n), just shift the binary number by n flip flops in a shift register.

If you want to divide by n in a binary counter, where n is any integer, then every time the binary counter counts down to zero, preload n into the binary counter. See datasheet for 74163 at

http://www.datasheetcatalog.com/datasheets_pdf/7/4/1/6/74163.shtml

Bob S
 
Thank you! thank you very much.. Il get back to you if i have any other problems!
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
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...
Back
Top