photo

Hasnaa Hasaan


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
127,253
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

2 years 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