pwtools.signal.mirror

pwtools.signal.mirror(arr, axis=0)[source]

Mirror array arr at index 0 along axis. The length of the returned array is 2*arr.shape[axis]-1 .