Module basic_dsp_vector::conv_types

source ·
Expand description

Types around a convolution, see also https://en.wikipedia.org/wiki/Convolution.

Convolutions in this library can be defined in time or frequency domain. In frequency domain the convolution is automatically transformed into a multiplication which is the analog operation to a convolution in time domain.

Structs§

Traits§