Convolution in C#

Convolution, Correlation, and the FFT

Most scientists and programmers understand the basic implementation details of their chosen math library. However, when algorithms are ported from one library to another, problems are hard to avoid. This seems to be particularly so when dealing with convolutions, correlations and the FFT - fundamental building blocks in many areas of computation. Frequently the theoretical concepts are clear, b...
Read More
Top