Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
The sinc function is very important in digital signal processing as it is the Fourier transform of a rectangular pulse and is used extensively in interpolation. The sinc function is given by: sinc(t)= sin(π t)/(π t) when t ≠0 sinc(t)=1 whe
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
I need help to do this problem please because i don't understand how does it work!
I did these steps on matlab,
x= -5:1:5;
y= -5:1:5;
r= sqrt(x.^2 +y.^2);
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

