filtering through correlation - MATLAB documentation
3 ビュー (過去 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!