Path: news.mathworks.com!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: heath@ll.mit.edu (Greg Heath)
Newsgroups: comp.dsp,comp.soft-sys.matlab
Subject: Re: DFT of an irregular time-spacing signal
Date: 21 Oct 2002 15:21:41 -0700
Organization: http://groups.google.com/
Lines: 12
Message-ID: <9e910d7a.0210211421.4fcf9eb@posting.google.com>
References: <ap102a$6ce$1@scotsman.ed.ac.uk>
NNTP-Posting-Host: 129.55.200.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1035238901 12594 127.0.0.1 (21 Oct 2002 22:21:41 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 21 Oct 2002 22:21:41 GMT
Xref: news.mathworks.com comp.dsp:134801 comp.soft-sys.matlab:140192



"Chia C Chong" <Chia.Chong@ee.ed.ac.uk> wrote in message news:<ap102a$6ce$1@scotsman.ed.ac.uk>...
> Hi there!
> 
> I have a signal, y which has irregular time-spacing. I would like to find
> the power spectrum of this signal. Since the signal has irregular
> time-spacing, I guess I can't simply perform the DFT using the fft command
> in Matlab?? If so, what method should I used in order to find the power
> spectrum of y?

help dft

Greg