Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Digital buffer

From Wikipedia, the free encyclopedia
Isolating electronic circuit
Representation of a digital buffer
Not to be confused withBuffer (computer science).

Adigital buffer (or alogic buffer) is anelectronic circuit element used to copy adigital input signal and isolate it from any outputload. For the typical case of usingvoltages as logic signals, a logic buffer'sinput impedance is high, so it draws littlecurrent from the inputcircuit, to avoid disturbing itssignal.

The digital buffer is important indata transmission between connected systems. Buffers are used inregisters (data storage device) andbuses (data transferring device). To connect to a shared bus, atri-state digital buffer should be used, because it has ahigh impedance ("inactive" or "disconnected") output state (in addition to logic low and high).

Functionality

[edit]
Main article:Buffer amplifier

Avoltage buffer amplifier transfers a voltage from a high output impedance circuit to a second circuit with low input impedance. Directly connecting a low impedance load to a power source draws current according toOhm's law. The high current affects the source. Buffer inputs are high impedance. A buffered load effectively does not affect the source circuit. The buffer's output current is generated within the buffer. In this way, a buffer provides isolation between a power source and a low impedance. The buffer does not intentionally amplify or attenuate the input signal, and so may be called aunity gain buffer.

Adigital buffer is a type of voltage buffer amplifier that is only concerned about digitallogic levels, and thus may be non-linear. It may also act as alevel shifter, with output voltages differing from the input voltages. One case of this is aninverting buffer which translates an active-high signal to an active-low one (or vice versa).

Types

[edit]

Single input voltage buffer

[edit]

Inverting buffer

[edit]
Main article:Inverter (logic gate)

This buffer's output state is the opposite of the input state. If the input is high, the output is low, and vice versa. Graphically, an inverting buffer is represented by a triangle with a small circle at the output, with the circle signifying inversion. The inverter is a basic building block in digital electronics. Decoders, state machines, and other sophisticated digital devices often include inverters.

Non-inverting buffer

[edit]

This kind of buffer performs no inversion or decision-making possibilities. A single input digital buffer is different from an inverter. It does not invert or alter its input signal in any way. It reads an input and outputs a value. Usually, the input side reads either HIGH or LOW input and outputs a HIGH or LOW value, correspondingly. Whether the output terminal sends off HIGH or LOW signal is determined by its input value. The output value will be high if and only if the input value is high. In other words, Q will be high if and only if A is HIGH.

Tri-state digital buffer

[edit]

Unlike the single input digital buffer which has only one input, the tri-state digital buffer has two inputs: a data input and a control input. (A control input is analogous to a valve, which controls the data flow.) When the control input is active, the output value is the input value, and the buffer is not different from the single input digital buffer.

Active high tri-state digital buffer

[edit]

Anactive-high tri-state digital buffer is a buffer that is in an active state that transmits its data input to the output only when its control input voltage is high (logic 1).[1] But when the control input is low (logic 0), the output ishigh impedance (abbreviated as "Hi-Z"), as if the part had been removed from the circuit.

Non-Inverting, Active High
Data InputControl InputOutput
00Hi-Z
10Hi-Z
010
111

Active low tri-state digital buffer

[edit]

It is basically the same as active high digital buffer except the fact that the buffer is active when the control input is at a low state.

Non-Inverting, Active Low
Data InputControl InputOutput
000
101
01Hi-Z
11Hi-Z

Inverting tri-state digital buffer

[edit]

Tri-State digital buffers also have inverting varieties in which the output is the inverse of the input.

Inverting, Active High
Data InputControl InputOutput
00Hi-Z
10Hi-Z
011
110
Inverting, Active Low
Data InputControl InputOutput
001
100
01Hi-Z
11Hi-Z

Application

[edit]

Single input voltage buffers are used in many places for measurements including:

  • Instrain gauge circuitry to measure deformations in structures like bridges, airplane wings and I-beams in buildings.
  • In temperature measurement circuitry for boilers and in high altitude aircraft in a cold environment.
  • In control circuits for aircraft, people movers in airports, subways and in many different production operations.

Tri-state voltage buffers are used widely to transmit onto sharedbuses, since a bus can only transmit one input device's data at a time. The high-impedance output state effectively temporarily disconnects that input device from the bus, since at most only one device should actively drive the bus's shared wires.

References

[edit]
  1. ^"Digital Buffer Tutorial".Electronics Tutorials. 22 August 2013. RetrievedMarch 13, 2019.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Digital_buffer&oldid=1282106009"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp