Rank: 5286 based on 4 downloads (last 30 days) and 1 file submitted
photo

Alap

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Alap
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Jan 2012 addition addition of two signal Author: Alap dsp 4 1
  • 1.0
1.0 | 1 rating
Comments and Ratings on Alap's Files
Updated File Comment by Comments Rating
24 Jan 2012 addition addition of two signal Author: Alap Hanselman, Duane

Here is what is in the file:
x1=input('enter value for x1 : ');
x2=input('enter value for x2 : ');
n1=input('enter time interval n1 : ');
n2=input('enter time interval n2 : ');
subplot(2,2,1);
stem(n1,x1);
title('signal1')
subplot(2,2,2);
stem(n2,x2);
title('signal2')
sigadd(x1,n1,x2,n2)

Top Tags Applied by Alap
dsp
Files Tagged by Alap
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Jan 2012 addition addition of two signal Author: Alap dsp 4 1
  • 1.0
1.0 | 1 rating

Contact us at files@mathworks.com