photo

Hasnaa Hasaan


Last seen: 8 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

1 year ago | 0 answers | 0

0

answers

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) + ...

1 year ago | 1 answer | 0

1

answer

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...

2 years ago | 2 answers | 0

2

answers