필터 지우기
필터 지우기

How to plot this signal?

조회 수: 1 (최근 30일)
Dick Rusell
Dick Rusell 2014년 9월 12일
편집: Honglei Chen 2014년 9월 12일
I'm trying to plot this signal but I'm not sure where to start.
y(n) = ax(n) + bx(n 1) + cx(n 2)
where a=b=c=1/3

채택된 답변

Honglei Chen
Honglei Chen 2014년 9월 12일
편집: Honglei Chen 2014년 9월 12일
y = filter([a b c],1,x);
plot(y)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by