Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

about parameters simulation of opa

Status
Not open for further replies.

lunren

Member level 4
Joined
Jun 19, 2003
Messages
71
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,288
Activity points
661
simulation parameters of opa

Hi everybody:
I want to simulate the THD(harmonic distortion) and equivalent input noise of a opa, but how can I do it? thank you for your help.
 

What's your simulator?
If it is Hspice, noise analysis can get the equivalent input noise.
I am not familiar with the harmonic distortion. I want to know too.
 

to flyinspace:

But how to simulate the equivalent input noise in Hspice using noise analysis, hope you can give me some hint. thank you
 

got to the manual and look after noise analysis. Normally you have to specify an output node and a noise summing node (in general your input)

In some simumlators noise analysis is performed with the .AC statement
 

Re: to flyinspace:

lunren said:
But how to simulate the equivalent input noise in Hspice using noise analysis, hope you can give me some hint. thank you

Here is a example:

* Noise simulation netlist
.include 'opamp.sp'
XDUS IN+ IN- OUT VDD VSS OPAMP
VDD VDD 0 5.0
VSS VSS 0 0.0
VIN- IN- 0 2.5
VIN+ IN+ 0 2.5 AC 1.0 0
.AC DEC 10 1 1G
.NOISE V(OUT) VIN+ 10
.PRINT INOISE ONOISE
.END

Inoise and onoise will be printed at the end of hspice output file. Inoise is the input equivalent noise.
 

As to analysis of distortion,you can run the FFT analysis and check the amplitude of the harmonics.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top