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:\python27and hit enter). TypeScripts\pip install -r(notice there is a trailing space) then drag therequirements.txtfile from the downloaded folder into the command prompt and hit enter. -
Type
Scripts\garden install matplotliband hit enter. -
Type
python(notice the trailing space) the drag thesrcfolder from the downloaded folder into the command prompt and hit enter.