The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Aug 16th, 2024, 12:22am
Pages: 1
Send Topic Print
Monte Carlo simulation in ADE (Read 1371 times)
milkdragon
Junior Member
**
Offline

RF idiot

Posts: 30

Monte Carlo simulation in ADE
Dec 17th, 2007, 11:13am
 
Hi

I want to get some statistical data of my circuit.  I use a simple circuit to test but fail to see the variation.  Below is the netlist that i include to perform statistical analysis, could anyone comment and let me know if i miss anything for variation for the mismatch


// Monte Carlo
section mc_rfres_rpo
parameters rppolyrpo_mis=1
+ rpol_fac_mis=1
+ rpocox_fac_mis=1

parameters rppolyrpo = 311 + 46.65 * (rppolyrpo_mis-1)
parameters rpol_fac = 1 + 0.0235 * (rpol_fac_mis-1)
parameters rpocox_fac = 1 + 0.21 * (rpocox_fac_mis-1)

statistics {

   mismatch {
       vary rppolyrpo_mis      dist=gauss std=1
       vary rpol_fac_mis      dist=gauss std=1
       vary rpocox_fac_mis      dist=gauss std=1
       }
   }

include "rf018.scs" section=rf_res_rpo
endsection mc_rfres_rpo

Thank you
Back to top
 
 
View Profile milkdragon   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.