File:Ramp sequence.pdf
Summary
| Description |
English: Ramp sequence .
Italiano: Sequenza rampa . |
||
| Date | |||
| Source | Own work | ||
| Author | Luca Ghio | ||
| Permission (Reusing this file) |
|
||
| PDF development | |||
| gnuplot source | 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: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