-
I'd like to perform an AC and a NOISE simulation and compute the signal to noise ratio (SNR) at an output node in a circuit. This means I need to be able to access the results of both simulations in a post-processing step to compute it and would furthermore require an integration of the onoise_spectrum result over some bandwidth. I'd also like to be able to do parameter sweeps of component values in the circuit and plot the SNR vs. the varied parameters. I tried to use Nutmeg scripts, but failed so far. Can this be done somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here are some projects by @dwarning that might help |
Beta Was this translation helpful? Give feedback.
-
ngspice has always allowed as many different analysis types in the same netlist as you want. They are processed sequentially in the control section. Changes were recently made to Qucs-S to allow different analysis in the same schematic by changing the data file structure. You can always ask questions about post processing the resultant data in the ngspice forum. They will tell you of any possible limitations. I make a schematic, generate a netlist and post the info on the ngspice forum all the time. I test the netlist using the Windows GUI, DuSpice.exe on the ngspice download page. You need to edit the netlist if you want plotting. Posting you files speeds providing help. The ngspice of LTspice guys will always request all pertinent files. |
Beta Was this translation helpful? Give feedback.
ngspice has always allowed as many different analysis types in the same netlist as you want. They are processed sequentially in the control section. Changes were recently made to Qucs-S to allow different analysis in the same schematic by changing the data file structure.
You can always ask questions about post processing the resultant data in the ngspice forum. They will tell you of any possible limitations. I make a schematic, generate a netlist and post the info on the ngspice forum all the time. I test the netlist using the Windows GUI, DuSpice.exe on the ngspice download page. You need to edit the netlist if you want plotting.
Posting you files speeds providing help. The ngspice of L…