File:Triangle sequence.pdf

Description
English: Triangle sequence .
Italiano: Sequenza triangolo .
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#Triangle%20sequence.pdfCategory:PD-self#Triangle%20sequence.pdf
gnuplot source
InfoField
click to expand
N=10;
n=[-N:N];
y=1-abs(n)/N;
figure
set(gca,'FontSize',14)
stem(n,y,'k')
xlabel('n')
title('t_{21}(n)')
axis([-10 10 -0.5 1.5])
grid on
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:PD-self Category:Pages using deprecated source tags Category:Piecewise linear functions Category:Plots of discrete time Category:Self-published work