sfstoolbox / sfs-python

SFS Toolbox for Python
https://sfs-python.readthedocs.io
MIT License
65 stars 19 forks source link

Examples for WFS or NFCHOA #134

Closed hagenw closed 5 years ago

hagenw commented 5 years ago

Maybe, I overlooked a pull request, but in the documentation of the current master, the following can be found under "Examples":

It seems a little bit strange to me that no WFS or NFC-HOA appear there, maybe we move one of the "Example Python Scripts" that deals with sound field synthesis in an notebook example?

fs446 commented 5 years ago

Yeah, that's weird. Maybe we could take this one https://github.com/spatialaudio/sfs-with-local-wavenumber-vector-concept/blob/master/WFS_vs_NFCHOA.ipynb

I've started it yesterday for my DAGA project. We only have to adapt this to work with the master branch (exchanging frequency point_25d) and comment a little bit more.

mgeier commented 5 years ago

@hagenw You didn't overlook it, we currently don't have such examples.

I've slightly touched on this topic in #108:

We could also split the example script into multiple parts and turn some of them into notebooks?