A course project on optimization of the DCT algorithm in C and ARM Assembly.
-
Updated
Aug 19, 2020 - C
A course project on optimization of the DCT algorithm in C and ARM Assembly.
VectorFFT is a vectorized, pure C FFT library optimized for x86 processors (AVX-512, AVX2, SSE2) with zero external dependencies. It implements mixed-radix algorithms for common sizes and Bluestein's method for arbitrary lengths, with OpenMP multi-threading for large transforms. Designed for both digital signal processing and financial applications
Reference: Introduction to Algorithms (Third Edition)
For more info please visit https://en.wikipedia.org/wiki/Fast_Walsh%E2%80%93Hadamard_transform.
Add a description, image, and links to the butterfly-operation topic page so that developers can more easily learn about it.
To associate your repository with the butterfly-operation topic, visit your repo's landing page and select "manage topics."