Jump to content

Comparator

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Optics guy07 (talk | contribs) at 05:12, 18 September 2007 (→‎removed superfluous link (Voltage Comparator) that links back to this page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In electronics, a comparator is a device which compares two voltages or currents and switches its output to indicate which is larger. More generally, the term is also used to refer to a device that compares two items of data.

A dedicated voltage comparator will generally be faster than a general-purpose op-amp pressed into service as a comparator. A dedicated voltage comparator may also contain additional features such as an accurate, internal voltage reference and adjustable hysteresis.

Input voltage range

The input voltages must not exceed the power voltage range: VS-V+,V-VS+.

In the case of TTL/CMOS logic output comparators negative inputs are not allowed: 0 ≤ V+,V-Vcc.

OP AMP implementation of voltage comparator

A standard op-amp operating without negative feedback can be used as a comparator. When the non-inverting input (V+) is at a higher voltage than the inverting input (V-), the high gain of the op-amp causes it to output the most positive voltage it can. When the non-inverting input (V+) drops below the inverting input (V-), the op-amp outputs the most negative voltage it can. Since the output voltage is limited by the supply voltage, for an op-amp that uses a balanced, split supply, (powered by ± VS) this action can be written:

Vout = VS sgn(V+ − V)

where sgn(x) is the signum function. Generally, the positive and negative supplies VS will not match absolute value:

Vout <= VS+ when (V+ > V-) else VS- when (V+ < V-).

Equality of input values is very difficult to achieve in practice. The speed at which the change in output results from a change in input (often called the slew rate in operational amplifiers) is typically in the order of 10ns to 100ns, but can be as slow as a few tens of μs.

Dedicated voltage comparator chips

A dedicated voltage comparator chip, such as the LM339, is designed to interface directly to digital logic (for example TTL or CMOS). The output is a binary state, and it is often used to interface real world signals to digital circuitry (see analog to digital converter).

The LM339 accomplishes this with an open collector output. When the inverting input is at a higher voltage than the non inverting input, the output of the comparator is connected to the negative power supply. When the non inverting input is higher than the inverting input, the output is floating (has a very high impedance to ground).

With a pull-up resistor and a 0 to +5V power supply, the output takes on the voltages 0 or +5 and can be interfaced to TTL logic:

Vout <= Vcc when (V+ > V-) else 0.

Precautions in use

When comparing a noisy signal to a threshold, the comparator may switch rapidly from state to state as the signal crosses the threshold. If this is unwanted, positive feedback forming a Schmitt trigger can be used to provide hysteresis and a cleaner output signal.

See also

Public Domain This article incorporates public domain material from Federal Standard 1037C. General Services Administration. Archived from the original on 2022-01-22.