MATLAB: Matlab code for expressions

ramp signal code

how do i write the code for following expression: y(n)=ramp(n)+x(n+5)+ramp(-n)

Best Answer

Would you like to use the sawtooth() function in the Signal Processing Toolbox?
Related Question