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.

noise anaylsis in pspice, determine flicker noise in NMOS

Status
Not open for further replies.

dieyae16

Newbie level 6
Joined
Mar 16, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
malaysia
Activity points
1,358
hi, im to pspice and currently doing a project to determine flicker noise in NMOS transistor. the problem now is when i set for noise enabled and simulate it, the output simulation will give result as below:

* Analysis setup **
.ac DEC 10 0 5
-----------$
ERROR -- Invalid value
.noise V([Vout]) V_Vgs 1
.OP
.LIB "D:\my F.Y.P\pspice schematic\pwrmos.lib"


* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"

.INC "pwrmos.net"

why is there have invalid value for noise? it would really nice if someone can help me with this simple problem.
 

noise anaylsis in pspice

The invalid value is in the ac statement. You cannot do a simulation from zero frequency. Use something like

.ac dec 10 0.01

Keith.
 

Re: noise anaylsis in pspice

thank you so much! now my problem resolve :D
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top