Effacer les filtres
Effacer les filtres

something wierd with sinc function

8 vues (au cours des 30 derniers jours)
Kobi
Kobi le 24 Nov 2014
Modifié(e) : Matt J le 24 Nov 2014
while using sinc(x) function there is a difference between sinc(x) and sin(x)/x also when i manually calculate its equal to
sinc(1.5)= -0.2 (negative value) sin(1.5)/1.5 = 0.6 (positive value)
why?

Réponse acceptée

Matt J
Matt J le 24 Nov 2014
Modifié(e) : Matt J le 24 Nov 2014
Sounds like you're using a pi-normalized sinc
>> sin(1.5*pi)/(1.5*pi)
ans =
-0.2122
It's a normalization often used so that the roots of the sinc() will be at the integers.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by