←back to thread

What Is the Fourier Transform?

(www.quantamagazine.org)
474 points rbanffy | 2 comments | | HN request time: 0.001s | source
Show context
Salgat ◴[] No.45133006[source]
Always blew my mind that every signal can be recreated simply by adding different sine waves together.
replies(5): >>45133032 #>>45133064 #>>45133091 #>>45133402 #>>45133641 #
esafak ◴[] No.45133064[source]
Only if it is band-limited.
replies(3): >>45133146 #>>45133266 #>>45133418 #
anvuong ◴[] No.45133418[source]
You are being confused with #samples needed for perfect reconstruction, i.e. Nyquist sampling frequency. Fourier series/transforms work regardless of the bandwidth of the signal, as long as the integral exists, i.e. it must vanish at infinity.

Essentially it's just projection in infinite-dimensional vector spaces.

replies(1): >>45133565 #
1. esafak ◴[] No.45133565[source]
That's what is commonly understood by reconstruction: perfect reconstruction. And for that you need a band-limited signal. Otherwise he would have said approximate- or lossy reconstruction.
replies(1): >>45144491 #
2. nomel ◴[] No.45144491[source]
> And for that you need a band-limited signal.

Luckily, we live in a physical universe, where such mathematical oddities, like infinite bandwidth signals, cannot exist, so this isn't an actual issue. Any signal that that contains infinite bandwidths only exists because it has sampling artifacts. You would, necessarily, be attempting to reconstruct errors. There are many "tricks" around dealing with such flawed signals. But yes, you can't fully reconstruct impossible signals with FFT.