according to my results are not appropriate, because the large value generated is not the same compared with conv.m
Comment only
11 Nov 2007
Fast Convolution
Convolves two extremely large vectors in reasonable time.
Mike Cohen
500x improvement. nice work, thanks for sharing that. note that you need to comment out the normalization (last line of code) if the convolved values are meaningful.
5
10 May 2007
Fast Convolution
Convolves two extremely large vectors in reasonable time.
Ismail Al Anshori
Very impressive!
This can make my convolution reverb of my final assignment perform faster and faster.
Thanks a lot.
5
06 Feb 2007
Fast Convolution
Convolves two extremely large vectors in reasonable time.
Charles Jackson
Fantastic. Sped up my code by a factor of 20.
Crashes if the output is all zero (because it tries to normalize the output to a maximum of 1). Very simple to fix this though.
Comment only