What's the opposite of a NOT gate?

  • Thread starter golmschenk
  • Start date
  • Tags
    Gate
In summary: So they're often not included in lists of logic gates.But if you had to put it in a progression, it would probably come after NOT, since it is essentially 2 NOT gates put together. So it would be "NOT, BUFFER".In summary, the individual is looking for a buffer, which is essentially made of 2 inverters internally and is used to drive a long distance or higher loads. It can be made using various combinational logic gates or an opamp voltage follower. It is not typically included in lists of logic gates but would come after NOT in a progression.
  • #1
golmschenk
36
0
I essentially need the opposite of a NOT gate. I know that sounds silly, but what I'm really looking for is something that will provide the current based on the signal sent to it so that the more sensitive circuitry sending the signal doesn't have to run higher current levels. I've found I could do this using two NOT gates in a row or an AND gate and just using both the inputs on the AND gate to be the same, but I'm guessing there must be a circuit piece already built for this. One that I can provide a signal and supply voltage to and it will provide the output current. For what I'm doing the signal voltage and supply voltage need not be the same. I just need to make sure the circuitry sending the signal doesn't have to send the higher current with the signal itself. Thanks!
 
Engineering news on Phys.org
  • #2
What you are describing is called a http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/buffer.html" .
 
Last edited by a moderator:
  • #3
Are you looking for a relay?

Edit: Jambaugh looks more capable at this, I'd look at his suggestion first :)
 
  • #4
OK, so you want a buffer.

Using two NOT gates, or an AND gate, or some other form of buffer made from whatever logic gate chips you have available should be fine.

Alternatively, maybe use an opamp voltage follower? Or investigate buying dedicated buffer chips.
 
  • #5
A buffer is made of 2 inverters internally. If you need to drive a long distance and need 2 (or any even number) buffers, using a series of even number of inverters is a better solution.

If you don't care about the difference in rise time and fall time, you can use pretty much any combinational logic gate to make it a buffer.
 
Last edited:
  • #6
Awesome. Thanks for the help!
 
  • #7
So the natural progression is "AND, OR, NAND, NOR, NOT, BUFFER"? Sorry, but that just doesn't sound right to me (linguistically). Let me do some research.
 
  • #8
Also called a follower.
 
  • #9
mhearne said:
So the natural progression is "AND, OR, NAND, NOR, NOT, BUFFER"? Sorry, but that just doesn't sound right to me (linguistically). Let me do some research.
What "progression"?

Buffers aren't really considered a logic function, since they don't really do anything to the signal, logically speaking. They just help it drive higher loads.
 

FAQ: What's the opposite of a NOT gate?

What is a NOT gate?

A NOT gate, also known as an inverter, is a basic logic gate that has a single input and a single output. It produces an output that is the opposite of its input, so if the input is 0, the output will be 1, and vice versa.

What is the opposite of a NOT gate?

The opposite of a NOT gate would be a buffer gate, which has the same input and output values. It does not invert the input, but rather passes it through to the output.

How does a NOT gate work?

A NOT gate works by using a transistor to switch between two states: on and off. When the input is off, the transistor is on and allows current to flow to the output, resulting in a value of 1. When the input is on, the transistor is off and does not allow current to flow, resulting in a value of 0.

What are some real-life applications of a NOT gate?

NOT gates are commonly used in digital electronics, such as in computers, to perform logical operations. They can also be found in logic circuits, memory chips, and other electronic devices. In real-life scenarios, NOT gates can be used to control the direction of a motor or to invert a digital signal.

Can a NOT gate be combined with other gates?

Yes, NOT gates can be combined with other logic gates, such as AND, OR, and NAND gates, to perform more complex logical operations. These combinations are known as logic circuits and are the building blocks of digital electronics.

Back
Top