There is any difference in matlab between normal calculations to discrete calculations ?

조회 수: 2 (최근 30일)
When I am trying to compute x*x*x (when * means convolution) I dont get the right answer.
X[n]=(7^n)heviside[-n] and I know that x*x*x=0.5(n-1)(n-2)(7^n)(heaviside[-n])=y[n]
my code is
syms n; X=(7^n)heviside(-n); y=conv(x)*conv(x)*conv(x);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by