DIY Network Frequency  Software in C++
First Posted November 14, 2015


With programs like spice, there really in no reason to write  your own circuit analysis software, but it does give you a deeper understanding of what is really going on inside of all of the various components in a circuit.  What I have here is a collection of C++ classes  that perform complex arithmetic, manipulate matrices that are needed for doing the analysis.  Plus, I threw in an old school type plot routine, very much like we used to use in the old punched card days using FORTRAN.

Download Source Code for Code::Blocks

Anyway, I hope you will find this fun, and educational.