math icon indicating copy to clipboard operation
math copied to clipboard

Convolution in 1D and 2D using fft

Open nikunj410 opened this issue 3 years ago • 0 comments

Description

Functions to calculate convolution in 1D and 2D (circular and linear) using the FFT function in Stan. For instance, conv1(a,b) and conv2(a,b). A general description of the algorithm is given here.

nikunj410 avatar Nov 03 '22 23:11 nikunj410