Filtering and convolutions. More...
Enumerations | |
| enum | af::af_mode { af::af_valid = -1, af::af_same, af::af_full } |
| Filtering modes. More... | |
Functions | |
| array | af::convolve (const array &input, const array &filter, af_mode mode=af_full) |
| Apply convolution filter. | |
Filtering and convolutions.
| [in] | input | The input signal |
| [in] | filter | The filtering kernel |
| [in] | mode | The filtering mode |
| enum af::af_mode |
| array af::convolve | ( | const array & | input, |
| const array & | filter, | ||
| af_mode | mode = af_full |
||
| ) |
Apply convolution filter.