Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!18g2000yqa.googlegroups.com!not-for-mail
From: Greg <heath@alumni.brown.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: FFT
Date: Sat, 4 Jul 2009 20:55:47 -0700 (PDT)
Organization: http://groups.google.com
Lines: 16
Message-ID: <d62c77af-bbc4-4cef-bdca-ce77d12e42e7@18g2000yqa.googlegroups.com>
References: <h2k62h$890$1@fred.mathworks.com>
NNTP-Posting-Host: 69.141.163.135
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1246766149 31841 127.0.0.1 (5 Jul 2009 03:55:49 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 5 Jul 2009 03:55:49 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 18g2000yqa.googlegroups.com; posting-host=69.141.163.135; 
	posting-account=mUealwkAAACvQrLWvunjg50tRAnsNtJR
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
	2.0.50727),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:552838


On Jul 3, 1:48 am, "guj " <gulatiaks...@gmail.com> wrote:
> I am just wondering, how FFT of matlab works when we have irregular sampling. What its working if we putin irregular samples.....what it do with those samples..What it do for missing samples ....

fft and ifft are no appropriate for nonumiform
sampling. One has to resort to dft and idft.

How to do so is the topic of current and
previous threads. Relevant modifier keywords
are nonuniform, nonequispaced and unequal.


Hope this helps.

Greg