a help with fourier transform

1 Ansicht (letzte 30 Tage)
maryam 94
maryam 94 am 30 Aug. 2014
Kommentiert: maryam 94 am 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 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 30 Aug. 2014
Is this a Matlab question?
maryam 94
maryam 94 am 2 Sep. 2014
yes

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 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 Kommentare
Image Analyst
Image Analyst am 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 am 2 Sep. 2014
dont worry, its not. thanks for helping :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by