a help with fourier transform

1 vue (au cours des 30 derniers jours)
maryam 94
maryam 94 le 30 Août 2014
Commenté : maryam 94 le 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)
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 30 Août 2014
Is this a Matlab question?
maryam 94
maryam 94 le 2 Sep 2014
yes

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 30 Août 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 commentaires
Image Analyst
Image Analyst le 30 Août 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 le 2 Sep 2014
dont worry, its not. thanks for helping :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by