Skip to content

f1yingbanana/transmission-line-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Requirement

  • homebrew (on Mac)
  • Python (2.7.13)
  • pip
  • kivy (install instruction for Mac | Windows)

Deployment OSX

  1. Download the latest release.

  2. Navigate to downloaded folder (the one containing this README file), and run pip install -r requirements.txt.

  3. Run garden install matplotlib.

  4. Run python src

Deployment Windows

  1. Download the latest release.

  2. In the command prompt, navigate to your python installation folder (default is "C:\python27", so type in cd C:\python27 and hit enter). Type Scripts\pip install -r (notice there is a trailing space) then drag the requirements.txt file from the downloaded folder into the command prompt and hit enter.

  3. Type Scripts\garden install matplotlib and hit enter.

  4. Type python (notice the trailing space) the drag the src folder from the downloaded folder into the command prompt and hit enter.

About

This project is a simulator for co-axial transmission lines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages