MATLAB SIGNAL PROCESSING TOOLBOX 6 Manuale Utente Pagina 21

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 60
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 20
The Sinc Function
2-13
The Sinc Function
The sinc function computes the mathematical sinc function for an input vector or
matrixx. Viewed as a function of time, or space, the sinc function is the inverse Fourier
transform of the rectangular pulse in frequency centered at zero of width 2π and height
1. The following equation defines the sinc function:
sin
.
p
p p
w
w
p
p
x
x
e d
j x
=
-
Ú
1
2
The sinc function has a value of1 when x is equal to zero, and a value of
sin
p
p
x
x
for all other elements of x.
To plot the sinc function for a linearly spaced vector with values ranging from –5 to5, use
the following commands:
x = linspace(-5,5);
y = sinc(x);
plot(x,y)
Vedere la pagina 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 59 60

Commenti su questo manuale

Nessun commento