Documentation
Convolve interleaved signals (e.g. real/imag parts stored sequentially).
x (jnp.ndarray) – Input array.
axis (int, optional, default=1) – Axis along which to convolve.
The convolved result.
jnp.ndarray
Exception – If the input is not 1D or axis is not 1 (not yet implemented).