blob: 10dcf6d0c6573d5fd32b4b3b6fbc400f03fbe94e (
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 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`
|