Schmitt-trigger how to make a connection

  • Thread starter EvLer
  • Start date
  • Tags
    Connection
In summary, the author of the book says that traditional CMOS inverters have a positive and negative threshold at 2.5 volts, while Schmitt-trigger inverters have a VT+ = 2.9 volts and VT- = 2.1 volts. The 1.5 volt and 3.5 volt thresholds listed in the datasheets for CMOS logic's Vil and Vih are there to provide voltage margin, not to reflect the actual switching voltages. If you test and plot Vo versus Vi for a CMOS gate, you will see that the switchover of the output occurs pretty close to when the input voltage passes through half of Vdd. The Vih and Vil levels for regular CMOS logic
  • #1
EvLer
458
0
OK, i know i am confusing something here big time, so...that's why I'm posting.
In my book it says that regular inverter has both positive and negative threshold at 2.5V, while Schmitt-trigger has VT+ = 2.9V and VT- = 2.1V.
So my question is how to make a connection (if there is any or how are they related :confused:) to logic Low (0-1.5V) and High (3.5-5.0V) as defined by Wakerly, the author of our Digital design book.

Thanks in advance.
 
Engineering news on Phys.org
  • #2
That's a good question, EvLer. The input circuit for traditional CMOS devices is pretty symmetric, and hence the actual switching point is pretty close to mid-rail. The CMOS gate actually goes into a linear mode when the input is near mid-rail, so you generally don't want to keep a CMOS input near mid-rail for long, or the Idd for the part will go up a fair amount. There are times when you run a CMOS gate in linear mode, but those are tricks outside the scope of normal digital logic.

The 1.5V and 3.5V threasholds listed in the datasheets for CMOS logic's Vil and Vih are there to provide voltage margin, not to reflect the actual switching voltages. If you test and plot Vo versus Vi for a CMOS gate, you will see that the switchover of the output occurs pretty close to when the input voltage passes through half of Vdd. The Vih and Vil levels for regular CMOS logic are listed away from the mid-rail switching point so that the logic that drives the CMOS input is ensured to have a good wide drive capability, and to ensure that the CMOS gate is kept away from its linear (higher Idd) mode of operation.

Schmidt input gates have hysteresis feedback built in, so that the gate can be driven with a slow analog waveform and the gate won't stall in the linear mid-range of the supply. For example, if you want to have a slow R-C relaxation oscillator with a CMOS gate as the active component, you need to use a Schmidt trigger inverter. You would connect the output of the inverter through a resistor to the input of the gate, and connect a capacitor from the input to ground. The period of oscillation is close to the R-C time constant, with some adjustments.

Vih and Vil numbers make less sense to publish for Schmidt input gates, because what you care about is what the hysteresis voltage is, and the + and - trip voltages are generally centered around mid-rail (with some tolerance). If you are driving a Schmidt input gate with other logic, you still want to treat it as a CMOS input and drive it with good CMOS levels. If you are using the Schmidt input gate for a more analog function or to handle slowly-changing input waveforms, then you will generally treat it more as an analog input and use the trip voltages in your margin calculations.

Hope that helps. -Mike-
 
  • #3
Aaaaaahhhhh, i see...that's definitely more and more understandable than what my TA "explained" :uhh:
thanks so much!
berkeman (Mike), you rock! :biggrin:
 
  • #4
EvLer said:
Aaaaaahhhhh, i see...that's definitely more and more understandable than what my TA "explained" :uhh:
thanks so much!
berkeman (Mike), you rock! :biggrin:
Thanks bud, glad to help.

You might have seen me post this suggestion in other threads, but I'll repeat it anyway. Check out "The Art of Electronics" by Horowitz and Hill. Your college technical library should have copies that you can look through to see what you think. If you have a little spare cash, I'd highly recommend buying a copy from Amazon.com or whatever (2nd edition or whatever is the latest). It's one of the best and most intuitive and practical beginning electronics books I've found. It covers everything from basic diode and transistor concepts, to opamps, complex analog circuits, digital logic, micoprocessors, and lots of other stuff. It also has cool sections at the end of each chapter about "Good Circuit Ideas" and "Bad Circuits". The "Bad Circuits" part has some obvious errors shown, and also some subtle hard errors to figure out. Great stuff.

