Skip to content

Small implementation of 1d linear convolve using Eigen C++ Fast Fourier Transform.

License

Notifications You must be signed in to change notification settings

quotekio/eigen-convolve-fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eigen-convolve-fft

Small implementation of 1d linear convolve using Eigen C++ Fast Fourier Transform. Might be useful for people who want to implement a convolve function in C++ with complexity O( 2N log(N)).

About

Small implementation of 1d linear convolve using Eigen C++ Fast Fourier Transform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages