-
Currently, beamformers are a sub-class of microphone array objects. Ideally, the beamformers should have a structure more similar to the DOA or adaptive filters objects. They could be a subclass of ST…
-
After 0.8.0 update, pyroomacoustics cannot be imported.
```pytb
ModuleNotFoundError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 import pyroom…
-
If solutions are missing for one or more antennae, craftcor_tab.py (part of the beamforming nextflow step) will throw an indexing error as it will be expecting all antennae:
```
File "/fred/…
-
This is a great project and I try to do some research on beamforming using the code you share.But I am currently a newbie. In your code, I found that there should be a missing function called SINRF in…
-
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 * fn…
-
Hi:
I want to apply beamforming for speech enhancement, but the param `noise` I don't understand. If I want to perform speech enhancement and I only have `mixture`, what should be the parameter `nois…
-
As we are developing the core of the book we can still think to the future about sections and ideas we would like to add to the next edition.
The first that come to mind are instrumentation related:
…
-
I’m using a single static target of x = 0.0, y= 1.0, z = 0, i’m Finding that dds far exceeds using dgss in the source separation beamforming. Dds seems to really enhance the targeted sound, dgss doesn…
-
-
I have multiple recording of an event. the recordings started recording at different instances. first I aligned them by computing the [(offset)](https://github.com/allisonnicoledeal/VideoSync) and the…