neat.FourierQuadrature.__call__

FourierQuadrature.__call__(arr)[source]

Evaluate the Fourrier transform of arr

Parameters:

arr (np.array) – Should have the same length as self.t

Returns:

  • s (np.array) – the frequency points at which the Fourrier transform is evaluated (in Hz)

  • farr (np.array) – the Fourrier transform of arr