Is there an algo that uses fft to compute the frequency response of an FIR?
Currently I follow the textbook method of evaluating the $z$ transform at $e^{-j\omega}$ for $\omega$ running from $0$ to $\pi$, but this is a numerically intense process.
If such a method does exist, can it also be used to compute the gradient of the frequency response? (for use in cost functions)