reshape

make_data_same(data_fix, shape[, stack_ax, ...])

Force the last dimension of data_fix to match the last dimension of shape.

merge(mat1, mat2, overlap[, axis])

Take two arrays and merge them over the overlap gradually

pad_to_match(sig1, sig2[, axis])

Pad the second signal to match the first signal along all axes not specified.

rand_offset_reshape(data_fix, shape, ...[, rng])

Take subsets of data_fix and stack them together on the stack dimension

sliding_window_view(x, window_shape[, axis, ...])

Create a sliding window view into the array with the given window shape.

stitch_mats(mats, overlaps[, axis])

break up the matrices into their overlapping and non-overlapping parts then stitch them back together