scipy.fftpack.convolve.convolve

scipy.fftpack.convolve.convolve = <fortran object>
convolve - Function signature:
y = convolve(x,omega,[swap_real_imag,overwrite_x])
Required arguments:
x : input rank-1 array(‘d’) with bounds (n) omega : input rank-1 array(‘d’) with bounds (n)
Optional arguments:
overwrite_x := 0 input int swap_real_imag := 0 input int
Return objects:
y : rank-1 array(‘d’) with bounds (n) and x storage

Previous topic

scipy.fftpack.rfftfreq

Next topic

scipy.fftpack.convolve.convolve_z