项目作者: aureooms-research

项目描述 :
:butterfly: Fast Fourier Transform experiments
高级语言: Python
项目地址: git://github.com/aureooms-research/fft.git
创建时间: 2015-03-19T16:29:51Z
项目社区:https://github.com/aureooms-research/fft

开源协议:GNU Affero General Public License v3.0

下载


fft

Fast Fourier Transform experiments

  1. $ python3 code/polynomials.py "1x^2 + 2x^1 + 1" "1x^2 + 2x^1 + 1"
  2. (1.0x^2 + 2.0x + 1.0) * (1.0x^2 + 2.0x + 1.0) = 1.0000000000000007x^4 + 4.0x^3 + 6.0x^2 + 3.9999999999999996x + 0.9999999999999994
  1. $ python3 code/integers.py 1234 5678
  2. (1234) * (5678) = 07006652