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

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개)

Wayne King
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

can you tell me another way to find the convolution because i am unable to get the desired output from conv2(a,b)
How is the result of conv2 different from what you expect?
Maybe you want to use one of the options 'same' or 'valid'???

댓글을 달려면 로그인하십시오.

카테고리

태그

질문:

2014년 2월 7일

댓글:

2014년 2월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by