Open an interactive online version by clicking the badge Binder badge or download the notebook.

Try it Yourself#

You’ve checked out some of the example Notebooks from the pyfar gallery and want to try pyfar yourself before installing it?

This notebook is for you - click the launch binder button above and start coding!

We added some imports that you might need. Run the below first.

[1]:
# import pyfar packages
import pyfar as pf
import pyrato
import spharpy
import sofar
# import common other packages
import numpy as np
import matplotlib.pyplot as plt

Now try what you have in mind below. If you run into problems pyfar.org is there for you to help.

[2]:
# your code goes here...