Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 667 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 667 Bytes

matplotlib_examples

Some examples of plotting with matplotlib.

jakes_animation.ipynb

This code simulates Jakes's method for Rayleigh fading, something common in wireless communication systems. An image of the plot is below, and the jakes_animation_001.html file contains a ready made animation of the process. Jakes's method.

The animation saved to gif format using anim.save('jakes_40dpi.gif', dpi=40, writer='imagemagick'): Animated Jakes's

Open the binder link below to try the code interactively.

Binder