diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-06-03 07:23:35 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-06-03 07:23:35 -0500 |
commit | 51b4499cab4ae4faa83e5a5e468ee99ff18b41f5 (patch) | |
tree | 1f08457910a86d654d7a1e962a2f88f44eca4c11 /README.md |
init: ac2dc linear converter simulated
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` + |