What is the expression to compute yk(n) recursively?
(a) yk(n)=WN^-kyk(n+1)+x(n)
(b) yk(n)=WN^-kyk(n-1)+x(n)
(c) yk(n)=WNkyk(n+1)+x(n)
(d) None of the mentioned
The question was asked in an interview for internship.
My query is from Linear Filtering Approach to Computation of DFT topic in section DFT Efficient Computation – Fast Fourier Transform Algorithms of Digital Signal Processing