-
- Downloads
Implement Cooley-Tukey in C++ and bind it into...
Implement Cooley-Tukey in C++ and bind it into matfaust.FaustFactory.fourier(). Add a related unit test in FaustFactoryTest.m. Adding a needed constructor in MatSparse.
Showing
- misc/test/src/Matlab/FaustFactoryTest.m 11 additions, 1 deletionmisc/test/src/Matlab/FaustFactoryTest.m
- src/faust_linear_operator/CPU/faust_MatSparse.h 9 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 10 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 139 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_bit_rev_permu.cpp 34 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_bit_rev_permu.cpp
- src/faust_linear_operator/CPU/faust_bit_rev_permu.h 8 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_bit_rev_permu.h
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 19 additions, 1 deletionwrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/matlab/src/mexFaust.cpp.in 23 additions, 4 deletionswrapper/matlab/src/mexFaust.cpp.in
Loading
Please register or sign in to comment