MATLAB SIGNAL PROCESSING TOOLBOX 6 Bedienungsanleitung Seite 21

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 60
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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)
Seitenansicht 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 59 60

Kommentare zu diesen Handbüchern

Keine Kommentare