Spikes in LTspice voltages and currents

  • Thread starter Thread starter ntetlow
  • Start date Start date
  • Tags Tags
    Currents Ltspice
AI Thread Summary
The discussion revolves around voltage and current spikes observed in an LTspice simulation of an audio amplifier circuit. Participants suggest that the spikes may be caused by crossover distortion due to low output stage quiescent current and feedback issues. Corrections to the schematic and component labeling are provided, leading to improved simulation results, although concerns about the appearance of certain currents remain. The conversation also highlights differences in current behavior between a current mirror circuit and the advanced amplifier circuit, prompting inquiries about the underlying causes. Overall, the advanced amplifier is noted as a learning exercise rather than an optimized design.
ntetlow
Messages
21
Reaction score
2
Attached is a screenshot of an amp I am running in Ltspice. There are spikes on all the currents and voltages displayed, can anybody tell me why?
 

Attachments

  • Screenshot (9).png
    Screenshot (9).png
    23.7 KB · Views: 217
Engineering news on Phys.org
Can you please rename a copy of your .asc file to .asc.txt and attach it to your next post.
Then I can run your original file with all the same parameters.
 
ok. thanks
 
@ntetlow
The component values are too blurry to read, but when I follow the schematic in my head with typical values, the topology seems OK. My guess would be that you are seeing a dead-band and step during each crossover of the output stage, that is being fed back and around the loop. I suspect your selection of component values is the problem, rather than the simulation parameters.
 
  • Like
Likes Tom.G and DaveE
Crossover distortion are the cause of this spikes. Too low output stage quiescent current.
Try this circuit:
 

Attachments

Attached is a copy of the original, but for LTspice.
I have not labelled the nodes.
Let me know what problems you find.
 

Attachments

Jony130 said:
Crossover distortion are the cause of this spikes. Too low output stage quiescent current.
Try this circuit:
Errata:
Q10, a PNP type QMPSA56 is cross labelled with itself.
Replace PNP text with QMPSA56
Replace text QMPSA56 with Q10
 
Baluncore said:
Errata:
Q10, a PNP type QMPSA56 is cross labelled with itself.
Replace PNP text with QMPSA56
Replace text QMPSA56 with Q10
Yes, I notice this. And I reupload the corrected file.
 
  • #10
Audi_amp_bjt_1 seems to have got rid of the spikes (thank you) but why are the base, collector and emitter currents of Q3 so ugly, is this normal? Also, the current shapes of Q4 and Q5 don't look the best either but are beautifully righted in Q6 and Q7, is this too normal?

May I also draw your attention to http://www.ecircuitcenter.com/Circuits_Audio_Amp/Diff_Amp_w_Mirror/Diff_Amp_w_Mirror.htm. this is a preamble to the advanced amp circuit and is used to double the current gain from Q1, Q2 using a current mirror, this seems to work OK. However, if the same is supposed to happen in the Advanced amp, it doesn't. In the mirror circuit the collector currents of Q1 and Q2 are 180 degrees out of phase whereas in the advanced amp circuit they are not. Any ideas why?
 
  • #11
@ntetlow
I might be an idea to find the source of oscillation in your OP model. Is the same oscillation present in the Advanced_Amplifier_0.asc that I attached to post 7 ?
The Advanced Amplifier is a learning exercise, not a practical optimised audio circuit.

One problem with Audi_amp_bjt-1.asc is that the feedback is taken from the second last stage, not from the output. Another is that, to reduce crossover distortion, the output stage has a quiescent current of 800 mA, without any current limit to prevent the catastrophic thermal runaway. You need a checklist of parameters to verify, so when you optimise a design, you do not end up with something like 800 mA quiescent in the output stage.

ntetlow said:
In the mirror circuit the collector currents of Q1 and Q2 are 180 degrees out of phase whereas in the advanced amp circuit they are not. Any ideas why?
The collector currents in the mirror should be in phase. The collector currents in the differential pair should be out of phase. You must be careful how you specify and measure currents because currents can be reversed by reversing a component.

Here is an alternative schematic that operates in class-A up to 5 mA output, then switches on one half of the class-B circuit for higher loads. The base current is balanced to reduce offset voltage. It is not optimised, and was designed to test alternative subcircuits to the Advanced Amplifier.

Amp3_Sch.png
 
  • #12
A practical version of an audio amplifier is documented in AN-485.
 
Back
Top