Community Profile

photo

Hasnaa Hasaan


Last seen: 2 mois il y a Actif depuis 2022

Statistiques

  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


What the code means
Can any one let me know what are the benefits of this code and what it's components mean?

2 mois il y a | 1 réponse | 0

0

réponse

Question


help me to explain this function of signal addition
I need to under stand the details of this function it seems d function [y,n] = sigadd(x1,n1,x2,n2) % implement y(n) = x1(n) + ...

9 mois il y a | 1 réponse | 0

1

réponse

Question


can any one tell me why that function can not run??
n=-5:5; x=y(n); x1=y(n-1); x2=y(n+1); subplot(3,1,1) stem(n,x); grid on; subplot(3,1,2) stem(n,x1); grid on; And I...

12 mois il y a | 2 réponses | 0

2

réponses