pylops.signalprocessing.sliding2d.sliding2d_design¶
- pylops.signalprocessing.sliding2d.sliding2d_design(dimsd, nwin, nover, nop, verb=True)[source]¶
Design Sliding2D operator
This routine can be used prior to creating the
pylops.signalprocessing.Sliding2Doperator to identify the correct number of windows to be used based on the dimension of the data (dimsd), dimension of the window (nwin), overlap (nover),a and dimension of the operator acting in the model space.- Parameters:
- dimsd
tuple Shape of 2-dimensional data.
- nwin
int Number of samples of window.
- nover
int Number of samples of overlapping part of window.
- nop
tuple Size of model in the transformed domain.
- verb
bool, optional Deprecated, will be removed in v3.0.0. Simply kept for back-compatibility with previous implementation
- dimsd
- Returns: