conv library
Functions
-
circularConvolution(
List< double> a, List<double> b, [int length = 0]) → Float64List -
Returns the circular convolution of real arrays
a
andb
. -
convolution(
List< double> a, List<double> b) → Float64List -
Returns the linear convolution of real arrays
a
andb
.