API Documentation

Sound Field Synthesis Toolbox.

https://sfs-python.readthedocs.io/

Submodules

fd

Submodules for monochromatic sound fields.

td

Submodules for broadband sound fields.

array

Compute positions of various secondary source distributions.

tapering

Weights (tapering) for the driving function.

plot2d

2D plots of sound fields etc.

plot3d

3D plots of sound fields etc.

util

Various utility functions.

class sfs.default[source]

Get/set defaults for the sfs module.

For example, when you want to change the default speed of sound:

import sfs
sfs.default.c = 330
c = 343

Speed of sound.

rho0 = 1.225

Static density of air.

selection_tolerance = 1e-06

Tolerance used for secondary source selection.

reset()[source]

Reset all attributes to their “factory default”.