mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-14 02:54:28 -04:00
piddly little changes to fastfir stuff
This commit is contained in:
@ -89,9 +89,9 @@ def utilfastfilter(sig,h,nfft,usereal):
|
||||
open( 'sig.dat','w').write( compfft.dopack(sig,'f',not usereal) )
|
||||
open( 'h.dat','w').write( compfft.dopack(h,'f',not usereal) )
|
||||
if usereal:
|
||||
util = './ffr_float'
|
||||
util = './fastconvr'
|
||||
else:
|
||||
util = './ff_float'
|
||||
util = './fastconv'
|
||||
cmd = 'time %s -n %d -i sig.dat -h h.dat -o out.dat' % (util, nfft)
|
||||
print cmd
|
||||
ec = os.system(cmd)
|
||||
|
Reference in New Issue
Block a user