IntuitiveAnalog
Member level 2
- Joined
- May 18, 2014
- Messages
- 52
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,684
Monte Carlo Analysis Histogram
Today at 11:34am Quote Modify Hi All,
I am designing a current conveyor and I am doing Monte Carlo Analysis(by varying width and length of transistor) for Current gain , voltage gain and Rx,Ry & Rz. I am using code as given below:
Here v(8)/vin is voltage gain(beta) .I want to print its value for each iteration and then plot its histogram around mean value of unity . How can I do that ?
If anybody could give some suggestion regarding this , I will be thankful.
Thanks
Today at 11:34am Quote Modify Hi All,
I am designing a current conveyor and I am doing Monte Carlo Analysis(by varying width and length of transistor) for Current gain , voltage gain and Rx,Ry & Rz. I am using code as given below:
Code:
Vdd 5 0 2.5
Vss 20 0 -2.5
Ib 0 2 100u
vin 7 0 ac 1 sin (0 100m 100kHz)
.print V(8)
.ac dec 10 10 100g sweep monte=30
.tf v(8) vin
M1....
M2....
.end
If anybody could give some suggestion regarding this , I will be thankful.
Thanks