Skip to content

Latest commit

 

History

History
144 lines (97 loc) · 3.25 KB

Transformada de Fourier.md

File metadata and controls

144 lines (97 loc) · 3.25 KB
title
Transformada de Fourier

Fórmulas

Transformada de Fourier en tiempo continuo

$$F(\omega) = \int_{-\infty}^{\infty} f(t) \cdot e^{-j\omega t} \, dt$$
F(\omega) = \int_{-\infty}^{\infty} f(t) \cdot e^{-j\omega t} \, dt

Transformada inversa de Fourier

$$f(t) = \frac{1}{2\pi} \int_{-\infty}^{\infty} F(\omega) \cdot e^{j\omega t} \, d\omega$$
f(t) = \frac{1}{2\pi} \int_{-\infty}^{\infty} F(\omega) \cdot e^{j\omega t} \, d\omega

Propiedades

Linealidad

$$\mathcal{F}\{af(t) + bg(t)\} = aF(\omega) + bG(\omega)$$
\mathcal{F}\{af(t) + bg(t)\} = aF(\omega) + bG(\omega)

Desplazamiento en el dominio del tiempo

$$\mathcal{F}\{f(t - t_0)\} = F(\omega)e^{-i\omega t_0}$$
\mathcal{F}\{f(t - t_0)\} = F(\omega)e^{-i\omega t_0}

Desplazamiento en la frecuencia

$$\mathcal{F}\{e^{i\omega_0 t}f(t)\} = F(\omega - \omega_0)$$
\mathcal{F}\{e^{i\omega_0 t}f(t)\} = F(\omega - \omega_0)

Simetría

$$F(-\omega) = F^*(\omega)$$

F(-\omega) = F^*(\omega)

Teorema de convolución

Referencias

En tiempo

$$\mathcal{F}\left\{f * g\right\} = \mathcal{F}\left\{f\right\} \cdot \mathcal{F}\left\{g\right\}$$
\mathcal{F}\left\{f * g\right\} =  \mathcal{F}\left\{f\right\} \cdot \mathcal{F}\left\{g\right\}

En frecuencia

$$\mathcal{F}\left\{f \cdot g\right\} = \frac{1}{2\pi} \mathcal{F}\left\{f\right\} * \mathcal{F}\left\{g\right\}$$
\mathcal{F}\left\{f \cdot g\right\} = \frac{1}{2\pi} \mathcal{F}\left\{f\right\} * \mathcal{F}\left\{g\right\}

Temas relacionados