Schmitt trigger

Comprehensive study notes, diagrams, and exam preparation for Schmitt trigger.

Schmitt Trigger

Definition

A Schmitt trigger is a comparator-based circuit with positive feedback that switches its output between two stable states when the input voltage crosses one of two threshold levels: the upper threshold voltage (UTP) and the lower threshold voltage (LTP).

The presence of two different thresholds creates hysteresis, which improves noise immunity and prevents false triggering when the input signal is noisy or changes slowly.


Main Content

1. Hysteresis in Schmitt Trigger

Hysteresis

  • is the key feature of a Schmitt trigger. It means the circuit does not switch at one single voltage level, but instead has one threshold for rising input and another threshold for falling input.
  • This difference between switching levels prevents the output from oscillating when the input is near the threshold, making the circuit highly stable in noisy environments.

For example, if a Schmitt trigger has:

  • Upper threshold = 6 V
  • Lower threshold = 2 V

then:

  • As the input rises and crosses 6 V, the output changes state.
  • As the input falls and goes below 2 V, the output changes back.

This gap between 6 V and 2 V is called the hysteresis window.

Why hysteresis is important:

  • It removes chatter caused by noise.
  • It converts slow waveforms into sharp digital pulses.
  • It improves reliability in real-world signal processing.

2. Positive Feedback and Threshold Switching

  • A Schmitt trigger works using positive feedback, where a portion of the output is fed back to the input in a way that reinforces the current state of the circuit.
  • Because of this feedback, the switching level depends on the current output state, which is why there are two threshold voltages instead of one.

This positive feedback causes the circuit to “snap” quickly from one state to another once a threshold is crossed.

In operation:

  • When the output is HIGH, the threshold seen by the input is shifted in one direction.
  • When the output is LOW, the threshold shifts in the opposite direction.

This makes the switching action very sharp and decisive.

A simple conceptual representation:

Input voltage rising:
   Output remains LOW until Vin > UTP
   Then output becomes HIGH

Input voltage falling:
   Output remains HIGH until Vin < LTP
   Then output becomes LOW

This behavior is what makes the Schmitt trigger different from an ordinary comparator.

3. Types, Circuit Forms, and Output Behavior

  • Schmitt triggers can be implemented using transistors, operational amplifiers, or logic gates.
  • Depending on the circuit design, they may be inverting or non-inverting:
  • Inverting Schmitt trigger: output changes opposite to the input trend.
  • Non-inverting Schmitt trigger: output follows the input trend more directly.

Common forms:

BJT-based Schmitt trigger

Op-amp Schmitt trigger

IC logic gate Schmitt trigger

  • such as NAND, NOR, or inverter with hysteresis

Output characteristics:

  • The output is usually a clean square wave or rectangular waveform.
  • A slow ramp input becomes a sharp digital output.
  • Noisy input near the threshold does not cause repeated switching.

Typical input-output curve:

Output
  ^
  |        ________
  |       |        |
  |       |        |
  |_______|        |_______> Input
          LTP     UTP

This curve shows hysteresis: the output rises at one threshold and falls at another.


Working / Process

  1. The input signal is applied to the Schmitt trigger circuit, which contains a feedback network and a switching device such as a transistor, op-amp, or logic gate.
  2. When the input voltage increases and crosses the upper threshold voltage, the circuit switches from one stable output state to the other.
  3. As the input voltage decreases, the output does not switch back immediately. It changes only when the input falls below the lower threshold voltage, producing a stable output with noise immunity.

Advantages / Applications

Noise immunity

  • It rejects small unwanted voltage variations and prevents false triggering.

Clean waveform conversion

  • It converts slow, distorted, or noisy signals into sharp digital pulses.

Wide practical use

  • It is used in waveform shaping, pulse generation, switch debouncing, comparators, square-wave generation, and signal conditioning in A/D interface circuits.

Summary

  • A Schmitt trigger is a threshold-switching circuit with hysteresis.
  • It uses two trigger levels, called the upper and lower threshold voltages.
  • It is widely used for converting noisy or slow input signals into clean digital outputs.
  • Important terms to remember: hysteresis, upper threshold voltage (UTP), lower threshold voltage (LTP), positive feedback, comparator