File:Triangle sequence.pdf

Original file(1,154 × 870 pixels, file size: 5 KB, MIME type: application/pdf)

Captions

Captions

Add a one-line explanation of what this file represents
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.
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

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:11, 30 June 2016Thumbnail for version as of 10:11, 30 June 20161,154 × 870 (5 KB)Luca Ghio (talk | contribs){{Information |Description= {{en|Triangle sequence <math>t_{2N + 1} \left( n \right) = \begin{cases} 1 - \frac{\left| n \right|}{N} , & \left| n \right| \leq N \\ 0 , & \left| n \right| > N \end{cases} , \quad N \in \N</math>.}} {{it|Sequenza triangolo...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata