apply_bessel

apply_bessel#

stimupy.utils.apply_bessel(arr, order=0)#

Bessel function of the first kind of real order and complex argument.

Parameters:
  • arr (np.ndarray) – Input array

  • order (float) – Order of the bessel function. Default is 0.

Returns:

out – Output array

Return type:

np.ndarray