필터 지우기
필터 지우기

something wierd with sinc function

조회 수: 8 (최근 30일)
Kobi
Kobi 2014년 11월 24일
편집: Matt J 2014년 11월 24일
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?

채택된 답변

Matt J
Matt J 2014년 11월 24일
편집: Matt J 2014년 11월 24일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by