kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

[documentation] Improve documentation for kiss_fastfir() overlap-save

Open CLafitte opened this issue 6 months ago • 0 comments

This PR addresses a TO DO item in the README.md, specifically the need for more explanatory documentation of the FFT in kiss_fastfir.c. This change adds a friendly comment block above kiss_fastfir(), including an ASCII diagram, outlining the steps in the transformation.

Nothing in the actual code changes—this is purely documentation. The goal is just to make it easier for new contributors to understand how the fast convolution works.

CLafitte avatar Oct 22 '25 23:10 CLafitte