sfstoolbox / sfs-matlab

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

Propagation direction of NFC-HOA in the time domain #55

Closed narahahn closed 8 years ago

narahahn commented 8 years ago

In driving_function_imp_nfchoa.m, there is a if-request to solve the problem of wrong propagation direction. I found that this comes from the error in computing the input for spatial IFFT (here). According to the Eq. (5) and (6) of Spors et al, 2011 the exponential term should have negative exponent. Should I handle this issue myself?