bundles / scipy 1.17.1 / scipy / signal / _signaltools / _fftconv_faster
function
scipy.signal._signaltools:_fftconv_faster
Signature
def _fftconv_faster ( x , h , mode ) Summary
See if using fftconvolve or convolve is faster.
Parameters
x: np.ndarraySignal
h: np.ndarrayKernel
mode: strMode passed to convolve
Returns
fft_faster: bool
Notes
See docstring of choose_conv_method for details on tuning hardware.
See pull request 11031 for more detail: https://github.com/scipy/scipy/pull/11031.
Aliases
-
scipy.signal._signaltools._fftconv_faster