slt, j ai un probleme pour faire la transformer de fourier sur python :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
from scipy import fft
from math import sin
def fonction(t):
    return  3*sin(5*t)
scipy.fft.func_name(fonction(t))

alors elle ne fonction pas