Hi @ehabets , thank you for sharing this code! I am implementing the method for general arrays to integrate in pyroomacoustics, and I have a couple of question about cylindrical noise.
- The papers and the code are not completely clear about how the distance
d between two sensors should be interpreted for general arrays in 3D. If the cylinder axis is the z-axis, is it correct to take d as the horizontal distance sqrt(x ** 2 + y ** 2) ?
- While inspecting the code, I saw that you recommend to use Cholesky rather than eigenvalue decomposition for babble noise. What is the rational for that ?
Thank you in advance for your help!
Hi @ehabets , thank you for sharing this code! I am implementing the method for general arrays to integrate in pyroomacoustics, and I have a couple of question about cylindrical noise.
dbetween two sensors should be interpreted for general arrays in 3D. If the cylinder axis is thez-axis, is it correct to takedas the horizontal distancesqrt(x ** 2 + y ** 2)?Thank you in advance for your help!