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.20
TRX 0.25
JST 0.038
BTC 104300.05
ETH 3268.73
SBD 4.11