I was already out of school and working as an R&D engineer when I came across the book. I read it cover-to-cover, and found lots of great gems throughout the book. I'd find myself saying stuff like, "Hey, I always wondered why that was true." and "Oops, that's a mistake I made a few times before I figured it out." and "Dang, I sure wish I'd had this book while I was learning basic electronics!"
 
  • #5
berkeman said:
Check out "The Art of Electronics" by Horowitz and Hill. Your college technical library should have copies that you can look through to see what you think.
8 copies, all checked out :eek: must be good :biggrin: thanks! recalled it from someone... :devil:
 
  • #6
schmitt trigger project.HELP ME!

I want to design a schmitt trigger circuit by using op amp UA741 and BJT as a switch. The problem is when the input signals is decreased from 4v the output in HIGH state while when the input is increased to 8v the transition in LOW state. Is it Vut= 8v and and Vlt= 4v. Before I'm forgot the single input is 12v. Is it Vcc=12 v is Vref? Until now, I become more confused because many of book doesn't mention about Vcc in their calculation.
 
  • #7
far8 said:
I want to design a schmitt trigger circuit by using op amp UA741 and BJT as a switch. The problem is when the input signals is decreased from 4v the output in HIGH state while when the input is increased to 8v the transition in LOW state. Is it Vut= 8v and and Vlt= 4v. Before I'm forgot the single input is 12v. Is it Vcc=12 v is Vref? Until now, I become more confused because many of book doesn't mention about Vcc in their calculation.
Vcc will come into the hysteresis calculation because when the output of the opamp is high, that voltage affects the positive feedback voltages, right? Although, with a 741, you are not going to get rail-to-rail output voltages, so you will need to check the datasheet to figure out what its output voltages will be. Also check the input and output voltage ranges compared to the rails. The 741 is an old-school opamp, and you will generally not be running the input and output near the rails.

Here's an article that may help you:

http://www.ecircuitcenter.com/Circuits/op_comp/op_comp.htm
 

1. What is a Schmitt-trigger?

A Schmitt-trigger is a type of electronic circuit that converts a noisy input signal into a clean output signal by using positive feedback. It is commonly used in digital circuits to eliminate noise and ensure reliable signal transitions.

2. How does a Schmitt-trigger work?

A Schmitt-trigger works by comparing the input signal to two threshold levels, known as the upper and lower trigger levels. If the input signal is above the upper threshold, the output becomes high. If the input signal is below the lower threshold, the output becomes low. This creates a hysteresis loop, ensuring that the output remains stable even if the input signal is noisy or fluctuating.

3. What are the applications of Schmitt-triggers?

Schmitt-triggers have a wide range of applications, including noise reduction in digital circuits, signal conditioning in sensors, and pulse shaping in communication systems. They are also used in power supply circuits to prevent voltage fluctuations and in oscillators to produce square waves.

4. How do I make a connection with a Schmitt-trigger?

To make a connection with a Schmitt-trigger, you will need to identify the input and output pins on the device. The input pin is typically connected to the signal source, while the output pin is connected to the load. It is essential to ensure that the power supply is properly connected to the device to prevent damage.

5. Are there any precautions to take when using a Schmitt-trigger?

Yes, there are a few precautions to take when using a Schmitt-trigger. Firstly, make sure to select a Schmitt-trigger with appropriate threshold levels for your application. Additionally, ensure that the input signal is within the recommended voltage range, and the power supply is stable. Avoid using a Schmitt-trigger with high-frequency signals or signals with sharp edges, as this can cause instability and false triggering.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
21
Views
1K
Replies
19
Views
1K
  • Programming and Computer Science
Replies
1
Views
587
Replies
8
Views
982
  • Electrical Engineering
Replies
6
Views
2K
Replies
13
Views
4K
  • Electrical Engineering
Replies
26
Views
6K
Replies
13
Views
4K
Replies
9
Views
2K
  • Mechanical Engineering
Replies
9
Views
2K
Back
Top