Fast Fourier Transform (FFT) using JNumeric
Code: "jnumeric_fft.py". Programming language: Python DMelt Version 1.4. Last modified: 06/24/2017. License: Pro
https://datamelt.org/code/cache/jnumeric_fft_4134.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


from jnumeric.JNumeric import *
from jnumeric import FFT

ones = FFT.fft(ones(2))
print ones



You see the box below because you did not login.