How to plot the sum of two functions using stem function

조회 수: 14 (최근 30일)
Ahmed  Ashour
Ahmed Ashour 2017년 11월 22일
댓글: Walter Roberson 2017년 11월 22일
X[n]=[1,-2,4,6,-5,8,10]
Generate and plote samples using stem function
Y[n] =3x[n+2] +x[n-4]+2x[n]
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 11월 22일
An initialization is given for X[n] . Is each X[n] intended to be a vector? Or is the intention that X[1] = 1, X[2] = -2, and so on?
Is there a formula given for further values of X[n], or should we consider X[n] to be that vector and X[n+2] (for example) to also be that vector?
We are given a formula for Y[n] in terms of x values. Is there a relationship between the X values that were defined in the first line and the x that is used in the second line?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by