We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that there might be an error in beamforming.py
at line 301: R = circular_2D_array(center=center[:1], M=M, phi0=phi0, radius=radius)
I think center=center[:1] should be modified as center=center[:2], for a 2D array
Correct me if I'm wrong, thanks :))
The text was updated successfully, but these errors were encountered:
Fixes bug in circular_microphone_array_xyplane (#348). Fixes frequenc…
b13aba8
…y unit of room.plot_rir with kind=tf.
Fixes bugs in circular_microphone_array_xyplane and Room.plot_rir (#350)
d66cf05
* Fixes bug in circular_microphone_array_xyplane (#348). * Fixes frequency unit of room.plot_rir with kind=tf.
Thanks for finding this bug ❤️ I corrected it in PR #350.
Sorry, something went wrong.
No branches or pull requests
Hi,
I noticed that there might be an error in beamforming.py
at line 301:
R = circular_2D_array(center=center[:1], M=M, phi0=phi0, radius=radius)
I think center=center[:1] should be modified as center=center[:2], for a 2D array
Correct me if I'm wrong, thanks :))
The text was updated successfully, but these errors were encountered: