a help with fourier transform

1 次查看(过去 30 天)
can any one help me with this question please ?
the question says: using fourier transform properties, prove that sinc(t)*sinc(t) = sinc(t)

采纳的回答

Image Analyst
Image Analyst 2014-8-30
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 个评论
Image Analyst
Image Analyst 2014-8-30
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 2014-9-2
dont worry, its not. thanks for helping :)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by