mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 17:18:11 -04:00
real_fftnd can do everything real_fftnd can do
This commit is contained in:
parent
cec77769a1
commit
2d66a61546
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user