3.5. References and further reading#

1

A. V. Oppenheim and R. W. Shafer. Discrete-time Signal Processing. Prentice Hall, 3rd. edition, 2010. ISBN 978-0-13-198842-2.

2

M. Frigo and S. G. Johnson. FFTW Manual for version 3.3.9. fftw.org, 2020. URL: http://www.fftw.org/fftw3.pdf.

3.6. Code Examples#

  1. fft.hpp

  2. test_fft.cpp

  3. filters.hpp

  4. filters.cpp

  5. test_filters.cpp

  6. Makefile for building test_fft and test_filters