The goal of Symbolic-spice is to provide a simple solution to analyse linear circuit in a symbolic fashion, in order, for example, to derive more easily the analytical expression of a transfert function on a given circuit. Also, Symbolic-spice can substitute (thanks to sympy) the symbolic component values by there associated numerical value, in order to plot a transfert function between two nodes/branches of this circuit.
Symbolic-spice relies on the Modified Nodal Analysis, introduced by Chen-When Ho and al., in order to automaticaly right down the equations governing the linear electronic circuit, in a symbolic way thanks to the sympy library.
- Create a linear schematic in LT-Spice.
- Set a voltage source named either 'Vin' or ‘V1’ (if both exist, Vin will be set as input). a. The positive side of the source needs to be connected in the desired input node. b. The AC stimulus of the source needs to be set to 1.
- (Optional) Set a net label titled 'out' for setting the output as the last node.
- Add test folder to automatically verify if update causes issues.
- Add parser for LT Spice .net files.
- Add support fot V1 as default input.
- Add support for parameters.
- Test parser with all the components.
- Voltage source.
- Current source.
- Resistor.
- Capacitor.
- Inductor.
- Op-Amp.
- Transformer.
- Girator.
- Convert scripts into library.
- Add Z-Transform for analog coefficients.
- Merge into transfer function class
- Clean-up implementation
- Add normalizing.
- Solve numpy object/float situation.
- Add feature to get State-Space model from netlist.
- Get automated State-Space model for linear circuits.
- Get automated State-Space model for degenerate linear circuits.
- Get automated State-Space model for non-linear circuits.
- Add optimizer to fine tune parameters based on a target measurement.
- Use Pultec's EQP-1A as an example.