help-octave
[Top][All Lists]
Advanced

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

Re: Circular convolution


From: Johan Kullstam
Subject: Re: Circular convolution
Date: 31 Oct 1999 07:56:41 -0500
User-agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4

John Smith <address@hidden> writes:

> Is this a circular convolution routine?

no.  you do not want the zero padding.

given vectors a and b of the same length, do

  c = ifft(fft(a).*fft(b));

then c is the circular convolution of a and b.

-- 
J o h a n  K u l l s t a m
address@hidden
Don't Fear the Penguin!



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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