0

I am buiding an OCL amplifier and want to analyze the crossover distortion.

I added 2 power triodes (TIP3055 and TIP2955) as the basic OCL output stage.

enter image description here

It is weird that there seems to be no crossover distortion on the output waveforms:

enter image description here

Could someone explain why the output waveform is different from the desired crossover distortion waveform?

Desired crossover distortion:

enter image description here

JRE
  • 67,678
  • 8
  • 104
  • 179
Linda Yu
  • 51
  • 6
  • 1
    Try a faster signal e.g. some kHz and smaller timestep and see if crossover distortion is visible. – Lars Hankeln Sep 24 '21 at 04:37
  • Thanks lars.It works now. Also, may I know why the output waveform is close to sin wave under high frequency(about 100HZ) but staircase wave under low frequency(100Hz) – Linda Yu Sep 24 '21 at 06:57
  • *2 power triodes*???? – Andy aka Sep 24 '21 at 08:42
  • Yes,I got this structure from the book, It's called OCL power amplifier structure. – Linda Yu Sep 24 '21 at 09:13
  • @LindaYu: A [triode](https://en.wikipedia.org/wiki/Triode) is a type of vacuum tube. The parts you have referred to are transistors. – JRE Sep 24 '21 at 14:52
  • 1
    https://electronics.stackexchange.com/questions/309936/how-does-this-push-pull-amplifier-work/310009#310009 – G36 Sep 24 '21 at 16:45

3 Answers3

2

You have a feedback all the way from the output stage (R14). That feedback does compensate for the nonlinearity caused by the Vbe thresholds of the BJT complementary pair. In reality (and looking closely) there will be some amount of distortion as the operational amplifier has a limited slew rate.

If you want to see the distortion in its entire effect in your simulation connect the R14 to the output of the operational amplifier and observe the output.

Martin Vana
  • 684
  • 1
  • 11
0

Could anyone explain why the output waveform is different from the desired crossever distortion waveform?

Note that in linear applications, cross-over distortion is not desired - it is regarded as a disturbing effect that deviates from desired linearity.

You can see below how the op amp tries to compensate for the cross over effect caused by the two output transistors (see the waveform Vdrive). Op amp gain overcomes much of the cross over problem by slewing its output quickly to provide base current drive so that output waveform Vout follows input waveform Vin.

The op amp is never entirely successful in eliminating the cross over effect, since its slew rate is not infinitely-fast, and its gain is finite. The green waveform (Vout) shows remnants of cross over distortion that the op amp is unable to eliminate. The cross over effect is best seen with a small-amplitude input waveform:amplifier schematic
waveform
There are other problems with your circuit.
Few op amps will withstand \$\pm 35 V\$ power supplies. Furthermore, with a 4-ohm load, many op amps cannot supply enough output current to the bases of the driver transistors for large signal peaks.

glen_geek
  • 23,591
  • 1
  • 22
  • 50
0

The output transistors in your amplifier operate in class-B but it should be class-AB. Look it up and look here: crossover distortion

Audioguru
  • 3,894
  • 5
  • 8