aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 26687d8e2896adabc86c62835a3c18ba5bee3e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Fixed AC-DC Converter

Simulation of the following circuit

![circuit](ac2dc_01.png)

To simulate the circuit 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`

Feel free to download, copy and edit any repo