Code covered by the BSD License  

Highlights from
addition

1.0

1.0 | 1 rating Rate this file 4 Downloads (last 30 days) File Size: 1.06 KB File ID: #34756

addition

by Alap

 

24 Jan 2012

addition of two signal

| Watch this File

File Information
Description

addition of two signal

Required Products MATLAB
MATLAB release MATLAB 7.0.1 (R14SP1)
Tags for This File  
Everyone's Tags
dsp
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
24 Jan 2012 Duane Hanselman

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)

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
dsp Alap 24 Jan 2012 14:33:42

Contact us at files@mathworks.com