-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
228 lines (183 loc) · 7.71 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
% https://github.com/martinhelso/UiB
\documentclass[spanish]{beamer}
\usepackage[spanish]{babel}
\usetheme{UiB}
\usepackage[utf8]{inputenx} % For æ, ø, å
\usepackage{csquotes} % Quotation marks
\usepackage{microtype} % Improved typography
\usepackage{amssymb} % Mathematical symbols
\usepackage{mathtools} % Mathematical symbols
\usepackage[absolute, overlay]{textpos} % Arbitrary placement
\setlength{\TPHorizModule}{\paperwidth} % Textpos units
\setlength{\TPVertModule}{\paperheight} % Textpos units
\usepackage{tikz}
\usetikzlibrary{overlay-beamer-styles} % Overlay effects for TikZ
\author{María Arranz y Celia Rubio}
\title{Transformada rápida de Fourier}
\subtitle{Métodos de Rader y Bluestein}
\date{Rader y Bluestein}
\usepackage{faktor}
\newcommand{\DFT}{\text{DFT}}
\newcommand{\IDFT}{\text{IDFT}}
\usepackage{cancel}
\begin{document}
\section{Introducción}
\begin{frame}{Índice}
\tableofcontents
\end{frame}
\begin{frame}{Introducción}
Sea el polinomio $P(x)=\sum\limits_{i=0}^{N-1}a_i\cdot x^i$.
\begin{definition}
$\DFT(P,\xi) = \left(P(1),P(\xi),P(\xi^2)...\right) = D(\xi)\cdot (a_0,a_1,a_2...)$\\[\bigskipamount]
donde $D(\xi)_{(i,j)}=\xi^{ij}$ para $i,j\in\{0,...,N-1\}$.
\end{definition}
Es decir, para $j\in\{0,...,N-1\}$:
\begin{equation*}
\DFT(P,\xi)_{(j)}=\sum\limits_{k=0}^{N-1} a_k \cdot\xi^{jk}
\end{equation*}
En clase hemos visto Cooley–Tukey para $N$ potencia de $2$:
\begin{equation*}
\DFT(P,\xi)_{(j)}=P(\xi^j)=P_{par}(\xi^{2j})+\xi^j\cdot P_{impar}(\xi^{2j})
\end{equation*}
\end{frame}
\section{Método de Rader}
\begin{frame}{Método de Rader (I)}\medskip
Si $N$ primo $\implies$
$\left(\faktor{\mathbb{Z}}{N\mathbb{Z}}\right)^*$ es el grupo cíclico $C_{N-1}$ de orden $N-1$.\\[\smallskipamount]
\begin{itemize}
\item Tiene un generador $g$ de orden $N-1$.
\item $g^{-1}$ también es un generador.
\end{itemize}\bigskip
Retomando la fórmula:
\begin{equation*}
\DFT(P,\xi)_{(j)}=\sum\limits_{k=0}^{N-1} a_k \cdot\xi^{jk}
\end{equation*}
En concreto, $\DFT(P,\xi)_{(0)}=P(1)=\sum\limits_{k=0}^{N-1} a_k $.\\[\bigskipamount]
El resto de índices $j\in\{1,...,N-1\}$ los vemos dentro de $C_{N-1}$.
\end{frame}
\begin{frame}{Método de Rader (II)}
\begin{equation*}
\DFT(P,\xi)_{(j)}=a_0+\sum\limits_{k=1}^{N-1} a_k \cdot\xi^{jk},\quad j\in\{1,...,N-1\}
\end{equation*}
Los índices $k$ también los vemos dentro de $C_{N-1}$.\\[\smallskipamount]
\begin{itemize}
\item Escribimos $k$ como potencia de $g$:\qquad
$k=g^{q_k}$
\item Escribimos $j$ como potencia de $g^{-1}$:\qquad
$j=(g^{-1})^{p_j}=g^{-p_j}$
\end{itemize}\medskip
$j\mapsto p_j$ y $k\mapsto q_k$ son biyecciones, con $p_j,q_k = 0,...,N-2$.\bigskip
Reescribimos la fórmula (quito subíndices para aligerar):
\begin{equation*}
\DFT(P,\xi)_{(g^{-p})}=a_0+\sum_{q=0}^{N-2} a_{g^{q}} \cdot\xi^{g^{-(p-q)}}
\end{equation*}
\end{frame}
\begin{frame}{Método de Rader (III)}
\begin{equation*}
\DFT(P,\xi)_{(g^{-p})}=a_0+\sum_{q=0}^{N-2} a_{g^{q}} \cdot\xi^{g^{-(p-q)}}
\end{equation*}
Es la convolución cíclica de $u(n) = \xi^{g^{-n}}$ y $v(m)=a_{g^m}$.
\begin{equation*}
(u*v)_p = \sum\limits_{\substack{n+m\equiv p\ (\text{mod}\ N-1)\\ n,m=0}}^{N-2}u(n)\cdot v(m)
=(\IDFT\left(\DFT(u)\cdot\DFT(v)\right))_p
\end{equation*}
¿Cómo lo calculamos? Necesitamos:
\begin{itemize}
\item \textbf{Alargar con ceros} $u$ y $v$ para que tengan longitud potencia de 2.
\item Que la solución resultante vuelva a tener longitud $N-1$.
\end{itemize}
\end{frame}
\section{Rellenado con ceros}
\begin{frame}{Rellenado con ceros (I)}\medskip
Sean $A$ y $B$ de longitud $M$.
Rellenamos con ceros hasta $\ell = 2^x > 2M$:
\begin{equation*}
\mathcal{A} = A + [0]*(\ell - M)\ \qquad
\mathcal{B} = B + [0]*(\ell - M)
\end{equation*}
Hacemos la convolución de las extensiones $\mathcal{A}$ y $\mathcal{B}$:
\begin{equation*}
(\mathcal{A}*\mathcal{B})_k = \sum_{i+j=k} \mathcal{A}_i \cdot \mathcal{B}_j + \cancelto{0}{\sum_{i+j=k+\ell} \mathcal{A}_i \cdot \mathcal{B}_j}
\end{equation*}
El segundo sumatorio tiene todos sus términos nulos.
Si $i<M$ entonces $j>=M$, y viceversa:
\begin{equation*}
j = k+\ell-i > k+2M-M= k + M \geq M
\end{equation*}
\end{frame}
\begin{frame}{Rellenado con ceros (II)}\medskip
Además, si $i$ o $j >= M$ entonces el sumando es 0, así que los índices solo llegan hasta $M-1$.
\begin{equation*}
(\mathcal{A}*\mathcal{B})_k = \sum_{i+j=k} \mathcal{A}_i \cdot \mathcal{B}_j = \sum_{i+j=k} A_i \cdot B_j
\end{equation*}
¿Cómo se recupera entonces la convolución original?
\begin{equation*}
(A*B)_k = \sum_{i+j=k} A_i\cdot B_j + \sum_{i+j=k+M} A_i\cdot B_j
\end{equation*}
\begin{equation*}
= (\mathcal{A}*\mathcal{B})_k + (\mathcal{A}*\mathcal{B})_{k+M}
\end{equation*}
\end{frame}
\section{Método de Bluestein}
%\begin{frame}{Método de Bluestein}
%\url{https://en.wikipedia.org/wiki/Chirp_Z-transform\#Bluestein.27s_algorithm}
%\url{https://ccrma.stanford.edu/~jos/st/Bluestein_s_FFT_Algorithm.html}
%\end{frame}
\begin{frame}{Método de Bluestein (I): CZT}
La transformada Z chirp (CZT)
\begin{itemize}
\item Generalización de la DFT, tomando puntos sobre arcos espirales en el $Z$-plano (lineas rectas en el $S$-plano)
\end{itemize}
\begin{definition}
Sea $X_k = CZT_k$ para $A$, $W$ y $M$ dados:\\
$X_k = \sum\limits_{n=0}^{N-1} x(n) z^{-n}_{k}\ \ \ \ \ z_k=A \cdot W^{-k}, k = 0,\dots, M-1$\\
$A$ número complejo de partida, W ratio complejo entre puntos, M número de puntos a calcular.
\end{definition}
\end{frame}
\begin{frame}{Bluestein (II)}
\begin{equation*}
\DFT(P,\xi)_{(j)}=\sum\limits_{k=0}^{N-1} a_k \cdot\xi^{-jk}
\end{equation*}
Reemplazando $jk$ por la siguiente identidad:
\begin{equation*}
jk = \frac{k^2+j^2-(j-k)^2}{2}
\end{equation*}
Se obtiene:
\begin{equation*}
\DFT(P,\xi)_{(j)}=\sum\limits_{k=0}^{N-1} a_k \cdot\xi^{-( \frac{k^2+j^2-(j-k)^2}{2})} = \sum\limits_{k=0}^{N-1} a_k \cdot\xi^{\frac{-k^2}{2}} \cdot\xi ^ {\frac{-j^2}{2}} \cdot\xi ^{\frac{(j-k)^2}{2}} =
\end{equation*}
\begin{equation*}
= \boxed{\xi ^{\frac{-j^2}{2}} \cdot \sum\limits_{k=0}^{N-1} (a_k \cdot\xi ^ {\frac{-k^2}{2}}) \cdot \xi^{ \frac{(j-k)^2}{2}} }
\end{equation*}
\end{frame}
\begin{frame}{Bluestein (III)}
\begin{equation*}
\DFT(P,\xi)_{(j)}= \xi ^{\frac{-j^2}{2}} \cdot \sum\limits_{k=0}^{N-1} (a_k \cdot\xi ^ {\frac{-k^2}{2}}) \cdot \xi^{ \frac{(j-k)^2}{2}}
\end{equation*}
Que es una convolución de las secuencias $u(n)$ y $v(n)$ dadas por:
\begin{equation*}
u(n)= a_n \cdot\xi ^ {\frac{-n^2}{2}}
\end{equation*}
\begin{equation*}
v(n) = \xi ^ { \frac{n^2}{2}}
\end{equation*}
Con el resultado de la convolución multiplicado por $N$ factores $v^{*}(j)$, $j\in\{0,...,N-1\}$. Esto es:
\begin{equation*}
\DFT(P,\xi)_{(j)} = v^{*}(j) \left(\sum\limits_{k=0}^{N-1} u(k) \cdot v(j-k)\right) = v^{*}(j)(u * v)_j
\end{equation*}
\end{frame}
\begin{frame}{Bluestein (IV)}
Por el teorema de convolución, se tiene, por tanto:
\begin{equation*}
\DFT(P,\xi)_{(j)} = v^{*}(j)(u * v)_j = v^{*}(j) \cdot (\IDFT (\DFT(u) \cdot \DFT(v)))_j
\end{equation*}
\begin{equation*}
j\in\{0,...,N-1\}
\end{equation*}
De manera más abreviada:
\begin{equation*}
\DFT(P,\xi) = v^{*} \cdot (u * v) = v^{*} \cdot \IDFT (\DFT(u) \cdot \DFT(v))
\end{equation*}
Con lo que se obtiene una implementacion de complejidad $\mathcal{O}(n\log{}n)$
\end{frame}
\end{document}