Matlab code to Generate convolution integeral or convolution sum
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sahil Kolambkar
il 15 Apr 2022
Risposto: Walter Roberson
il 15 Apr 2022
Matlab code for convolution integral or convolution sum without using matlab function for convolution.
0 Commenti
Risposta accettata
Walter Roberson
il 15 Apr 2022
conv(A, B)
is the same as
filter(A, fliplr(B))
when B is a row vector.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!