help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autocorrelation


From: Francesco Potorti`
Subject: Re: autocorrelation
Date: Tue, 19 Dec 2006 08:42:04 +0100

>> What is the reason why the autocorrelation (autocor.m) is
>> computed with a for loop rather than using fft?
>
>xcorr in the signal package at octave-forge uses fft.  It
>does it directly, though, so it is not as clean as what
>you wrote.

It is also different, in that it computes cross correlations between
columns.  I could write a replacement for autocor.m that uses direct
sums or fftconv depending on the length and number of requested vectors
to convolve.  Is there any interest into this?

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
Web: http://fly.isti.cnr.it/           Key:   fly.isti.cnr.it/public.key


reply via email to

[Prev in Thread] Current Thread [Next in Thread]