I would like to compute the Inverse Fourier Transform of a given function using the DTFT definition
$$H(e^{jω})=\frac{1}{(2−e^{jω})(2−e^{−jω})}$$
But I have to use the definition of the DTFT $$H(e^{j\omega}) = \sum_{n = -\infty}^{n = \infty}{h(n) e^{j\omega n}}$$
My approach was that I assume that $x=e^{jω}$, which then gives the equation
$$H(x) = \frac{1}{(2-x)(2-x^{-1})}$$ Now I can apply partial fraction decomposition.
Is my approach correct?