pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
signal
Previous:
pwtools.signal.lorentz
Next:
pwtools.signal.odd
Quick search
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 .