Wednesday, November 17, 2010

0

MATLAB PROGRAM FOR Ramp continous generation

  • Wednesday, November 17, 2010
  • tech
  • Share
  • PROGRAM

    % ramp continous
    n=0:.1:10;
    plot(n,n);                %plotting the value of n against n for getting ramp signal
    title('ramp continous');          
    xlabel('time');
    ylabel('amplitude');

    OUTPUT 

    0 Responses to “MATLAB PROGRAM FOR Ramp continous generation”

    Post a Comment