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 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Wayne King
le 7 Fév 2014
Modifié(e) : Wayne King
le 7 Fév 2014
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 commentaires
Voir également
Catégories
En savoir plus sur Bartlett dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!