sfstoolbox / sfs-matlab

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

fix problem in implementation of least squares fractional delay filter #48

Closed fietew closed 8 years ago

fietew commented 8 years ago

If a fractional_delay of 0.0 is given to function, the former implementation leads to NaNs. Instead MATLAB's sinc function is used.