Assuming I have a function $f(x)$. I can use a Numerical Fourier transformation

 NFourierTransform[]

to find some points of $F(\omega)$. How can I do the same when I have not $f(x)$ but some points of it, i.e. $f(x_i)$.

Best