Fish Touching🐟🎣

Fourier Transform

Jun 7, 2023

# What

Transforms a function of time, a signal, into a function of frequency.

The Fourier Transform decomposes or breaks down a time-based function into a sum of sine waves of different frequencies. Each sine wave corresponds to a certain frequency, and the size (or amplitude) of that sine wave represents how much of that particular frequency is present in the original signal. This gives us a frequency spectrum of the signal.

The result of the Fourier Transform is a function in the frequency domain, where the X-axis represents frequencies (not time), and the Y-axis represents the amount of each frequency present in the original signal.

# How

$$F(w) = ∫_{-∞}^{∞} f(t) e^{-iwt} dt$$

# Applications