sfstoolbox / sfs-matlab

SFS Toolbox for Matlab/Octave
https://sfs-matlab.readthedocs.io
MIT License
98 stars 39 forks source link

Loudspeaker position for generic_wfs_25d #11

Closed hagenw closed 10 years ago

hagenw commented 11 years ago

At the moment the first loudspeaker of your array has to be on the x-axis (which means phi=0). If you have another setup (like we have in Pinta) you have to manually edit the secondary_source_positions.m function in order to get the first loudspeaker at the desired location:

phi = linspace(pi/2,(5/2-2/nls)*pi,nls)';
hagenw commented 10 years ago

Due to the fact that conf.secondary_sources.x0 allows to specify any setup it should be fine to use that one.