i want to convolve two signal

2 次查看(过去 30 天)
praveen rai
praveen rai 2017-8-30
评论: Adam 2017-8-30
i have a matrix i.e image size is 435*262 (y=435*262) i want to convolve with a 1d array i.e a=[0 1 0] z=conv2(double(y),double(a));% code for convolution my question is can i convolve in this way is it right or should i have to convert 'y' in to 1D or i have to make 'a' in to 2D i am little bit confuse can any one help or provide me the code if m writing in wrong way
  1 个评论
Adam
Adam 2017-8-30
Yes, you can convolve in that way. a is already 2d, it just happens to have dimensionality of 1 in one of the directions. You have to make sure you get the right orientation though of course for the direction you want to convolve. Although with your filter it doesn't matter anyway since it doesn't do anything!

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matched Filter and Ambiguity Function 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by