Код: Выделить всё
def fft(x):
N = len(x)
print N, N // 2
if N
Подробнее здесь: [url]https://stackoverflow.com/questions/36868702/cooley-tukey-algorithm-python-out-of-range[/url]Код: Выделить всё
def fft(x):
N = len(x)
print N, N // 2
if N
Подробнее здесь: [url]https://stackoverflow.com/questions/36868702/cooley-tukey-algorithm-python-out-of-range[/url]