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
Mostrar comentarios más antiguos
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
Respuestas (1)
Wayne King
el 7 de Feb. de 2014
Editada: Wayne King
el 7 de Feb. de 2014
0 votos
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 comentarios
ashok
el 7 de Feb. de 2014
Anand
el 7 de Feb. de 2014
How is the result of conv2 different from what you expect?
Image Analyst
el 8 de Feb. de 2014
Maybe you want to use one of the options 'same' or 'valid'???
Categorías
Más información sobre Correlation and Convolution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!