Matlab code to Generate convolution integeral or convolution sum
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sahil Kolambkar
am 15 Apr. 2022
Beantwortet: Walter Roberson
am 15 Apr. 2022
Matlab code for convolution integral or convolution sum without using matlab function for convolution.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 15 Apr. 2022
conv(A, B)
is the same as
filter(A, fliplr(B))
when B is a row vector.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!