Skip to content

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

License

Notifications You must be signed in to change notification settings

thelonesailor/AC-Circuit-Solver

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.9%
  • Yacc 15.9%
  • Lex 5.4%
  • Other 0.8%