This document discusses the discrete Fourier transform (DFT). The DFT is defined as the sum of a signal x[n] multiplied by complex exponentials with discrete frequencies. Specifically, the DFT X[k] of an N-point signal x[n] is defined as the sum from n=0 to N-1 of x[n] multiplied by e^(-j2πkn/N) for k from 0 to N-1. The inverse DFT approximates the original signal x[n] by summing X[k] multiplied by complex exponentials. The DFT allows analyzing signals in the frequency domain using a finite number of discrete frequencies, enabling digital signal processing on computers.