pyeeg.simulate.simulate_trf_output

pyeeg.simulate.simulate_trf_output(tkernel, kernel, input, srate=100)

Simulate the output of a kernel given an input signal.

Parameters:
  • tkernel (array_like) – The time vector of the kernel. Shape (nker,).

  • kernel (array_like) – The kernel. Shape (nker,).

  • input (array_like) – The input signal. Shape (n,).

  • srate (int) – The sampling rate of the signal.

Returns:

output – The output signal. Shape (n,).

Return type:

array_like