sfa-numpy icon indicating copy to clipboard operation
sfa-numpy copied to clipboard

NumPy/Python toolbox for sound field analysis

Results 8 sfa-numpy issues
Sort by recently updated
recently updated
newest added

After a release was generated, external links could be added for all examples in the sphinx documentation. Link from documentation to github blob and to an interactive example on [MyBinder](https://mybinder.org/)....

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...

In this PR, a frequency-dependent Ambisonic encoding using linear-phase filter-bank is implemented, which is proposed by Franz Zotter in his paper, * Franz Zotter, "A linear-phase filter-bank approach to process...

The so-called generalized spiral points are generated according to [Rakhmanov 1991](http://www.math.vanderbilt.edu/saffeb/texts/155.pdf). * The azimuth and elevation angles are given in closed form * The computation requires the number of microphones....

The monopoles use an expression like `hn(k*rs) * bn(k*r)`, which exist as a limit `k->0` but is undefined for `k==0`. Consequently `spherical_ps` and `circular_ls` yield `NaN` for `k==0`. The DC...

According to Eq. (3.34) in [Rafaely, 2015](http://www.springer.com/de/book/9783662456637), the forward and inverse discrete spherical harmonic transform are defined as ``` fnm = Y^-1 * f f = Y * fnm ```...

Example for modal analysis and sound field extrapolation * capture the sound field of a monochromatic plane wave by an open circular array * compute the circular harmonics expansion coefficients...