Questions tagged [monte-carlo]

For questions about Monte Carlo simulations, which perform repeated random sampling of random variables (e.g. component values subject to certain tolerances) to analyze the effects of the randomness on the overall design.

For questions about Monte Carlo simulations, which perform repeated random sampling of random variables (e.g. component values subject to certain tolerances) to analyze the effects of the randomness on the overall design.

See Wikipedia's article on the Monte Carlo method for more information.

17 questions
8
votes
3 answers

Parts tolerance simulations in ltspice

I just recently found this tutorial (and various other places mentioning a similar technique) when trying to evaluate how one of my circuits behaves when using real world components with real world tolerances. However normally I design it with…
PlasmaHH
  • 6,498
  • 5
  • 38
  • 49
6
votes
1 answer

How much can BJT parameters (particularly beta) vary for Monte Carlo analysis

Background / Requirements: I'm designing a typical Class AB amplifier using diode-connected BJTs to achieve the biasing. I have a requirement to keep the total quiescent current at room temperature to less than 8mA (from a single rail). Additionally…
VIANDERN
  • 283
  • 2
  • 11
4
votes
3 answers

LTSpice which values used in a run?

Running a worst case simulation, as guided here: LTspice: Worst-Case Circuit Analysis with Minimal Simulations Runs How does one find out what circuit values were used during a run? In my sim I have 12 resistors, so 4096 runs. On run 265 there was a…
Aaron
  • 7,274
  • 16
  • 30
2
votes
1 answer

LTspice Monte Carlo Analysis Clarifications required

I am learning about LTspice MC analysis from this site. I understood almost all the things except the below one. "Then make another spice directive to execute a Monte Carlo run as below .step param run 1 100 1 The above syntax means that we are…
Hari
  • 1,496
  • 11
  • 22
2
votes
0 answers

Monte Carlo Analysis in LTspice: Gaussian or Uniform distribution for the tolerance of resistors?

I am running 1000 simulations in LTspice to do Monte Carlo Analysis of the output voltage signal on a circuit with 3% tolerance resistors. Firstly, does LTspice assume the resistors' values are Gaussian distributed or uniformly distributed? How…
doumham
  • 21
  • 2
2
votes
3 answers

Does the LT Spice monte carlo simulation definitely output the max and min voltage for any number of simulation runs?

I have the following circuit, in which i need to calculate max and min voltages possible (considering resistor tolerance). Does running a monte carlo simulation consider the absolute max and min values of voltage output that can be obtained at…
2
votes
2 answers

Monte carlo analysis cadence

I tried to do a monte carlo analysis of the opamp that I have designed. I ran the simulation for 100 samples with matching and process, suprisingly the results I get are very bizare. I have gains that are not even 1 dB which is something I…
Bhuvanesh Narayanan
  • 1,027
  • 2
  • 13
  • 23
1
vote
1 answer

Virtuoso Monte Carlo Inductor Problem

For an LNA design, the simulations for the inductors and the simulation for the rest of the components (transistors, capacitors, resistors etc.) are done in two different software packages. The inductors are simulated in EMX and the other components…
Zmixma
  • 13
  • 5
1
vote
0 answers

PSPICE monte carlo

I am trying to do a monte carlo simulation using PPSICE(Orcade/Cadence 16.6). Most of the tutorials I see do the Monte Carlo using Orcad Capture(through the schematic approach). I would like to do all in code. Using the text editor in PSPICE. I know…
Board-Man
  • 1,919
  • 1
  • 26
  • 70
0
votes
1 answer

how to use PTM corner models in hspice

I have downloaded 65nm models for TT, FF,and SS from ptm website(http://ptm.asu.edu/). I want to test these on a cmos inverter using hspice. Kindly tell me how should i proceed. It is for the first time that i will be doing such simulation so kindly…
ayat
  • 1
  • 1
0
votes
0 answers

Is it possible for hspice to perform arithmetic over Monte Carlo results

so I managed to write a .MEASURE command to give me 0 or 1 based on a certain event, and saves it in a result variable called "passfail". I do not have that command on me at the moment, but lets say this is what I am measuring for the sake of an…
himura
  • 440
  • 4
  • 14
0
votes
2 answers

Monte-Carlo analysis vs phase-margin or gain-margin

It's my understanding that phase and gain margins are used to see how much margin there is for the stability of a circuit. In other words, how much gain or phase would need to change in order to make the circuit unstable. However, I don't think I've…
sgdsgyhetwaraw
  • 438
  • 3
  • 13
0
votes
2 answers

Integrated Circuit design: Comparing the results given by corner analysis and Monte Carlo analysis

In IC design, corner analysis is performed to study the operation of the ICs under extreme conditions and Monte Carlo analysis is performed to ensure the mismatch is within the tolerance. However, can the results given by the corner analysis and the…
Underdog
  • 367
  • 1
  • 11
0
votes
0 answers

How to solve Laplace and Poisson's equation using Monte Carlo simulation for a parallel plate cpacitor?

I know how to solve for voltage and field using Laplace and Poisson equation for a simple parallel plate capacitor. But I cannot get any idea on how to proceed with Monte-Carlo simulation using MatLab for the same. Please help me.
JCPandey
  • 1
  • 1
0
votes
1 answer

LTspice Monte Carlo with different model libraries

I'm trying to figure out how to do my first Monte Carlo analysis in LTspice. I have a very simple schematic that includes the SPICE model for PN 74LVC3G17DC (vendor link). The distribution from the vendor includes 3 library files, 1 for…
aosborne
  • 125
  • 5
1
2