2008/8/7 Nadav Horesh <[EMAIL PROTECTED]>: > The 0 padding is easy in numpp/pylab as in octave/matlab, by just adding one > argument. In pylab it is the "a" keyword: > > y = fft(x, n=2*len(x))
Just be careful about using the n parameter for `ifft`; in that case it does not pad correctly. Stéfan _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
