Discrete Fourier Transform (DFT)
Converts a time-domain signal to a frequency-domain representation and back via the Inverse DFT (IDFT):
Key Points:
- Bijection: The DFT maps an -dimensional time-domain signal to an -dimensional frequency-domain signal, ensuring invertibility.
- Frequency Bins: The index represents frequencies Hz, where is the sampling rate.
- Example: If (e.g., 1000 Hz sampling for 1000 samples), then Hz.
- Generally, frequencies depend on and , not just .