Monte Carlo simulation with Gaussian distribution

조회 수: 1 (최근 30일)
anala reddy
anala reddy 2017년 11월 21일
댓글: notion lj 2020년 2월 2일
Hi...I need to plot a gaussian distribution of threshold voltage with mean value = 0.3558 and 3 sigma=10%..later i need to perform MC(Monte carlo simulations)How do i do this?
  댓글 수: 1
notion lj
notion lj 2020년 2월 2일
Hi, I need to develop a simulation for the following circuit which is stimulated by Gaussian noise. The noise source is 0 mean with a variance of 100. This type of situation can actually occur in the testing of real equipment!

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2017년 11월 21일
Try randn() - see documentation for examples. For Monte Carlo, I know how to do it but don't know how to answer you because you did not describe the experiment. It's like saying "I need to make a measurement" but failing to tell us what measurement is being made, and what object is being measured. You can't be so infinitely vague or else no one can possibly answer. Nonetheless, I'm attaching two examples of Monte Carlo experiments.
  댓글 수: 1
anala reddy
anala reddy 2017년 11월 21일
i need to vary threshold voltage i.e generate a gaussian distribution and perform monte carlo simulation ...I need to use this threshold voltage to measure delay variation... delay=exp(del(vth)/0.263)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Monte-Carlo에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by