Saltar al contenido principal
LibreTexts Español

12.1: Introducción

  • Page ID
    87079
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Objetivos de aprendizaje

    • Aprende métodos para hacer convolución por FFT de manera más eficiente.

    Una de las principales aplicaciones de la FFT es hacer convolución de manera más eficiente que el cálculo directo a partir de la definición que es:

    \[y(n)=\sum h(m)x(n-m) \nonumber \]

    que, con un cambio de variables, también se puede escribir como:

    \[y(n)=\sum x(m)h(n-m) \nonumber \]

    Esto se usa a menudo para filtrar una señalx(n)x(n)“role="presentation” style="position:relative;” tabindex="0">


    This page titled 12.1: Introducción is shared under a CC BY license and was authored, remixed, and/or curated by C. Sidney Burrus.