Frequency Contents of PeriodicOct. 23, 2024Yiran GUAN8•For a periodic discrete-time signal: •The Fourier transform of x[n]•Since, ELG 3125–Lab A02𝑥[𝑛] =?=<𝑁>𝑎?𝑒??𝑤0𝑛𝑎?=1𝑁𝑛=<𝑁>𝑥[𝑛]𝑒−??𝑤0𝑛𝑋𝑒?𝜔=𝑛=−∞+∞𝑥𝑛 𝑒−?𝜔𝑛𝑎?=1𝑁𝑋𝑒??𝑤0
Frequency Contents of PeriodicOct. 23, 2024Yiran GUAN9•In MATLAB, to calculate the Fourier transform of x[n]•For a periodic signal, the frequency components:ELG 3125–Lab A02X_ejw = fft (x[n])𝑎?=1𝑁fft(x[n])
•Frequency content of x[n]: •ak_s = fftshift(ak) •shift zero frequency to the centerOct. 23, 2024Yiran GUAN12ELG 3125–Lab A02Example
Frequency Contents of Non-PeriodicOct. 23, 2024Yiran GUAN13•In MATLAB, to calculate the Fourier transform of x[n]•For a non-periodic signal, the spectrum in frequency domain is continuous.ELG 3125–Lab A02X_ejw = fft (x[n])