Skip to content

Releases: gabrielseibel1/BINS

[P3] Transient Analysis

14 Jul 01:50
Compare
Choose a tag to compare

Transient Analysis

Forward-Euler discretization of dynamic components.

Components

  • Capacitors
  • Inductors
  • Sinusoidal Voltage Sources
  • PWL Voltage Sources

Demonstration (with gnuplot)

$ source p3_demo.sh

[P2] Operation Point Solver - FIX

05 Jul 12:30
Compare
Choose a tag to compare

Fixes line-selections in permutations during LUGEPP. No more NaNs because of divisions by zero!

[P2] Operation Point Solver

28 May 19:25
Compare
Choose a tag to compare

Builds H matrix and S vector via stamping and solves Hx = S if spice file has .op command.

[P1] Parser

10 Apr 16:07
Compare
Choose a tag to compare

Parser for SPICE files. Prints list of interpreted lines, list of components and "node map". Prints errors to stderr, including some syntax errors of the SPICE file.