Forward and Reverse Propagating Sinusoidal Voltages on a Transmission Line

This is intended for use with Python 3.5 and Bokeh v0.11. Make sure Bokeh v0.11 is installed according to the instructions in 01a_simple_forward_reverse_pulses.ipynb.

The forward and reverse propagating wave visualization is in the python file, sinusoidal_wave_animation.py. To use it, execute the following from the command line (assuming your terminal current working directory is already ECEn360_W16/transmission_lines)

bokeh serve --show sinusoidal_wave_animation.py

A new window will open in your browser in which the visualization will be visible. Use the controls to see how the forward, reverse, and total voltage on the transmission line changes with the attenuation constant and reflection coefficient.


In [ ]: