Friday 29 April 2011

Program for addition of two continuous signals in MATLAB

Program for addition of two continuous signals in Matlab:

x=linspace(0,2*pi,100);

a=sin(x);

b=cos(x);

c=a+b;


y=plot(x,a,x,b,'*',x,c,'+')

7 comments:

  1. [...] Program to add two continuous signals in MATLAB [...]

    ReplyDelete
  2. hi my name is pedro i am having trouble with matlab . i wonder if anybody cab help me

    ReplyDelete
  3. hi pedro,
    tell me about our problem ,let me see if i can help you..!!

    ReplyDelete
  4. hey can you tell me how to add two signals x and y maintaining a constant power ratio

    ReplyDelete
  5. can you tell me how to add two audio signals of unequal length

    ReplyDelete
  6. guys i need matlab code for gabor transform on image.........my mail id:gbrajkumar3@gmail.com

    ReplyDelete
  7. diksha kalsotra20 May 2013 at 09:16

    heyyy can anyone help me with matlab programs :(

    ReplyDelete