sum of two convolution

1 Ansicht (letzte 30 Tage)
mohammed shapique
mohammed shapique am 9 Aug. 2020
Beantwortet: Image Analyst am 9 Aug. 2020
If A=conv(s1,s2) gives 5 sets of values and B=conv(s2,s3) gives 6 sets values. Now how to add A and B.

Akzeptierte Antwort

Image Analyst
Image Analyst am 9 Aug. 2020
You have to determine what the time (or s) axis is, then expand A on the correct side so that it's 6 elements long. In general, expand the shorter one so it's the same length as the longer one by prepending zeros or appending zeros.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by