The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> RF Simulators >> Monte Carlo simulation in ADE
https://designers-guide.org/forum/YaBB.pl?num=1197918817

Message started by milkdragon on Dec 17th, 2007, 11:13am

Title: Monte Carlo simulation in ADE
Post by milkdragon on 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

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.