{ } Raw JSON

bundles / scipy latest / scipy / signal / _signaltools / _fftconv_faster

function

scipy.signal._signaltools:_fftconv_faster

source: /scipy/signal/_signaltools.py :1123

Signature

def   _fftconv_faster ( x h mode )

Summary

See if using fftconvolve or convolve is faster.

Parameters

x : np.ndarray

Signal

h : np.ndarray

Kernel

mode : str

Mode 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