mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -04:00
*** empty log message ***
This commit is contained in:
parent
10dbc47ff3
commit
2a758b8ea7
@ -22,7 +22,7 @@ def fft(f,inv):
|
||||
m = n/p
|
||||
Fout=[]
|
||||
for q in range(p): # 0,1
|
||||
fp = f[q::p]
|
||||
fp = f[q::p] # every p'th time sample
|
||||
Fp = fft( fp ,inv)
|
||||
Fout.extend( Fp )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user