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

2 Ansichten (letzte 30 Tage)
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);

Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by