Trying to invert an expression

  • Context: Graduate 
  • Thread starter Thread starter Morberticus
  • Start date Start date
  • Tags Tags
    Expression
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Morberticus
Messages
82
Reaction score
0
I've come across an expression that looks like

n(k) = ∫cos(x-y)f(x,y)dxdy

Is there a name for this transform? I would like to invert it to obtain f(x,y) but I'm not used to the 2D integral on the RHS. I tried to turn it into a Fourier transform:

n(k) = 1/2 ( ∫eixe-iyf(x,y)dxdy + ∫e-ixeiyf(x,y)dxdy)

but got stuck. Any help would be appreciated.

Thanks
 
Physics news on Phys.org
Hi, there is something of strange, where is ##k## in the integral?, you say ##n(k)## but in the right side I don't see ##k##, and what is the domain of integration ?
 
You are right! Sorry, I forgot about the k when writing down the expression(s). The correct expression is

n(k) = ∫ cos( k(x-y) ) f(x,y) dxdy

Thanks
 
I think your transform is analogous to the ''cosine transform'', I hope you can find something useful here

http://dsp-book.narod.ru/TAH/ch03.pdf

but I think (as you wrote...) it is possible to use the inverse Fourier transform...