a help with fourier transform

2 views (last 30 days)
maryam 94
maryam 94 on 30 Aug 2014
Commented: maryam 94 on 2 Sep 2014
can any one help me with this question please ?
the question says: using fourier transform properties, prove that sinc(t)*sinc(t) = sinc(t)

Accepted Answer

Image Analyst
Image Analyst on 30 Aug 2014
Assuming your * means convolution, which is often two *, and knowing that convolution in one domain is multiplication in the other domain:
fft(sinc**sinc) = fft(sinc) * fft(sinc) = rect*rect = rect
and
ifft(rect) = sinc = same as what you started with.
so sinc**sinc = sinc.
  2 Comments
Image Analyst
Image Analyst on 30 Aug 2014
Hopefully I didn't just do your homework for you. You didn't tag it as homework, but it kind of looks like it. I wouldn't want you to be caught plagiarizing.
maryam 94
maryam 94 on 2 Sep 2014
dont worry, its not. thanks for helping :)

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!