File:Sinc sequence.pdf

Description
English: Sinc sequence .
Italiano: Sequenza sinc .
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#Sinc%20sequence.pdfCategory:PD-self#Sinc%20sequence.pdf
gnuplot source
InfoField
click to expand
n=[-10:10];
y=sinc(n/3);
figure
set(gca,'FontSize',14)
stem(n,y,'k')
xlabel('n')
title('sinc(n/3)')
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:Sinc function
Category:Created with GNU Octave Category:Images with Octave source code Category:PD-self Category:Plots of discrete time Category:Self-published work Category:Sinc function