Schmitt Trigger
A Schmitt Trigger is a comparator circuit with hysteresis, meaning it has two different threshold voltages.
- Upper Threshold (VUT) → LOW to HIGH transition
- Lower Threshold (VLT) → HIGH to LOW transition
This prevents noise from causing multiple unwanted transitions.
Hysteresis Concept
- Input rising → switches at VUT
- Input falling → switches at VLT
Why useful?
- Cleans noisy signals
- Converts analog to digital
- Waveform shaping
Input–Output Behavior
- If input > VUT → Output = HIGH
- If input < VLT → Output = LOW
- If VLT < input < VUT → Output remains unchanged
Mathematical Analysis (Op-Amp Schmitt Trigger)
Circuit parameters:
- R₁: from output to positive input
- R₂: from positive input to ground
- Output levels: +Vsat and −Vsat
Threshold Voltages
VUT = +Vsat × (R₂ / (R₁ + R₂))
VLT = −Vsat × (R₂ / (R₁ + R₂))
Hysteresis Width
VH = VUT − VLT
VH = 2 × Vsat × (R₂ / (R₁ + R₂))
Example
If:
- Vsat = 10V
- R₁ = R₂
Then:
- VUT = +5V
- VLT = −5V
Applications
- Noise filtering
- Signal conditioning
- Square wave generation
- Switch debouncing
Summary
Positive feedback shifts the threshold depending on output.
- Output HIGH → threshold increases
- Output LOW → threshold decreases
This creates a memory effect
- Comparator with hysteresis
- Uses positive feedback
- Two switching thresholds
- Improves signal stability