mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -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) ),
|
print 'dimensions=%s' % str( Numeric.shape(x) ),
|
||||||
if doreal:
|
if doreal:
|
||||||
xver = FFT.real_fft(x)
|
xver = FFT.real_fftnd(x)
|
||||||
else:
|
else:
|
||||||
xver = FFT.fftnd(x)
|
xver = FFT.fftnd(x)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user