filtering through correlation - MATLAB documentation
Ältere Kommentare anzeigen
MATLAB documentation says that "imfilter performs multidimensional filtering using correlation, which is the same way that FILTER2 performs filtering. When no correlation or convolution option is specified, imfilter uses correlation." I guess what is possible for M-D is also possible for 1-D signals. Filtering (linear convolution) can be implemented through circular convolutions through DFTs for efficiency of computation. And I am curious to know why filtering is done through correlation as stated in documentation. Any ideas or references?
Antworten (0)
Kategorien
Mehr zu Correlation and Convolution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!