skrf.mathFunctions.irfft

skrf.mathFunctions.irfft(x, n=None)[source]

Transforms S-parameters to time-domain, assuming complex conjugates for values corresponding to negative frequencies.

Parameters:
  • x (array_like) – S-parameters vs frequency array.

  • n (int, optional) – n parameter passed to numpy.fft.irfft(). Defaults to None.

Returns:

X – Fourier transformed array

Return type:

array_like

See also

ifft