3

I have 4 op-amps in cascade with a gain of 10 each to give a total gain of 10000. I noticed the circuit produces a DC offset which then gets amplified causing the amplified signal to clip asymmetrically.

I know op-amps have an offset pin but I have never used it before and I am looking for the simplest solution. I thought I might simply add a capacitor after each op-amp but I don't know how large it should be or if it would help. The signal I am amplifying is 40 kHz.

What is my best option?

Fizz
  • 14,355
  • 2
  • 43
  • 97
Ace
  • 117
  • 1
  • 2
  • 7
  • Some but not all op-amps have an offset pin. The dual DIP8/SO8 (e.g NE5532 and what not) normally don't have it because there's no room for it. – Fizz Sep 22 '15 at 19:20
  • Yeah just AC couple between stages with a cap and resistor to ground. Maybe 1 uF and 100 k ohm. (time constant =0.1s, freq ~100 Hz) You can pick the corner frequency of the high pass filter to fit your application. – George Herold Sep 22 '15 at 19:20
  • 2
    What op-amp are you using and what bandwidth is your signal? – Andy aka Sep 22 '15 at 20:14

3 Answers3

10

Of course you can try to compensate for the DC offset but why not eliminate the influence of DC offset in the first place ? You can do this if you do not need 10000 times gain at DC. You mention that your signal is 40 kHz, I conclude from that the DC value is irrelevant to you. Then I would just make amplifiers that have 10 x gain at 40 kHz but 1 x gain at DC !

Here's an example of how I would do that:

schematic

simulate this circuit – Schematic created using CircuitLab

Bimpelrekkie
  • 80,139
  • 2
  • 93
  • 183
7

The equation for the capacitor is rather simple. The capacitor will interfere with frequencies lower than \$f = {1 \over {2\pi RC}}\$ where R is the input impedance of the next stage. Simply substitute the desired minimum frequency and impedance, solve for capacitance, and pick a larger value.

Ignacio Vazquez-Abrams
  • 48,282
  • 4
  • 73
  • 102
  • @Ace: Also don't just add caps. Once your amp stages are AC-coupled you can run into [funny problems](http://www.analog.com/library/analogDialogue/archives/41-08/amplifier_circuits.html) if there's no DC path for the input bias currents. – Fizz Sep 22 '15 at 19:31
3

If you are stuck with being only-able to replace the op-amps then....

Just use much better op-amps. You can get zero drift op-amps that have less than 10uV offset voltage - altogether that's 11.11mV at the output with regular DC coupling and all the offsets pointing the same way. 40kHz is a breeze for a lot of them - gain-bandwidth-product required is minimum 400kHz and this is also easily achievable. Check out TI, ADI and LT for offerings.

Andy aka
  • 434,556
  • 28
  • 351
  • 777