Coverage modes for cross-signal operations.
More...
Coverage modes for cross-signal operations.
These modes define the size of the output of operations, which cross-process two different input signals with each other, e.g. like a convolution or a cross-correlation.
Details on the options are documented in the respective functions.
◆ clipm_coverage_mode
Interpolation option type.
◆ CLIPM_COVERAGE_CUSTOM
Use user-defined output size.
◆ CLIPM_COVERAGE_FULL
◆ CLIPM_COVERAGE_SAME
Returns the central part of the result that is the same size as the first input signal.
◆ CLIPM_COVERAGE_VALID
Return the portion of the cross-operation that is computed without the zero-padded edges.