diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..10dcf6d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Fixed AC-DC Converter + +Simulation of the following circuit + +![circuit](ac2dc_01.png) + +To simulate the cirucit run the following command: +```sh +$ ngspice -b ./ac2dc_linear.sp +``` + +ensure you have gnuplot installed to generate the plot, it will create an image +called `results/voltages.png` + |