Effacer les filtres
Effacer les filtres

How do you compute a convolution of u(n) and n*u(n)??? Matlab is going crazy!!!!

2 vues (au cours des 30 derniers jours)
Boom
Boom le 7 Août 2016
Here is my code:
syms n;
x=(.5)^n*heaviside(-n-1);
y=(1/3)^n*heaviside(n);
H=conv(x,y)
  1 commentaire
Image Analyst
Image Analyst le 7 Août 2016
Modifié(e) : Image Analyst le 7 Août 2016
Edited -- I fixed your formatting.
Why is it going crazy? What is u (x or y) and what is n*u (x or y)? You are aware that convolution flips one of the arrays, right? And you are aware that there are several "edge effects" options (same, full, valid), right? So what's the problem? Explain what you mean by "crazy".

Connectez-vous pour commenter.

Réponses (1)

Sharmila Raghu
Sharmila Raghu le 12 Août 2016
Please refer to the solution provided in the following link for more information :
Also,"conv" accepts only vectors of type single and double as inputs.

Community Treasure Hunt

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

Start Hunting!

Translated by