For the Convolution / Correlation library element the list of configurable parameters and default values is presented below.
| Name | Type | Default | Description |
|---|---|---|---|
| T_DATA_F | typename | int16 | Data Type of input F. |
| T_DATA_G | typename | int16 | Data Type of input G. |
| T_DATA_OUT | typename | int32 | Data Type of output. |
| FUNCT_TYPE | unsigned | 1 | Function Type. 0 - Correlation 1 - Convolution |
| COMPUTE_MODE | unsigned | 0 | Mode which determines output type. 0 - Full 1 - Valid 2 - Same |
| F_LEN | unsigned | 1024 | Dimension size of vector F. |
| G_LEN | unsigned | 32 | Dimension size of vector G. |
| SHIFT | unsigned | 0 | See Common Configuration Parameters |
| API_IO | unsigned | 0 | Graph’s port API. 0 - window 1 - stream |
| NITER | unsigned | 8 | See Common Configuration Parameters |
| ROUND_MODE | unsigned | 0 | See Common Configuration Parameters |
| SAT_MODE | unsigned | 1 | See Common Configuration Parameters |
| STIM_TYPE_F | unsigned | 0 | See STIM_TYPE in
Common Configuration Parameters |
| STIM_TYPE_G | unsigned | 0 | See STIM_TYPE in
Common Configuration Parameters |