-
- Downloads
Refactor fft_factors() code from faust_TransformHelper.h(pp) to...
Refactor fft_factors() code from faust_TransformHelper.h(pp) to algorithm/factorization/faust_FFT.h(pp). That's more consistent because Cooley-Tukey is totally about factorization. Move also bit_rev_permu.h/cpp to the same directory. It's related to issue #39.
Showing
- CMakeLists.txt 3 additions, 3 deletionsCMakeLists.txt
- src/algorithm/factorization/faust_FFT.h 16 additions, 0 deletionssrc/algorithm/factorization/faust_FFT.h
- src/algorithm/factorization/faust_FFT.hpp 131 additions, 0 deletionssrc/algorithm/factorization/faust_FFT.hpp
- src/algorithm/factorization/faust_bit_rev_permu.cpp 34 additions, 0 deletionssrc/algorithm/factorization/faust_bit_rev_permu.cpp
- src/algorithm/factorization/faust_bit_rev_permu.h 10 additions, 0 deletionssrc/algorithm/factorization/faust_bit_rev_permu.h
- src/faust_linear_operator/CPU/faust_TransformHelper.h 0 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 1 addition, 128 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_bit_rev_permu.cpp 0 additions, 34 deletionssrc/faust_linear_operator/CPU/faust_bit_rev_permu.cpp
- src/faust_linear_operator/CPU/faust_bit_rev_permu.h 0 additions, 8 deletionssrc/faust_linear_operator/CPU/faust_bit_rev_permu.h
- wrapper/python/CMakeLists.txt 1 addition, 1 deletionwrapper/python/CMakeLists.txt
Loading
Please register or sign in to comment