Fiete Winter
Fiete Winter
## Background Data based Sound Field Synthesis has not been covered in the Sound Field Synthesis Toolbox, so far, as most of the implemented algorithms are based on mathematical models...
to test: `sound_field_mono([-2,2],[-2,2],0,[0,1,0,100,0,0,1],'mps',1,1000,conf)` TODO: for the moment, i had to deactivate the check for the secondary sources' orientation vector to be normalized, as the velocity of the moving source is...
Still WIP. Predictions are possible for single positions or as the mininum over extended listening areas (only circles at the moment, lines and ellipses are planned ). The algorithm sets...
As the structure of the configuration struct undergoes continual changes, it might be a good idea to add a validation script, that compares the given struct against the current output...
Adds new source type with far-field directivity of circular piston radiator ```Python import sfs import numpy as np import matplotlib.pyplot as plt plt.rcParams['figure.figsize'] = 8, 4.5 # inch x0 =...
In version 0.2.0, there seems to be a problem with initialising "View" as the only varying Coordinate: **Reproducing code example:** ```python import sofa HRIR = sofa.Database.create( 'test.sofa', "MultiSpeakerBRIR", dimensions={"M": 10,...