vlang / vsl

V library to develop Artificial Intelligence and High-Performance Scientific Computations
https://vlang.github.io/vsl
MIT License
340 stars 46 forks source link

FFT: add based on PocketFFT #159

Closed j-bm closed 1 year ago

j-bm commented 1 year ago

This is a wrapper on the PocketFFT code in C, which was in turn modified to separate f32 and f64 codes.

Comments and corrections welcome, especially on the documentation.