how to apply convolution to two,two dimensional signals ..let me illustrate you in an elaborate way ..if I(x,y) is one two dimensional signal and H(x,y) is another signal varying in both x and y directions.how can i convolve both the signals
조회 수: 1 (최근 30일)
이전 댓글 표시
how to apply convolution to two,two dimensional signals ..let me illustrate you in an elaborate way ..if I(x,y) is one two dimensional signal and H(x,y) is another signal varying in both x and y directions.how can i convolve both the signals
댓글 수: 0
답변 (1개)
Wayne King
2014년 2월 7일
편집: Wayne King
2014년 2월 7일
Simply using conv2()
You can also see the help for filter2(). Perhaps one of your matrices is a 2-D FIR filter for the data matrix.
댓글 수: 3
참고 항목
카테고리
Help Center 및 File Exchange에서 Bartlett에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!