Playing With Shifts
July 9, 2007
This post is related to a very specific problem that I was solving. (Which one isn’t…?) It will hopefully find its use in low resolution SAR and sonar systems. I hope to publish it soon and this is the first try. I expect some trouble with mathematics. So, if you are good at Math, and you are reading this, let me know what you think.
Intro
Suppose we have a following function:
where and
. The objective is to divide this function into two functions
and
, i.e.
such that
Analysis
We do not know values of and
. What we do know, however, is that in 2D spectral domain
, function
will produce peaks located on a straight line
.
To show this, suppose that is a continuous amplitude function instead of a discrete one. Then,
Fourier transform of with respect to
will be:
Fourier transform of with respect to
will be:
Since Dirac delta has a value other than zero only at
,
will exhibit peaks at a line
.
Solution
If we could shift the points on this line in such a way that , techniques described previously could be used for the separation. The solution is to multiply
by
.
To show this, recall that
Fourier transform of with respect to
will yield:
which is
This function is a line of points located at . Note that this solution is applicable even to a discrete function
.
Leave a Reply