File:Ramp sequence.pdf

Summary

Description
English: Ramp sequence .
Italiano: Sequenza rampa .
Date
Source Own work
Author Luca Ghio
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Ramp%20sequence.pdfCategory:PD-self#Ramp%20sequence.pdf
PDF development
InfoField
gnuplot source
InfoField
click to expand
n=[-10:10];
y=zeros(1,21);
y(11:21)=[0:10];
figure
set(gca,'FontSize',14)
stem(n,y,'k')
xlabel('n')
title('r(n)')
axis([-10 10 -0.5 10])
grid on
This image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.
It is recommended to name the SVG file “Ramp sequence.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.
Category:Other images that should use vector graphics#%20Ramp%20sequence.pdfCategory:PDF that should be converted to SVG Category:Images with Octave source code Category:Created with GNU Octave Category:Plots of discrete time Category:Piecewise linear functions
Category:Created with GNU Octave Category:Images with Octave source code Category:Other images that should use vector graphics Category:PD-self Category:PDF that should be converted to SVG Category:PNG created with Gnuplot Category:Piecewise linear functions Category:Plots of discrete time Category:Self-published work