Discrete Fourier Transform (DFT) and Spectral Analysis with MATLAB Implementation
Implementation of Discrete Fourier Transform (DFT) and Spectral Analysis using MATLAB. Signal function: h(t) = e^(-a*t)*sin(2πft). Program includes DFT/IDFT visualization, amplitude spectrum calculation, phase spectrum analysis, and main frequency detection with code implementation details.