Prev: fscanf, fprintf
Next: imrect
From: kk KKsingh on
JUST Wondering whether any one is working on Non uniform fast Fourier transform
From: TideMan on
On May 20, 12:20 pm, "kk KKsingh" <akikumar1...(a)gmail.com> wrote:
> JUST Wondering whether any one is working on Non uniform fast Fourier transform

Oh, you're back..................
Did you take any of the advice you were offered on this subject back
in April?
Several people suggested several courses of action you.
Have you pursued any of these at all?
If so, why not show us where you've got to?
If not, why not?
From: kk KKsingh on
TideMan <mulgor(a)gmail.com> wrote in message <7535a242-c1b7-4191-9cc6-2380d81d113c(a)t34g2000prd.googlegroups.com>...
> On May 20, 12:20 pm, "kk KKsingh" <akikumar1...(a)gmail.com> wrote:
> > JUST Wondering whether any one is working on Non uniform fast Fourier transform
>
> Oh, you're back..................
> Did you take any of the advice you were offered on this subject back
> in April?
> Several people suggested several courses of action you.
> Have you pursued any of these at all?
> If so, why not show us where you've got to?
> If not, why not?

I was able to get the same result as DFT from my code ! But now i need to go back inverse i am going some thing wrong ....MY NFFT and DFT is same so no issues with it ...But inverse is not easy for me

Aki
From: kk KKsingh on
"kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <ht480c$pr9$1(a)fred.mathworks.com>...
> TideMan <mulgor(a)gmail.com> wrote in message <7535a242-c1b7-4191-9cc6-2380d81d113c(a)t34g2000prd.googlegroups.com>...
> > On May 20, 12:20 pm, "kk KKsingh" <akikumar1...(a)gmail.com> wrote:
> > > JUST Wondering whether any one is working on Non uniform fast Fourier transform
> >
> > Oh, you're back..................
> > Did you take any of the advice you were offered on this subject back
> > in April?
> > Several people suggested several courses of action you.
> > Have you pursued any of these at all?
> > If so, why not show us where you've got to?
> > If not, why not?
>
> I was able to get the same result as DFT from my code ! But now i need to go back inverse i am going some thing wrong ....MY NFFT and DFT is same so no issues with it ...But inverse is not easy for me
>
> Aki

This is the library which i am trying to work with ! Just wondering any one tried this
http://www-user.tu-chemnitz.de/~potts/nfft/
From: Greg Heath on
On May 20, 5:02 pm, "kk KKsingh" <akikumar1...(a)gmail.com> wrote:
> TideMan <mul...(a)gmail.com> wrote in message <7535a242-c1b7-4191-9cc6-2380d81d1...(a)t34g2000prd.googlegroups.com>...
> > On May 20, 12:20 pm, "kk KKsingh" <akikumar1...(a)gmail.com> wrote:
> > > JUST Wondering whether any one is working on Non uniform fast Fourier transform
>
> > Oh, you're back..................
> > Did you take any of the advice you were offered on this subject back
> > in April?
> > Several people suggested several courses of action you.
> > Have you pursued any of these at all?
> > If so, why not show us where you've got to?
> > If not, why not?
>
> I was able to get the same result as DFT from my code ! But now i need to go back inverse i am going some thing wrong ....MY NFFT and DFT is same so no issues with it ...But inverse is not easy for me

I have responded to so many of your posts I have lost track.
The answer to this question is in one of my previous replies.

The bottom line is:

If you assume the nonuniformly sampled time function
can be recovered from the traditional IDFT numerical
integration formula, the spectrum should be obtained
from the time function using least squares, not the DFT
numerical integration formula.

However, if the time and frequency sampling are both
uniform and use the same number of points, the DFT
is the least-square solution.

Hope this helps.

Greg
 |  Next  |  Last
Pages: 1 2
Prev: fscanf, fprintf
Next: imrect