mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-08 19:14:59 -05:00
real_fftnd can do everything real_fftnd can do
This commit is contained in:
@ -82,7 +82,7 @@ def test_fft(ndims):
|
||||
|
||||
print 'dimensions=%s' % str( Numeric.shape(x) ),
|
||||
if doreal:
|
||||
xver = FFT.real_fft(x)
|
||||
xver = FFT.real_fftnd(x)
|
||||
else:
|
||||
xver = FFT.fftnd(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user