ozym4nd145 / AC-Circuit-Solver

Given the netlist, display (draw) an AC circuit and find the current/voltage values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AC-Circuit-Solver

Given the netlist, outputs an svg drawing of the AC circuit and also gives the steady state analysis of the circuit

##Compile Instructions Use "make" to generate executable.

Executable will be named "ac_circuit_solver"

Run that using-> "./ac_circuit_solver <input_file> <output_SVG_file> <output_results_file>"

##Assumptions Name of passives can't start with I or V. Only voltage and current source can have name starting with V or I.

About

Given the netlist, display (draw) an AC circuit and find the current/voltage values.

License:GNU General Public License v3.0


Languages

Language:C 77.8%Language:Yacc 15.9%Language:Lex 5.4%Language:Makefile 0.5%Language:Shell 0.3%