Sort:  

FFT has many many use cases. One of the most important algorithms I've come across. No I'm not a psychic but maybe my life would be much easier if I had such powers.

You can wrap your code in "```" for readability:

import numpy as np
a = np.array([1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0])
print( ' '.join("%5.3f" % abs(f) for f in np.fft.fft(a)) )

Coin Marketplace

STEEM 0.14
TRX 0.23
JST 0.032
BTC 85315.05
ETH 2104.68
USDT 1.00
SBD 0.63