Skip to content
/ fftw3 Public
forked from FFTW/fftw3

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).

License

Notifications You must be signed in to change notification settings

cpuimage/fftw3

 
 

Repository files navigation

fftw 3.3.8

本git项目做了如下工作:

1.梳理调整目录结构

2.移除一些影响阅读调试,让人头大的宏定义

3.合并代码至fftw_api.c,移除一些不常用的代码

注意:未经过严格测试验证

也许这个git存在的意义在于方便众人阅读学习fftw的算法思路,

以及调试,扣代码等等诸如此类的行为。

有什么其他问题可邮件联系: gaozhihan@vip.qq.com

About

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.2%
  • HTML 10.0%
  • TeX 2.9%
  • OCaml 2.3%
  • Fortran 0.5%
  • Perl 0.5%
  • Other 0.6%