oscillator simulations using Monte Carlo
时间:04-07
整理:3721RD
点击:
I'm trying to find how much the oscillating frequency varies using Monte Carlo. I am using the dft command to find the spectrum, but the spectrum isn't plotted for every variation in the monte carlo simulation.
I am interested in doing a Monte carlo (or simple parameter sweep(+) and then extracting the oscillation frequency and max amplitude from the spectrum, is there any way i can do this? for the parameter sweep i can manually look at all the plots but the spectrum doesn't even plot for monte carlo.
I am interested in doing a Monte carlo (or simple parameter sweep(+) and then extracting the oscillation frequency and max amplitude from the spectrum, is there any way i can do this? for the parameter sweep i can manually look at all the plots but the spectrum doesn't even plot for monte carlo.
Cadence Spectre, virtuoso 6.1.3.
Do PSS simulation in RF Spectre with Oscillator option an find the oscillator frequency for each MC variable set.
You may use a OCEAN script to combine or automate these simulations.For instance you have set MC run as 100, create a FOR NEXT loop in Ocean and in every step the simulator will find the oscillation frequency and write somewhere until 100 runs are completed.
You can do this simulation out of ADE.Create your netlist and run Spectre thru xterm.
Activate "Save Data Between Runs to Allow Family Plot".
See "spectre -h montecalro".
