diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-06-03 07:32:39 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-06-03 07:32:39 -0500 |
commit | d05a57c307e0ed4c44ac8782621a40e86a099d58 (patch) | |
tree | 8274e0b99e763f173aaf8f566c71d5769ad9e202 /README.md | |
parent | 51b4499cab4ae4faa83e5a5e468ee99ff18b41f5 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ Simulation of the following circuit ![circuit](ac2dc_01.png) -To simulate the cirucit run the following command: +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 +Ensure you have Gnuplot installed to generate the plot, it will create an image called `results/voltages.png` |