ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Variables
Coverage Modes

Coverage modes for cross-signal operations. More...

Typedefs

typedef unsigned int clipm_coverage_mode
 Interpolation option type. More...
 

Variables

const clipm_coverage_mode CLIPM_COVERAGE_VALID
 Return the portion of the cross-operation that is computed without the zero-padded edges. More...
 
const clipm_coverage_mode CLIPM_COVERAGE_SAME
 Returns the central part of the result that is the same size as the first input signal. More...
 
const clipm_coverage_mode CLIPM_COVERAGE_FULL
 Compute the full result. More...
 
const clipm_coverage_mode CLIPM_COVERAGE_CUSTOM
 Use user-defined output size. More...
 

Detailed Description

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.

Typedef Documentation

typedef unsigned int clipm_coverage_mode

Interpolation option type.

Variable Documentation

const clipm_coverage_mode CLIPM_COVERAGE_CUSTOM

Use user-defined output size.

const clipm_coverage_mode CLIPM_COVERAGE_FULL

Compute the full result.

const clipm_coverage_mode CLIPM_COVERAGE_SAME

Returns the central part of the result that is the same size as the first input signal.

const clipm_coverage_mode CLIPM_COVERAGE_VALID

Return the portion of the cross-operation that is computed without the zero-padded edges.