filtering through correlation - MATLAB documentation
이전 댓글 표시
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?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!