sum of two convolution
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Image Analyst
2020년 8월 9일
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.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!