suivant: An exercice with fft
monter: Fourier transformation
précédent: Fast Fourier Transform :
Table des matières
Index
Inverse Fast Fourier Transform : ifft
ifft takes as argument a list
where
N is a power of two.
ifft returns the list
such that
Input :
ifft([2,-1-i,0,-1+i])
Output :
[0.0, 1.0, 1.0, 0.0]
giac documentation written by Renée De Graeve and Bernard Parisse