sfstoolbox / sfs-matlab

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

Wobbles in sound field of localwfs for some plane wave directions #28

Closed hagenw closed 9 years ago

hagenw commented 9 years ago

localsfs_wobbles

As you can see in the above image the sound of the plane wave has some strange wobbles if the plane wave goes to the direction [1 -1 0] instead of [0 -1 0]. Have you an idea if this is correct?

By the way I renamed test_virtualsecondarysources.m to test_localwfs.m and added more array setups.

fietew commented 9 years ago

Have you checked the resolution of the soundfield evaluation? Maybe its just a matter of aliasing introduced by the finite resolution of the images?

hagenw commented 9 years ago

You are correct, I changed the resolution to 1000 (b6c29f178b5f8b451133ce023c14d2aa5df21cb0) and now it looks as desired.