Effacer les filtres
Effacer les filtres

i want to convolve two signal

2 vues (au cours des 30 derniers jours)
praveen rai
praveen rai le 30 Août 2017
Commenté : Adam le 30 Août 2017
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 commentaire
Adam
Adam le 30 Août 2017
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!

Connectez-vous pour commenter.

Réponses (0)

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by