This project is a simulator for co-axial transmission lines. It allows user to connect cables of different resistance and observe how a signal would look like traveling across it.
-
Download the latest release.
-
Navigate to downloaded folder (the one containing this README file), and run
pip install -r requirements.txt
. -
Run
garden install matplotlib
. -
Run
python src
-
Download the latest release.
-
In the command prompt, navigate to your python installation folder (default is "C:\python27", so type in
cd C:\python27
and hit enter). TypeScripts\pip install -r
(notice there is a trailing space) then drag therequirements.txt
file from the downloaded folder into the command prompt and hit enter. -
Type
Scripts\garden install matplotlib
and hit enter. -
Type
python
(notice the trailing space) the drag thesrc
folder from the downloaded folder into the command prompt and hit enter.