Generating Triangle Wave Using Two Square Wave Oscillator
Triangle wave oscillator normally designed with a constant current source/sink to charge and discharge a capacitor. Reading an article on how to get 10 bit reading precision on 8 bit ADC on electronic design magazine today, I got something interesting on how to build a triangle wave oscillator: using two XOR-ed square wave oscillator. The picture below describe the concept:
Using this method, you can get a triangle wave oscillator with few logic gates plus some capacitors and resistors for square wave oscillators and simple RC-filters.
Source: Electronic Design Magazine
Related posts:
- Using Noise Addition To Improve Measurement Precision What do you think when you read the title of this post? Normally, in any measurement, noise addition to the signal acquired from a measuring...
- Bill Gates Is The Most Influencing Man On Earth In the list of people who changes the world, Bill Gates sits in the first position. The latest survey from the Electronic Arts also put...
- Think Quarterly, Google’s Online Magazine After a success with their search engine and Android, Now Google expand to publishing area. Think Quarterly is designed with an interesting graphics and an...
- Bill Gates Releases 90 Million Of His Microsoft Shares Is Bill Gates really leaving the Microsoft? As the founder and the sole shareholder of Microsoft, can it be, Mr. Gates is letting go the...
- Artificial Neural Network Shell: A Case Study of Object Oriented Concept in Old Style Structured Programming Practice Background People who familiar with structured programming style and not yet with object oriented programming (OOP) style often think that OOP is useless for them,...