Matlab problem conv function

10 vues (au cours des 30 derniers jours)
Ana Andrei
Ana Andrei le 8 Avr 2021
Commenté : Jan le 8 Avr 2021
n3=0:110
u=1.*(n3>=0);
y=conv(u, h2);
subplot(212);
stem(0:length(y)-1, y);
xlabel('n');
ylabel('Convolutia liniara ya(n)=xa(n)\otimes h(n)');
Can someone explain why is conv used if i want a response at unit step of function h2?
  1 commentaire
Jan
Jan le 8 Avr 2021
What is h2 ?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by