filtering through correlation - MATLAB documentation
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!