Window detector

title: "Window detector" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["electronic-circuits", "electrical-circuits", "detectors"] topic_path: "general/electronic-circuits" source: "https://en.wikipedia.org/wiki/Window_detector" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::figure[src="https://upload.wikimedia.org/wikipedia/commons/f/f2/Fensterkomperator.svg" caption="window detector circuit diagram"] ::
A window detector circuit, also called window comparator circuit or dual edge limit detector circuits is used to determine whether an unknown input is between two precise reference threshold voltages. It employs two comparators to detect over-voltage or under-voltage.
Each single comparator detects the common input voltage against one of two reference voltages, normally upper and lower limits. Outputs behind a logic gate like AND detect the input as in range of the so-called "window" between upper and lower reference.
Window detectors are used in industrial alarms, level sensor and controls, digital computers and production-line testing.
Function
::data[format=table title="[[Truth table]]"]
| Uin | A | B | Y |
|---|---|---|---|
| Urefbot | 0 | 1 | 0 |
| 1 | 0 | 0 | |
| Urefbot | 1 | 1 | 1 |
| :: |
If Uin is greater than Urefbot and Uin is lower than Ureftop then both comparators' outputs will swing to the logical high and turn on the AND gate output.
References
References
- (1999). "Analog Signal Processing". John Wiley & Sons.
- Bali. (2008). "Linear Integrated Circuits". Tata McGraw-Hill Education.
- Steve Ciarcia. (1990). "Ciarcia's Circuit Cellar". Circuit Cellar.
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::