Hi,
I read the original "Beamformer Output" issue thread and am still confused about its implementation. Specifically, when choosing grid points using the "channels" parameter as indices in the WriteWAV function.
For example, if I have a 1 x 1 x 1 room split up by .1 increments and want to filter for the (x = .1, y = .2, z = .3) voxel, the original thread seems like it would have me use:
acoular.WriteWAV (source=bt, channels =[1, 2, 3])
which then exports a 3 channel wav file.
How could I export a single channel beamformed signal for that specified location?
Thanks!