is there a way to directly convolute these systems or do i need to work on the math part and then use the convolution function

조회 수: 4 (최근 30일)
How could I calculate the response of this system to x[n] by using conv function and then plotting y[n] by using stem command. (length of system x(n) should be 6 and length of system h(n) should be 9)

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 23일
conv(ones(1,6),ones(1,9))

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by