sfstoolbox / sfs-matlab

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

Implement an own convolution function #24

Closed hagenw closed 11 years ago

hagenw commented 11 years ago

conv is slow and needs a loop for convolving a multichannel impulse response. Have alook at fftfilt and convolve from the LTFAT Toolbox for the implementation

hagenw commented 11 years ago

convolution() is implemented