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

2 vues (au cours des 30 derniers jours)
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);

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by