

InterviewSolution
1. |
What is the expression for Fourier series coefficient ck in terms of the discrete signal x(n)?(a) \(\frac{1}{N} \sum_{n=0}^{N-1}x(n)e^{j2πkn/N}\)(b) \(N\sum_{n=0}^{N-1}x(n)e^{-j2πkn/N}\)(c) \(\frac{1}{N} \sum_{n=0}^{N+1}x(n)e^{-j2πkn/N}\)(d) \(\frac{1}{N} \sum_{n=0}^{N-1}x(n)e^{-j2πkn/N}\)The question was posed to me in an interview for job.The query is from Frequency Analysis of Discrete Time Signal topic in portion Frequency Analysis of Signals and Systems of Digital Signal Processing |
Answer» Correct answer is (d) \(\frac{1}{N} \sum_{n=0}^{N-1}x(n)e^{-j2πkn/N}\) |
|