Discrete Fourier Transform (DFT)
Converts a time-domain signal to a frequency-domain representation and back via the Inverse DFT (IDFT):

Key Points:

  1. Bijection: The DFT maps an -dimensional time-domain signal to an -dimensional frequency-domain signal, ensuring invertibility.
  2. Frequency Bins: The index represents frequencies Hz, where is the sampling rate.
  3. Example: If (e.g., 1000 Hz sampling for 1000 samples), then Hz.
  4. Generally, frequencies depend on and , not just .