Skip to content

Instantly share code, notes, and snippets.

@FdelMazo
Last active March 8, 2024 12:45
Show Gist options
  • Save FdelMazo/cf528704f40a99ec468def1b775a73d2 to your computer and use it in GitHub Desktop.
Save FdelMazo/cf528704f40a99ec468def1b775a73d2 to your computer and use it in GitHub Desktop.
7543-OFDM: Presentación de un paper de la historia de OFDM (01-2022)
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\documentclass{beamer}
\usecolortheme{rose}
\usepackage{caption}
\captionsetup{font=tiny}
\title[The History of OFDM]{Introduction to \\ ``The History of OFDM''$\sim$ Stephen B. Weinstein}
\subtitle{\href{https://gist.github.com/FdelMazo/cf528704f40a99ec468def1b775a73d2/\#file-ofdm-pdf}{\emph{Diapositivas}} ·
\href{https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5307460}{\emph{Paper
(2009)}} ·
\href{https://youtu.be/ua0Hnx0K5rw/}{\emph{Presentación}}}
\author[Federico del Mazo]{Federico del Mazo (100029)}
\institute{Facultad de Ingeniería, Universidad de Buenos Aires \\
Introducción a los Sistemas Distribuidos [75.43] \\
\vspace{0.5em} \scriptsize{Enero 2022}}
\date{}
\setbeamertemplate{navigation symbols}{}
\setbeamerfont{subtitle}{size=\scriptsize}
\begin{document}
\frame{\titlepage}
\setbeamertemplate{footline}[text line]{
\parbox{0.3\linewidth}{
\vspace*{-13pt}\insertshorttitle
}
\hfill
\parbox{0.3\linewidth}{
\vspace*{-15pt}\insertshortauthor
}
\hfill
\parbox{0.3\linewidth}{
\vspace*{-15pt}\raggedleft\insertpagenumber/\inserttotalframenumber
}
}
\begin{frame}{Introducción}
\begin{columns}
\begin{column}{0.55\textwidth}
\begin{enumerate}
% Incentivo militar y de AT&T
\item Dónde? Bell Labs
\item Cuándo? 1960s
\item Quién? Robert W Chang
\item Qué? Una variación y mejora de FDM
\end{enumerate}
\end{column}
\begin{column}{0.55\textwidth}
\begin{figure}[h!]
\includegraphics[width=0.8\textwidth]{bell.png}
\caption*{Bell Laboratories \\ \tiny{[Charlesbahr, CC BY-SA 4.0, via Wikimedia Commons]}}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{The FDM Background}
Problemas con FDM
\begin{enumerate}
\item Desperdicio de espectro de frecuencias entre subcanales
\item Complejidad para hacer un multicanal eficientemente
\end{enumerate}
\begin{figure}[h!]
\includegraphics[width=0.8\textwidth]{fdm-ofdm.png}
\caption*{Sharma, D. P., \& Mohammed, S. On the Implementation of Low Power Pipelined FFT Processor for UWB Communication Systems.}
\end{figure}
\end{frame}
\begin{frame}{Dense Subchannels}
% Inencontrable el segundo nombre de R W Chang
\begin{block}{Chang, Robert W. (1966)}
High-speed multichannel data transmission with bandlimited orthogonal signals.
\end{block}
Señales que
\begin{itemize}
\item Se solapen
\item No interfieran en el espectro
\end{itemize}
% Ondas harmonicas sinusoidales
% Sobrelapar + No interferir ==> Son ortogonales!
\end{frame}
\begin{frame}{Signal Generation using the DFT and its FFT implementation}
% Con ayuda de Gauss, en 1805
\begin{columns}[T]
\begin{column}{0.55\textwidth}
\begin{block}{Zimmerman, Mark, and Alan Kirsch (1967)}
The AN/GSC-10 (KATHRYN) variable rate data modem for HF radio.
\end{block}
\end{column}
\begin{column}{0.55\textwidth}
\begin{block}{Weinstein, Stephen, and Paul Ebert (1971)}
Data transmission by frequency-division multiplexing using the discrete Fourier transform.
\end{block}
\end{column}
\end{columns}
\vspace{1em}
\begin{itemize}
\item Transformada rápida de Fourier
% Nos permite calcular la transformada de Fourier discreta
\item Uso más flexible del espectro
% Si bien trajo debates de si es lo más sencillo de hacer,
% La flexibilidad de OFDM como tecnologia hizo que sea victoriosa en este espacio
\end{itemize}
\end{frame}
\begin{frame}{Aplicaciones}
% Las técnicas introducidas por OFDM se usan en bluetooth
\begin{itemize}
% Si bien el sistema KATRHYN mostro que wireless > wired, ADSL es el primer
% consumidor de OFDM
\item ADSL
\item WiFi (IEEE 802.11a)
\item Powerline networks
\item LTE Networks (4G y 5G)
\end{itemize}
\end{frame}
\begin{frame}{Conclusión}
\begin{itemize}
\item En los 60, eran ideas inminentes
\item Los conceptos sobrepasan las implementaciones
\item Mucho potencial
\end{itemize}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment