Friday, 4 September 2015

operational amplifier - Where do I find models for various common op amps for use in LTSpice


I have just started using LTSpice. I need to simulate a circuit with op amps, where the parasitic elements of the op amp may effect performance. So I need to try different 'real' op amps to see which on is best.


Is there a source of commonly available op amp models like TL074 or LM324



Answer



From the manufacturers. For example TL074 spice model


Be aware there are sometimes problems with manufacture's spice files. I have found that they sometimes use node zero in parts of the internal circuit. This result of this is that the model works fine unless you supply it from power rails at a potential far removed from your circuit ground. Also you sometimes need to do a little bit of translating of p-spice specific syntax.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...