ifw-odp 5.0.0
Loading...
Searching...
No Matches
Typedefs | Variables

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

Typedefs

typedef unsigned int clipm_coverage_mode
 Interpolation option type.
 

Variables

const clipm_coverage_mode CLIPM_COVERAGE_VALID
 Return the portion of the cross-operation that is computed without the zero-padded edges.
 
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_FULL
 Compute the full result.
 
const clipm_coverage_mode CLIPM_COVERAGE_CUSTOM
 Use user-defined output size.
 

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

◆ clipm_coverage_mode

typedef unsigned int clipm_coverage_mode

Interpolation option type.

Variable Documentation

◆ CLIPM_COVERAGE_CUSTOM

const clipm_coverage_mode CLIPM_COVERAGE_CUSTOM
extern

Use user-defined output size.

◆ CLIPM_COVERAGE_FULL

const clipm_coverage_mode CLIPM_COVERAGE_FULL
extern

Compute the full result.

◆ CLIPM_COVERAGE_SAME

const clipm_coverage_mode CLIPM_COVERAGE_SAME
extern

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

◆ CLIPM_COVERAGE_VALID

const clipm_coverage_mode CLIPM_COVERAGE_VALID
extern

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