Skip to main content

Is Op-Amp Still Relevant Today?




In today's age of Internet of Things, machine learning, artificial intelligence, cloud computing, and so on, one might wonder what place the operational amplifier has in the current state of affairs in technology. Is it still really relevant that it's worth continuing to learn them in school or by one's own effort? My answer is yes, and this takes us back to the early beginnings of why the operational amplifier was invented in the first place.

To those who are familiar with its history, we recall that it was Harold Black's idea in the early 20th century of negative feedback that the operational amplifier takes it root back to its very beginning. The first Integrated Circuit (IC) op-amp didn't come to us until the mid-1960, as the first operational amplifiers were in the form of vacuum tubes and discrete components.

In the early days of amplifiers in the beginning of 1900's, these devices are notoriously non-linear and distorts a lot in telecommunications network where it was used extensively during that time. It makes the signal, or the voice one hears on the telephone, very inconsistent and noisy, rendering the whole system unreliable. Harold Black proposed that if he has an amplifier that has a very large forward gain, takes its output or a portion of it back to its negative input, he will be able to make his amplifier linear and more predictable, drastically reducing the distortion and noise inherent in the amplifiers. This idea was game changing, and its effects far reaching that we still benefit from it up to the present.

When I talk to some engineering students about op-amps, what I invariably get from them about their understanding of op-amp is its common textbook ideal characteristics, like the infinite open-loop gain, zero offset, etc. Not a lot appreciates that what the op-amp really does so well is its ability to produce a very predictable output in terms of the gain (not the open loop gain), even though the open loop gain of the amplifier itself can vary a lot. Its manufacturing distribution can be such that its open loop gain may range from a few thousand to a few millions. If wired as a negative-feedback amplifier with a gain of 2 for example, one can reasonably expect that it will remain to have that gain under different conditions like temperature or supplies. The closed-loop gain becomes independent of the amplifier itself, rather, it is now is a function of the resistors we use with it. Now isn't that truly amazing!





Op-Amp, as we know them today, is still widely used in many electronics applications and still the backbone of analog and mixed signal circuits. We still need to amplify and condition the analog signals that we see around us before we convert them to the digital signal that our computers understand. These analog signals are in the raw form of sound, images, temperature, pressure, gas, and host of many things that our planet consists of. In fact I think the op amp will still be around for many years to come.



Reference:
Op Amp History, Op Amp Applications Handbook, Analog Devices Edited by Walter Jung, 2002

Comments

Popular posts from this blog

Arduino Transistor DC Motor Control

Arduino boards have PWM (Pulse Width Modulation) outputs that can be used to control like the speed of a DC motor. On a Pro Micro, those outputs are encircled white on the board. You can program it such that it outputs on a scale of 1-255, 1 being the slowest and 255 being the fastest. PWM gives out pulses whose width is varied (modulated) while the period is constant. The longer it is high, the higher power it delivers to the circuit. PWM can be used to drive a transistor (switch) which in turn drives the motor ON and OFF. The longer the switch is ON, the higher the power delivered to the motor, and thus faster. The circuit consists of a transistor Q1 (TIP31) NPN transistor, driven by the PWM from Arduino. The resistor is to limit the current to the base, but enough to operate the transistor in saturation when the input is high. The diode is to protect the motor from any back emf that might come from the motor when the current is cut off. The circuit is supplied by a 9V battery. ...

What Can You Do With Two Transistors (BJT)? Part 2 - Transistor Regulator

In the first installment of this series, we talked about what exciting things we can do with just two transistors, in particular BJT transistors. Some of us might probably think that we don't talk a lot about BJT transistors nowadays, not with the thrill, excitement, and trend brought about by high advancements in the technology in the Internet of Things, Machine Learning, Machine Intelligence, Advanced Algorithm, etc.. But we argue that these little circuits and components are constantly in the background of the advancements we see around us and we should not ignore them, as much we will not ignore what we currently enjoy and what the future holds for us. Let's continue to look at the Two-Transistor Series Regulator we talked about in Part 1 . The circuit below is a different version, now using the transistor to provide feedback from the output. This makes the output voltage higher. The output is still derived from the zener voltage. The output voltage is now a s...

To Use Star Ground or Ground Plane? Grounding Series Part II

Building circuits whether on a PC (Printed Circuit) board or a breadboard, grounding have always been important. Careful grounding becomes critical on applications where performance and integrity of the signals are of prime importance. Examples are low-level application such as in audio, in precision sensing and measurement circuits, and in mixed analog and digital circuits . When do we use star ground and ground plane? What is the difference between the two? Which is actually better? We will try to answer first what the difference between the two is. Star Ground Also sometimes called mecca ground, this is based on the concept of creating a single return point in the circuit as a common reference in order to avoid ground loops and thus circuit errors (See figure 1 [1]). In the figure, we could see the input signal return path is shared, assuming very high input impedance and no significant current flowing in it. Those in the path of significant current flow, such as the power supp...