Batch the signal for FIR filter processing
signal (array_like) – The signal to batch
batch_size (int) – The batch size
axis (int, optional) – The axis along which to batch the signal, by default 0
batched_signal – The batched signal where the last dimension is the batch dimension
np.ndarray