Frank Schultz

Results 11 issues of Frank Schultz

We might add the driving functions of plane wave, point/line source of the unified 2.5D WFS framework for different referencing schemes / positions of amplitude correct synthesis (PCS) into the...

new feature

Was wondering if we should/could add the Graz Ambisonics rendering techniques sometime: ALL-ROUND AMBISONIC PANNING: ALLRAP All-Round Ambisonic Decoding: AllRAD from [Zot12a] Zotter, F.; Frank, M. (2012): “All-round ambisonic panning...

new feature

We use `from numpy.core.umath_tests import inner1d as _inner1d` which is suboptimal, since its deprecated and requires non-standard library import. See also https://github.com/sfstoolbox/sfs-python/issues/77 We could use numpy's `einsum` do to this...

in all ESA driving functions we need to check the handling at `if Nc is None: what type to return such that no error occurs` The returned Nc = double...

taken from #117 > The equation contains only one `omega` not `omalias`. We should think about how to best integrate the pre-equalization filter. One idea is to introduce a function...

Since we'd like to make the handling of synthesize.generic() / soundfield.p_array() more consistent, it is worth to think about cases that might be appear: in the frequency domain: -use many...

There are ESA driving functions that use dipole secondary sources: `def esa_edge_dipole_2d_line` `def esa_edge_dipole_2d_plane` We need to add these to the new handling, i.e. something like `def secondary_source_line_dipole(omega, c):` We...

We use the quadpy package for creating Lebedev spherical grids. quadpy API changed a lot meanwhile, so I tried to fixed this issue with this PR. The fix is not...

I updated the sphinx doc build handling since the old handling did not work with recent package versions, at least not on my computer. I also added bib-file handling. The...

For https://github.com/spatialaudio/digital-signal-processing-exercises/blob/master/dft/dft_windowing_tutorial/dft_windowing_tutorial.tex add a graph that shows the psinc/diric for small/large/even/odd N.

enhancement