neat.FourierQuadrature.ft_inv¶
- FourierQuadrature.ft_inv(arr)[source]¶
Evaluate the inverse Fourrier transform of arr
- Parameters:
arr (np.array) – Should have the same length as self.s
- Returns:
t (np.array) – the time points at which the inverse Fourrier transform is evaluated (in ms)
tarr (np.array) – the Fourrier transform of arr