On Thu, Apr 16, 2009 at 5:13 AM, shivan
<address@hidden> wrote:
Hi everybody, I trying to shift (circular) a real signal by delta, so I do :
a = [1:10] %as a test
b = ifft( fft(a) .* exp(-2*i*pi*[0:9]*delta/10))
so, yeah, that's cool. but I'd like to use a non-integer delta, like 0.2.
But of course I'll end up with b being an array with imaginary number.
I could interpolate to get more samples and only pick the on I need, but
it's unpractical for values like 0.3452.
would someone please have an idea?
regards.
--
View this message in context: http://www.nabble.com/FFT-time-shift-interpolation-tp23076695p23076695.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave